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.

作者 vstinner
收信人 WildCard65, ZackerySpytz, corona10, hroncok, nascheme, petdance, ronaldoussoren, serhiy.storchaka, shihai1991, steve.dower, vstinner
日期 2020-12-01.15:17:44
SpamBayes Score -1.0
Marked as misclassified
Message-id <1606835864.75.0.530743963608.issue39573@roundup.psfhosted.org>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2020-12-01 15:17:44vstinner修改recipients: + vstinner, nascheme, ronaldoussoren, serhiy.storchaka, steve.dower, hroncok, corona10, ZackerySpytz, WildCard65, shihai1991, petdance
2020-12-01 15:17:44vstinner修改messageid: <1606835864.75.0.530743963608.issue39573@roundup.psfhosted.org>
2020-12-01 15:17:44vstinner链接issue39573 messages
2020-12-01 15:17:44vstinner创建