We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6969e commit 3bc3dadCopy full SHA for 3bc3dad
Doc/whatsnew/3.15.rst
@@ -487,6 +487,11 @@ New features
487
a string. See the documentation for caveats.
488
(Contributed by Petr Viktorin in :gh:`131510`)
489
490
+* Subinterpreters now have the option to handle signals through the
491
+ :c:member:`PyInterpreterConfig.can_handle_signals` setting. Only
492
+ subinterpreters running in the main thread will be able to handle
493
+ signals.
494
+
495
496
Porting to Python 3.15
497
----------------------
0 commit comments