cpython/Misc/NEWS.d/next
Miro Hrončok ec05507367
gh-96954: Fix make regen-unicodedata in out-of-tree builds (#112118)
This avoids:

    python3.13 Tools/unicode/makeunicodedata.py
    python3.13: can't open file '.../build/debug/Tools/unicode/makeunicodedata.py': [Errno 2] No such file or directory
    make: *** [Makefile:1498: regen-unicodedata] Error 2

Re-run `make regen-unicodedata` to update the script path in generated files.
2023-11-15 16:42:17 +00:00
..
Build gh-96954: Fix make regen-unicodedata in out-of-tree builds (#112118) 2023-11-15 16:42:17 +00:00
C API gh-112026: Restore removed private C API (#112115) 2023-11-15 16:38:31 +00:00
Core and Builtins gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906) 2023-11-13 13:05:17 +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