{{ message }}
gh-76785: Multiple Interpreters in the Stdlib (PEP 554)#18817
Closed
nanjekyejoannah wants to merge 21 commits into
Closed
gh-76785: Multiple Interpreters in the Stdlib (PEP 554)#18817nanjekyejoannah wants to merge 21 commits into
nanjekyejoannah wants to merge 21 commits into
Conversation
Co-Authored-By: Eric Snow <ericsnowcurrently@gmail.com>
Co-Authored-By: Eric Snow <ericsnowcurrently@gmail.com>
Co-Authored-By: Eric Snow <ericsnowcurrently@gmail.com>
Co-Authored-By: Eric Snow <ericsnowcurrently@gmail.com>
Co-Authored-By: Eric Snow <ericsnowcurrently@gmail.com>
Co-Authored-By: Eric Snow <ericsnowcurrently@gmail.com>
Co-Authored-By: Eric Snow <ericsnowcurrently@gmail.com>
aeros
reviewed
Mar 8, 2020
aeros
left a comment
Contributor
There was a problem hiding this comment.
Thanks for working on this @nanjekyejoannah! As someone who hasn't extensively worked with subinterpreters (mainly since it was only available through the C-API), I greatly look forward to exploring their various use cases and experimenting with them as model of concurrency. :)
I have some general suggestions regarding the documentation; I'll try to add some additional ones as I find the time.
Sorry, something went wrong.
7 hidden conversations
Load more…
Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Member
Sorry, something went wrong.
|
The following commit authors need to sign the Contributor License Agreement: |
Sorry, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
This is the initial implementation of the high-level part of PEP 554.
I have added some changes from #17323 by @LewisGaul to aid have the ability to List interpreters associated with a channel end.
Co-author : Lewis Gaul.
cc @ericsnowcurrently @vstinner
https://bugs.python.org/issue39881