Skip to content

Commit 289d050

Browse files
Add a NEWS entry.
1 parent 0f39f69 commit 289d050

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
The GIL is now (optionally) per-interpreter. This is the fundamental change
2+
for PEP 684. This is all made possible by virtue of the isolated state of
3+
each interpreter in the process. The behavior of the main interpreter
4+
remains unchanged. Likewise, interpreters created using
5+
``Py_NewInterpreter()`` are not affected. To get an interpreter with its
6+
own GIL, call ``Py_NewInterpreterFromConfig()``.

0 commit comments

Comments
 (0)