mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove apply()
This commit is contained in:
parent
fe55464f39
commit
d91085598f
56 changed files with 179 additions and 285 deletions
|
@ -1,7 +0,0 @@
|
|||
|
||||
# http://python.org/sf/1202533
|
||||
|
||||
if __name__ == '__main__':
|
||||
lst = [apply]
|
||||
lst.append(lst)
|
||||
apply(*lst) # segfault: infinite recursion in C
|
Loading…
Add table
Add a link
Reference in a new issue