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 Mariatta, brett.cannon, dino.viehland, ned.deily, serhiy.storchaka, vstinner, yselivanov
Date 2017-06-28.00:12:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498608723.7.0.534865764652.issue30604@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 23e7944eba1968bb8432fdc4cc96d4fdd2c1a230 by Victor Stinner in branch 'master':
bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455)
https://github.com/python/cpython/commit/23e7944eba1968bb8432fdc4cc96d4fdd2c1a230
History
Date User Action Args
2017-06-28 00:12:03vstinnersetrecipients: + vstinner, brett.cannon, ned.deily, dino.viehland, serhiy.storchaka, yselivanov, Mariatta
2017-06-28 00:12:03vstinnersetmessageid: <1498608723.7.0.534865764652.issue30604@psf.upfronthosting.co.za>
2017-06-28 00:12:03vstinnerlinkissue30604 messages
2017-06-28 00:12:03vstinnercreate