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 neologix
Recipients barry, cjw296, neologix
Date 2013-02-22.18:54:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM3tx8YSJGAB0D=dJAcmrexNeM6sExNCHBVbYERvZCoH=A@mail.gmail.com>
In-reply-to <1361559088.82.0.480896465777.issue17186@psf.upfronthosting.co.za>
Content
> Barry advised me to open this issue as it's a functional regression from Python 2.

But it was relying on a private and non documented feature in Python
2, so it's not really a regression.

> My use case is unit testing code that registers atexit handlers and making sure the right handlers are registered with the correct parameters.

IMO, complicating an API for testing purpose is a bad idea.
History
Date User Action Args
2013-02-22 18:54:20neologixsetrecipients: + neologix, barry, cjw296
2013-02-22 18:54:20neologixlinkissue17186 messages
2013-02-22 18:54:20neologixcreate