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 vstinner
Recipients brett.cannon, vstinner, yselivanov
Date 2016-01-19.07:44:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
sys_init_code_transformer: Py_DECREF(name); must be Py_XDECREF(name); at exit, it can NULL. An unit test on an invalid transformer (with no name) is missing?
History
Date User Action Args
2016-01-19 07:44:34vstinnersetrecipients: + vstinner, brett.cannon, yselivanov
2016-01-19 07:44:34vstinnersetmessageid: <[email protected]>
2016-01-19 07:44:34vstinnerlinkissue26145 messages
2016-01-19 07:44:34vstinnercreate