8000 Add a NEWS entry. · python/cpython@93ea024 · GitHub
[go: up one dir, main page]

Skip to content

Commit 93ea024

Browse files
Add a NEWS entry.
1 parent 1105a21 commit 93ea024

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
When an interpreter is configured to check (and only then), importing an
2+
extension module will now fail when the extension does not support multiple
3+
interpreters (i.e. doesn't implement PEP 489 multi-phase init). This does
4+
not apply to the main interpreter, nor to subinterpreters created with
5+
``Py_NewInterpreter()``.

0 commit comments

Comments
 (0)
0