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 WildCard65, ZackerySpytz, corona10, hroncok, nascheme, petdance, ronaldoussoren, serhiy.storchaka, shihai1991, steve.dower, vstinner
Date 2020-12-01.15:17:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606835864.75.0.530743963608.issue39573@roundup.psfhosted.org>
In-reply-to
Content
I created the https://github.com/pythoncapi/upgrade_pythoncapi project which updates automatically a C extension to newer C API. For example, it uses Py_TYPE(), Py_SIZE(), Py_REFCNT(), Py_SET_SIZE(), Py_SET_SIZE() and Py_SET_REFCNT() functions.
History
Date User Action Args
2020-12-01 15:17:44vstinnersetrecipients: + vstinner, nascheme, ronaldoussoren, serhiy.storchaka, steve.dower, hroncok, corona10, ZackerySpytz, WildCard65, shihai1991, petdance
2020-12-01 15:17:44vstinnersetmessageid: <1606835864.75.0.530743963608.issue39573@roundup.psfhosted.org>
2020-12-01 15:17:44vstinnerlinkissue39573 messages
2020-12-01 15:17:44vstinnercreate