Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/whatsnew/3.12.rst
Co-authored-by: T. Wouters <thomas@python.org>
  • Loading branch information
ericsnowcurrently and Yhg1s authored Dec 7, 2023
commit b12bb92582eb3972d9caee0c5054e86793ec9713
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1901,7 +1901,7 @@ Changes in the Python API
main interpreter.

Any library or application that provides a custom ``_thread`` module
must make sure it provides ``_is_main_interpreter()``.
should provide ``_is_main_interpreter()``.
(See :gh:`112826`.)

Build Changes
Expand Down