cpython/Misc/NEWS.d/next
Tomas R a6465605c1
gh-111916: Make hashlib related modules thread-safe without the GIL (#111981)
Always use an individual lock on hash objects when in free-threaded builds.

Fixes #111916
2023-11-15 23:53:38 +00:00
..
Build gh-112088: Run autoreconf in GHA check_generated_files (#112090) 2023-11-15 21:47:14 +01:00
C API gh-112026: Add again _PyThreadState_UncheckedGet() function (#112121) 2023-11-15 19:15:03 +01:00
Core and Builtins gh-111916: Make hashlib related modules thread-safe without the GIL (#111981) 2023-11-15 23:53:38 +00:00
Documentation Python 3.13.0a1 2023-10-13 10:52:10 +02:00
IDLE Python 3.13.0a1 2023-10-13 10:52:10 +02:00
Library gh-109538: Avoid RuntimeError when StreamWriter is deleted with closed loop (#111983) 2023-11-15 01:17:51 +00:00
macOS gh-111015: Install IDLE.app and Python Launcher.app on macOS with correct permissions (gh-111016) 2023-10-18 14:02:36 +01:00
Security Python 3.13.0a1 2023-10-13 10:52:10 +02:00
Tests gh-110722: Make -m test -T -j use sys.monitoring (GH-111710) 2023-11-10 18:17:45 +01:00
Tools-Demos gh-111903: Add @critical_section directive to Argument Clinic. (#111904) 2023-11-14 10:47:46 +00:00
Windows gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038) 2023-11-13 16:10:06 +00:00