Skip to content

Commit

Permalink
Add runtime.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed May 10, 2019
1 parent e77a5a7 commit 98e5924
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Pages
pyhandle
deprecate
python_ir
runtime


Links
Expand Down Expand Up @@ -106,4 +107,5 @@ Table of Contents
pyhandle
deprecate
python_ir
runtime

12 changes: 12 additions & 0 deletions doc/runtime.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
+++++++++++++++++++++++++++
Reorganize Python "runtime"
+++++++++++++++++++++++++++

Starter point: `PEP 554 -- Multiple Interpreters in the Stdlib
<https://www.python.org/dev/peps/pep-0554/>`_.

Issues
======

* https://bugs.python.org/issue36876
* https://bugs.python.org/issue36877

0 comments on commit 98e5924

Please sign in to comment.