Skip to content

Commit 3bc3dad

Browse files
committed
Add whatsnew entry.
1 parent 6d6969e commit 3bc3dad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,11 @@ New features
487487
a string. See the documentation for caveats.
488488
(Contributed by Petr Viktorin in :gh:`131510`)
489489

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+
490495

491496
Porting to Python 3.15
492497
----------------------

0 commit comments

Comments
 (0)