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 ncoghlan
Recipients Decorater, eric.snow, ncoghlan, serhiy.storchaka, vstinner
Date 2017-11-23.00:21:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511396474.22.0.213398074469.issue32096@psf.upfronthosting.co.za>
In-reply-to
Content
Follow up: this also came up on https://bugs.python.org/issue32030#msg306763, and I think Victor and I are on the same page now :)

Since MainInterpreterConfig is currently still a private struct, we can store the existing C level config state directly in there for now, and then look at upgrading to Python types on a case by case basis.

Once they're all both consolidated *and* upgraded, then we can consider making the new incremental configuration API public.
History
Date User Action Args
2017-11-23 00:21:14ncoghlansetrecipients: + ncoghlan, vstinner, eric.snow, serhiy.storchaka, Decorater
2017-11-23 00:21:14ncoghlansetmessageid: <1511396474.22.0.213398074469.issue32096@psf.upfronthosting.co.za>
2017-11-23 00:21:14ncoghlanlinkissue32096 messages
2017-11-23 00:21:14ncoghlancreate