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 skaller
Recipients eric.smith, skaller
Date 2018-09-17.12:04:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537185858.21.0.956365154283.issue34707@psf.upfronthosting.co.za>
In-reply-to
Content
eric: yes, that's relevant. Very happy it is discussed.

Contrary to some indication in the post, passing a context handle around everywhere is NOT a burden at all. My system does exactly that.

I would note, API's which already require, say, an interpreter handle, don't require any modification.

Also, I would note, legacy API's do not have to be broken, you just have a single, legacy, global variable holding the default context, and deprecate any functions using it.
History
Date User Action Args
2018-09-17 12:04:18skallersetrecipients: + skaller, eric.smith
2018-09-17 12:04:18skallersetmessageid: <1537185858.21.0.956365154283.issue34707@psf.upfronthosting.co.za>
2018-09-17 12:04:18skallerlinkissue34707 messages
2018-09-17 12:04:18skallercreate