]> granicus.if.org Git - python/commit
Prevent crash on shutdown which can occur if we are finalizing
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 5 Jan 2007 05:25:22 +0000 (05:25 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 5 Jan 2007 05:25:22 +0000 (05:25 +0000)
commit72cd02c04107c1bd16603d7b6451cc5e53785faf
treeddf0cffcdb4031b712bafa1391f244b7cc1b53b0
parent11a70c3c96082d3b9f63f7c81f48d9bfa2010e42
Prevent crash on shutdown which can occur if we are finalizing
and the module dict has been cleared already and some object
raises a warning (like in a __del__).

Will backport.
Misc/NEWS
Python/errors.c