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 Kevin Mooney, gaige, mcepl, ned.deily, ronaldoussoren, vstinner
Date 2021-09-29.09:38:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632908327.05.0.152961664998.issue39026@roundup.psfhosted.org>
In-reply-to
Content
I propose to only rename header files in Python 3.11.

For Python 3.9 and 3.10, I suggest to modify Include/cpython/pystate.h by replacing:
  #include "cpython/initconfig.h"
with:
  #include "initconfig.h"

Like the PR 20181.
History
Date User Action Args
2021-09-29 09:38:47vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, mcepl, gaige, Kevin Mooney
2021-09-29 09:38:47vstinnersetmessageid: <1632908327.05.0.152961664998.issue39026@roundup.psfhosted.org>
2021-09-29 09:38:47vstinnerlinkissue39026 messages
2021-09-29 09:38:47vstinnercreate