]> 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:11:39 +0000 (16:11 +0000)
committerCollin Winter <collinw@gmail.com>
Mon, 12 Mar 2007 16:11:39 +0000 (16:11 +0000)
commit276887b16dc86e3423760c6ed9353591708fba17
tree04e9896ffc00c0291959b4be71a83273e790b4ad
parentf567ca3e1ae851ea6e7418da3df47e034841a08d
Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167.
Will backport.
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