[Python-checkins] gh-139156: Use PyBytesWriter in PyUnicode_AsUnicodeEscapeString() (#139249)

2025-09-22 Thread vstinner
https://github.com/python/cpython/commit/e578a9e6a5c67c2e400c4743062f1b74873dfa0a commit: e578a9e6a5c67c2e400c4743062f1b74873dfa0a branch: main author: Victor Stinner committer: vstinner date: 2025-09-22T23:22:27+02:00 summary: gh-139156: Use PyBytesWriter in PyUnicode_AsUnicodeEscapeString() (#

[Python-checkins] gh-139156: Use PyBytesWriter in PyUnicode_AsRawUnicodeEscapeString() (#139250)

2025-09-22 Thread vstinner
https://github.com/python/cpython/commit/49e83e31bd45e513a3caaa39b5789e95caa78ac1 commit: 49e83e31bd45e513a3caaa39b5789e95caa78ac1 branch: main author: Victor Stinner committer: vstinner date: 2025-09-22T23:46:19+02:00 summary: gh-139156: Use PyBytesWriter in PyUnicode_AsRawUnicodeEscapeString()

[Python-checkins] gh-136744: Remove unnecessary chmod from pydoc.apropos() test. (GH-136746)

2025-09-22 Thread ambv
https://github.com/python/cpython/commit/04c4628345b841ae9792ea007d7beffd2846f017 commit: 04c4628345b841ae9792ea007d7beffd2846f017 branch: main author: Russell Keith-Magee committer: ambv date: 2025-09-22T16:26:13+02:00 summary: gh-136744: Remove unnecessary chmod from pydoc.apropos() test. (GH-

[Python-checkins] gh-139156: Use PyBytesWriter in UTF-32 encoder (#139157)

2025-09-22 Thread vstinner
https://github.com/python/cpython/commit/92ba2c92c47f913bc50120f58f005b8ca16f935e commit: 92ba2c92c47f913bc50120f58f005b8ca16f935e branch: main author: Victor Stinner committer: vstinner date: 2025-09-22T20:05:35Z summary: gh-139156: Use PyBytesWriter in UTF-32 encoder (#139157) Replace PyBytes

[Python-checkins] gh-136003: Close file descriptors in test (GH-139225)

2025-09-22 Thread encukou
https://github.com/python/cpython/commit/61e54e52ea48b6716d705294a18c6ac22d90741f commit: 61e54e52ea48b6716d705294a18c6ac22d90741f branch: main author: Petr Viktorin committer: encukou date: 2025-09-22T13:22:27+02:00 summary: gh-136003: Close file descriptors in test (GH-139225) This fixes file

[Python-checkins] [3.13] Revert "gh-136006: fix `Py_NAN` expansion on Solaris systems (GH-136575) (#138734)" (#139239)

2025-09-22 Thread hugovk
https://github.com/python/cpython/commit/5775c0037baa8d3477bf2ad744549e887817f332 commit: 5775c0037baa8d3477bf2ad744549e887817f332 branch: 3.13 author: Eloisa Perez-Bennetts <[email protected]> committer: hugovk <[email protected]> date: 2025-09-22T1

[Python-checkins] GH-137218: Fix Makefile to handle FreeBSD (fix for JIT stencil changes) (GH-139170)

2025-09-22 Thread encukou
https://github.com/python/cpython/commit/72d5ee051145c5aaf3cc6b8e807a3a2b8930ae63 commit: 72d5ee051145c5aaf3cc6b8e807a3a2b8930ae63 branch: main author: Savannah Bailey committer: encukou date: 2025-09-22T14:21:57+02:00 summary: GH-137218: Fix Makefile to handle FreeBSD (fix for JIT stencil chang