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 corona10, eelizondo, gregory.p.smith, nascheme, pablogsal, pitrou, steve.dower, tim.peters, vstinner
Date 2020-04-13.22:54:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586818442.1.0.244114774481.issue40255@roundup.psfhosted.org>
In-reply-to
Content
I would be more interested by an experiment to move ob_refcnt outside PyObject to solve the Copy-on-Write issue, especially to measure the impact on performances.
History
Date User Action Args
2020-04-13 22:54:02vstinnersetrecipients: + vstinner, tim.peters, nascheme, gregory.p.smith, pitrou, steve.dower, corona10, pablogsal, eelizondo
2020-04-13 22:54:02vstinnersetmessageid: <1586818442.1.0.244114774481.issue40255@roundup.psfhosted.org>
2020-04-13 22:54:02vstinnerlinkissue40255 messages
2020-04-13 22:54:02vstinnercreate