This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ysj.ray
Recipients BreamoreBoy, amaury.forgeotdarc, aminusfu, benjamin.peterson, christian.heimes, gvanrossum, lakin.wecker, titus, ysj.ray
Date 2011-03-30.13:57:52
SpamBayes Score 4.6902477e-07
Marked as misclassified No
Message-id <1301493473.65.0.763820960612.issue1257@psf.upfronthosting.co.za>
In-reply-to
Content
I think there is no need to implement this in python2.x since it's a  behavior change which could introduce some compatibility issues to someone's code, besides in 2.x both sys.exitfunc and atexit module should be considered, that makes the code looks complex. The sys.exitfunc is removed in 3.x.

+1 on only implementing it in 3.3.
History
Date User Action Args
2011-03-30 13:57:53ysj.raysetrecipients: + ysj.ray, gvanrossum, amaury.forgeotdarc, titus, aminusfu, christian.heimes, lakin.wecker, benjamin.peterson, BreamoreBoy
2011-03-30 13:57:53ysj.raysetmessageid: <1301493473.65.0.763820960612.issue1257@psf.upfronthosting.co.za>
2011-03-30 13:57:52ysj.raylinkissue1257 messages
2011-03-30 13:57:52ysj.raycreate