We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcaedd commit aea8278Copy full SHA for aea8278
Doc/howto/multiple-interpreters.rst
@@ -37,6 +37,16 @@ comparisons with Python's various existing concurrency models.
37
For information about changing an extension module to work
38
with multiple interpreters, see :ref:`isolating-extensions-howto`.
39
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
50
51
Introduction
52
============
0 commit comments