8000 Updates for PEP 554. by ericsnowcurrently · Pull Request #419 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

Updates for PEP 554. #419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Sep 12, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

8000
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Stub out some examples.
  • Loading branch information
ericsnowcurrently committed Sep 12, 2017
commit 6bf53bbc3f4416b74fb820e5a903b751d331aee6
38 changes: 38 additions & 0 deletions pep-0554.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,44 @@ further exposing any underlying complexity to Python users.
Examples
========

Run isolated code
-----------------

TBD

Run in a thread
---------------

TBD

Pre-populate an interpreter
---------------------------

TBD

Handling an exception
---------------------

TBD

Interpreter pools
-----------------

TBD

Using a FIFO
------------

TBD

Sharing a file descriptor
-------------------------

TBD

Passing objects via pickle
--------------------------

TBD


Expand Down
0