Skip to content

Commit aea8278

Browse files
Add a TODO list.
1 parent 2fcaedd commit aea8278

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Doc/howto/multiple-interpreters.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ comparisons with Python's various existing concurrency models.
3737
For information about changing an extension module to work
3838
with multiple interpreters, see :ref:`isolating-extensions-howto`.
3939

40+
.. TODO:
41+
42+
* tutorial: explain how to use interpreters C-API?
43+
* recipes: add some!
44+
* recipes: add short examples of how to solve specific small problems
45+
* recipes: add a section specifically for workflow-oriented examples
46+
* recipes: add comparisons with other concurrency models
47+
* recipes: add examples focused just on taking advantage of isolation?
48+
* recipes: add examples of using C-API in extensions? embedded?
49+
4050
4151
Introduction
4252
============

0 commit comments

Comments
 (0)