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 eric.snow
Recipients eric.snow, ncoghlan, serhiy.storchaka, vstinner, yselivanov
Date 2018-05-22.19:36:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527017799.77.0.682650639539.issue33608@psf.upfronthosting.co.za>
In-reply-to
Content
As a lesser (IMHO) alternative, we could also modify Py_DECREF
to respect a new "shared" marker of some sort (perhaps relative
to #33607), but that would probably still require one of the
refcount-based solutions (and add a branch to Py_DECREF).
History
Date User Action Args
2018-05-22 19:36:39eric.snowsetrecipients: + eric.snow, ncoghlan, vstinner, serhiy.storchaka, yselivanov
2018-05-22 19:36:39eric.snowsetmessageid: <1527017799.77.0.682650639539.issue33608@psf.upfronthosting.co.za>
2018-05-22 19:36:39eric.snowlinkissue33608 messages
2018-05-22 19:36:39eric.snowcreate