Activity for mvirts
| Type | On... | Excerpt | Status | Date |
|---|---|---|---|---|
| Edit | Post #294296 | Initial revision | — | about 1 year ago |
| Answer | — |
A: Bytes to Segfault Python, 123 bytes I'm just happy I got python to segfault :) there must be a better way to golf this. ```python a=lambda:0;e=tuple() b=type(a.code)(0,0,0,0,0,0,(lambda x:x).code.cocode,e,e,e,'','','',0,b'',b'') type(a)(b,{})() ``` Attempt This Online! (more) |
— | about 1 year ago |
