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 yselivanov
Recipients asvetlov, eric.snow, vstinner, yselivanov
Date 2020-02-11.23:39:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581464350.55.0.437775857129.issue37088@roundup.psfhosted.org>
In-reply-to
Content
> I'm not strongly against the feature. I first proposed to expose it, but make it private. Almost one year later, the PR was not updated. So I just closed the PR and the issue.

All clear, Victor. Let's keep this closed. The reason I didn't reply is because we are no longer need it and this is a very low-level piece of functionality that I myself feel uneasy about. It can have potential problems to implement in PyPy/other interpreters in a compatible with CPython fashion.

I'll reopen if there's a need for this in asyncio. But even then, we can make this a "private" and undocumented function in the sys module (of course that would mean that we only use it to issue warnings / add extra debug functionality).
History
Date User Action Args
2020-02-11 23:39:10yselivanovsetrecipients: + yselivanov, vstinner, asvetlov, eric.snow
2020-02-11 23:39:10yselivanovsetmessageid: <1581464350.55.0.437775857129.issue37088@roundup.psfhosted.org>
2020-02-11 23:39:10yselivanovlinkissue37088 messages
2020-02-11 23:39:10yselivanovcreate