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 serhiy.storchaka, vstinner, xiang.zhang
Date 2017-02-09.13:30:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486647042.34.0.866228190749.issue29513@psf.upfronthosting.co.za>
In-reply-to
Content
The owning of references in the path_t structure was changed in issue29034, but some code still directly manipulates reference counters of path_t fields. Proposed patch should fix the leak.
History
Date User Action Args
2017-02-09 13:30:42serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, xiang.zhang
2017-02-09 13:30:42serhiy.storchakasetmessageid: <1486647042.34.0.866228190749.issue29513@psf.upfronthosting.co.za>
2017-02-09 13:30:42serhiy.storchakalinkissue29513 messages
2017-02-09 13:30:42serhiy.storchakacreate