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 corona10, fdrake, gustavo, petr.viktorin, pmpp, rhettinger, shihai1991, vstinner
Date 2021-03-31.17:28:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617211685.05.0.612941400299.issue41111@roundup.psfhosted.org>
In-reply-to
Content
> By the way, maybe Py_LIMITED_API should be defined in xxlimited.c, rather than in setup.py.

+1. Defining Py_LIMITED_API in xxlimited.c is more direct than in setup.py. so I created the PR-25115.
History
Date User Action Args
2021-03-31 17:28:05shihai1991setrecipients: + shihai1991, fdrake, rhettinger, gustavo, vstinner, petr.viktorin, pmpp, corona10
2021-03-31 17:28:05shihai1991setmessageid: <1617211685.05.0.612941400299.issue41111@roundup.psfhosted.org>
2021-03-31 17:28:05shihai1991linkissue41111 messages
2021-03-31 17:28:04shihai1991create