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 ZackerySpytz, corona10, nascheme, petdance, ronaldoussoren, serhiy.storchaka, shihai1991, steve.dower, vstinner
Date 2020-06-03.12:44:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591188263.05.0.384937691199.issue39573@roundup.psfhosted.org>
In-reply-to
Content
Similar macro for Py_SET_TYPE:

#if PY_VERSION_HEX < 0x030900A4
#  define Py_SET_TYPE(obj, size) do { Py_TYPE(obj) = (size); } while (0)
#endif
History
Date User Action Args
2020-06-03 12:44:23vstinnersetrecipients: + vstinner, nascheme, ronaldoussoren, serhiy.storchaka, steve.dower, corona10, ZackerySpytz, shihai1991, petdance
2020-06-03 12:44:23vstinnersetmessageid: <1591188263.05.0.384937691199.issue39573@roundup.psfhosted.org>
2020-06-03 12:44:23vstinnerlinkissue39573 messages
2020-06-03 12:44:23vstinnercreate