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 ncoghlan
Recipients eric.snow, larry, ncoghlan, petr.viktorin, python-dev
Date 2015-05-23.15:12:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432393936.48.0.668880705778.issue24268@psf.upfronthosting.co.za>
In-reply-to
Content
Once we sort these out, any that impact Python 3.4 (like the PyType_FromSpecAndBases one) should be backported to the maintenance branch.

I wouldn't assume the one you found in PyType_FromSpecAndBases is the only one, though - I believe the tests for this PEP are managing to exercise parts of the module cleanup machinery that it's never been practical to properly test in the past.

And now I really am heading to bed :)
History
Date User Action Args
2015-05-23 15:12:16ncoghlansetrecipients: + ncoghlan, larry, petr.viktorin, python-dev, eric.snow
2015-05-23 15:12:16ncoghlansetmessageid: <1432393936.48.0.668880705778.issue24268@psf.upfronthosting.co.za>
2015-05-23 15:12:16ncoghlanlinkissue24268 messages
2015-05-23 15:12:16ncoghlancreate