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 serhiy.storchaka
Recipients benjamin.peterson, corona10, loewis, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2017-04-18.07:38:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492501139.33.0.33781794091.issue12414@psf.upfronthosting.co.za>
In-reply-to
Content
This is easy issue. The only tricky part is testing. AFAIK we have no control on co_extra from Python. Therefore we can't create a new test. But existing test perhaps should be weaken for the case when it is ran on the interpreter that sets co_extra.
History
Date User Action Args
2017-04-18 07:38:59serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, rhettinger, pitrou, vstinner, benjamin.peterson, corona10
2017-04-18 07:38:59serhiy.storchakasetmessageid: <1492501139.33.0.33781794091.issue12414@psf.upfronthosting.co.za>
2017-04-18 07:38:59serhiy.storchakalinkissue12414 messages
2017-04-18 07:38:58serhiy.storchakacreate