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-10-26.00:12:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540512760.24.0.788709270274.issue9263@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 3ec9af75f6825a32f369ee182a388c365db241b6 by Victor Stinner in branch 'master':
bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFailed() (GH-10109)
https://github.com/python/cpython/commit/3ec9af75f6825a32f369ee182a388c365db241b6
History
Date User Action Args
2018-10-26 00:12:40vstinnersetrecipients: + vstinner, loewis, ncoghlan, pitrou, dmalcolm, serhiy.storchaka, bkabrda
2018-10-26 00:12:40vstinnersetmessageid: <1540512760.24.0.788709270274.issue9263@psf.upfronthosting.co.za>
2018-10-26 00:12:40vstinnerlinkissue9263 messages
2018-10-26 00:12:39vstinnercreate