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.15:33:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542900781.4.0.788709270274.issue9263@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 2cf5d32fd9e61488e8b0be55a2e92a752ba8b06b by Victor Stinner in branch 'master':
bpo-9263: Fix _PyObject_Dump() for freed object (#10661)
https://github.com/python/cpython/commit/2cf5d32fd9e61488e8b0be55a2e92a752ba8b06b
History
Date User Action Args
2018-11-22 15:33:01vstinnersetrecipients: + vstinner, loewis, ncoghlan, pitrou, dmalcolm, serhiy.storchaka, bkabrda
2018-11-22 15:33:01vstinnersetmessageid: <1542900781.4.0.788709270274.issue9263@psf.upfronthosting.co.za>
2018-11-22 15:33:01vstinnerlinkissue9263 messages
2018-11-22 15:33:01vstinnercreate