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 eric.snow, serhiy.storchaka, vstinner
Date 2018-12-10.09:18:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544433509.38.0.788709270274.issue35451@psf.upfronthosting.co.za>
In-reply-to
Content
Borrowed references are incorrectly decrefed in get_warnoptions() and get_xoptions() in Python/sysmodule.c. The bag was introduced in issue30860.
History
Date User Action Args
2018-12-10 09:18:29serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, eric.snow
2018-12-10 09:18:29serhiy.storchakasetmessageid: <1544433509.38.0.788709270274.issue35451@psf.upfronthosting.co.za>
2018-12-10 09:18:29serhiy.storchakalinkissue35451 messages
2018-12-10 09:18:28serhiy.storchakacreate