Skip to content

Commit b745f88

Browse files
committed
Add reference to subinterpreters.
1 parent 176096d commit b745f88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/a-conceptual-overview-of-asyncio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ instruction is executed at a time.
822822
Of course, since processes are generally entirely independent from one another,
823823
the GIL in one process won't be impeded by the GIL in another process.
824824
Granted, I believe there are ways to also get around the GIL in a single process
825-
by leveraging C extensions.
825+
by leveraging C extensions or via subinterpreters.
826826

827827
===========================
828828
multithreading & asyncio

0 commit comments

Comments
 (0)