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 petr.viktorin, vstinner
Date 2021-04-02.12:46:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617367582.74.0.280234127551.issue43688@roundup.psfhosted.org>
In-reply-to
Content
I modified my PR 25131 to only implement Py_INCREF/Py_DECREF as opaque function calls under two conditions:

* Python is built in debug mode
* Py_LIMITED_API macro targets Python 3.10 or newer

So this PR 25131 now only has an impact on performance if Python is built in debug mode. Performance on Python built in release mode is not affected.
History
Date User Action Args
2021-04-02 12:46:22vstinnersetrecipients: + vstinner, petr.viktorin
2021-04-02 12:46:22vstinnersetmessageid: <1617367582.74.0.280234127551.issue43688@roundup.psfhosted.org>
2021-04-02 12:46:22vstinnerlinkissue43688 messages
2021-04-02 12:46:22vstinnercreate