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 dtalkin, serhiy.storchaka, xtreak
Date 2018-10-21.11:56:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540123014.1.0.788709270274.issue34794@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a simpler reproducer.

Actually the problem was not in _createbytearray(), but in converting the Python wrapper around Tcl_Obj into Tcl_Obj. _createbytearray() just exposed it. The leak exists in Python 3 too, but it is hard to reproduce it.
History
Date User Action Args
2018-10-21 11:56:54serhiy.storchakasetrecipients: + serhiy.storchaka, xtreak, dtalkin
2018-10-21 11:56:54serhiy.storchakasetmessageid: <1540123014.1.0.788709270274.issue34794@psf.upfronthosting.co.za>
2018-10-21 11:56:54serhiy.storchakalinkissue34794 messages
2018-10-21 11:56:53serhiy.storchakacreate