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 bkabrda, dmalcolm, loewis, ncoghlan, pitrou, serhiy.storchaka, vstinner
Date 2018-11-22.16:40:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542904857.77.0.788709270274.issue9263@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset c9b3fc6b59b625c36c31ad437253e7140938af1a by Victor Stinner in branch '3.6':
bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662) (GH-10663)
https://github.com/python/cpython/commit/c9b3fc6b59b625c36c31ad437253e7140938af1a
History
Date User Action Args
2018-11-22 16:40:57vstinnersetrecipients: + vstinner, loewis, ncoghlan, pitrou, dmalcolm, serhiy.storchaka, bkabrda
2018-11-22 16:40:57vstinnersetmessageid: <1542904857.77.0.788709270274.issue9263@psf.upfronthosting.co.za>
2018-11-22 16:40:57vstinnerlinkissue9263 messages
2018-11-22 16:40:57vstinnercreate