Skip to content

Commit

Permalink
Add a NEWS entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently committed May 6, 2023
1 parent 0f39f69 commit 289d050
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
The GIL is now (optionally) per-interpreter. This is the fundamental change
for PEP 684. This is all made possible by virtue of the isolated state of
each interpreter in the process. The behavior of the main interpreter
remains unchanged. Likewise, interpreters created using
``Py_NewInterpreter()`` are not affected. To get an interpreter with its
own GIL, call ``Py_NewInterpreterFromConfig()``.

0 comments on commit 289d050

Please sign in to comment.