]> granicus.if.org Git - python/commit
Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed...
authorCollin Winter <collinw@gmail.com>
Mon, 12 Mar 2007 16:49:23 +0000 (16:49 +0000)
committerCollin Winter <collinw@gmail.com>
Mon, 12 Mar 2007 16:49:23 +0000 (16:49 +0000)
commite19d7a3c0ac25680d2f72669f1441dadbb2f9a41
tree85bd8be0b7673cd915fad4c782a5d3305062b77c
parent1817f096f4153293abe7ffb6eda47be3f809fa77
Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167.
Backported from r54291.
Include/pystate.h
Lib/test/infinite_reload.py [new file with mode: 0644]
Lib/test/test_import.py
Misc/NEWS
Python/import.c
Python/pystate.c
Python/pythonrun.c