Last active
December 29, 2019 06:05
-
-
Save BookGin/5866b44374d9255df53768a99364dc2e to your computer and use it in GitHub Desktop.
Python Segfault
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# https://bugs.python.org/issue22911 | |
[[a.extend([__import__('itertools').chain.from_iterable(a)]),next(*a)]for(a)in[[]]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment