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 serhiy.storchaka, vstinner
Date 2020-10-10.13:31:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602336679.07.0.0140918605403.issue41986@roundup.psfhosted.org>
In-reply-to
Content
I consider the global configuration variables as deprecated. I would prefer to slowly move towards PyConfig, since almost all Python functions now use PyInterpreterState.config.

The problem is that my idea to provide a stable ABI for PyConfig was rejected:
https://mail.python.org/archives/list/python-dev@python.org/thread/C7Z2NA2DTM3DLOZCFQAK5A2WFYO3PHHX/#2JAJQA5OANFPXAJ3327RRPHPQLKVP2EW

Which problem are you trying to solve your PR 22621?
History
Date User Action Args
2020-10-10 13:31:19vstinnersetrecipients: + vstinner, serhiy.storchaka
2020-10-10 13:31:19vstinnersetmessageid: <1602336679.07.0.0140918605403.issue41986@roundup.psfhosted.org>
2020-10-10 13:31:19vstinnerlinkissue41986 messages
2020-10-10 13:31:18vstinnercreate