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 shihai1991
Recipients petr.viktorin, shihai1991, vstinner
Date 2020-03-15.13:42:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584279726.3.0.17378093364.issue39968@roundup.psfhosted.org>
In-reply-to
Content
as victor and petr said in PR18613:inline function is more better than macros, so I plan move all extension modules' macros of `get_xx_state()` to inline function.

Note: some inline get_xx_state() can not be used directly in `tp_traverse`、`tp_free` and `tp_clear`(issue39824).
History
Date User Action Args
2020-03-15 13:42:06shihai1991setrecipients: + shihai1991, vstinner, petr.viktorin
2020-03-15 13:42:06shihai1991setmessageid: <1584279726.3.0.17378093364.issue39968@roundup.psfhosted.org>
2020-03-15 13:42:06shihai1991linkissue39968 messages
2020-03-15 13:42:06shihai1991create