diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ Core and Builtins Library ------- +- Issue #15101: Make pool finalizer avoid joining current thread. + - Issue #14657: The frozen instance of importlib used for bootstrap is now also the module imported as importlib._bootstrap. |