[Python-checkins] [3.13] gh-119605: Respect `follow_wrapped` for `__init__` and `__new__` when getting class signature with `inspect.signature` (GH-132055) (#133277)

2025-05-01 Thread JelleZijlstra
https://github.com/python/cpython/commit/766c5f75b9c3961dfb0ddc5e9637e91006b066dd commit: 766c5f75b9c3961dfb0ddc5e9637e91006b066dd branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2025-05-01T20:06:07-07:00 summary: [3.13]

[Python-checkins] gh-119605: Respect `follow_wrapped` for `__init__` and `__new__` when getting class signature with `inspect.signature` (#132055)

2025-05-01 Thread JelleZijlstra
https://github.com/python/cpython/commit/b8633f9aca9b198e5592106b649389d638cbc620 commit: b8633f9aca9b198e5592106b649389d638cbc620 branch: main author: Xuehai Pan committer: JelleZijlstra date: 2025-05-01T15:41:44-07:00 summary: gh-119605: Respect `follow_wrapped` for `__init__` and `__new__` wh

[Python-checkins] gh-133259: Show path to python.sh script on successful build (#133268)

2025-05-01 Thread mdboom
https://github.com/python/cpython/commit/c14134020f44575635e11e4552cefcfd8cdbe22f commit: c14134020f44575635e11e4552cefcfd8cdbe22f branch: main author: Michael Droettboom committer: mdboom date: 2025-05-01T18:49:39Z summary: gh-133259: Show path to python.sh script on successful build (#133268)

[Python-checkins] gh-133258: Fix crash in test_index (GH-133262)

2025-05-01 Thread ambv
https://github.com/python/cpython/commit/a4be3bc34f9d3671e42ef8a301dfbbc9bdac3421 commit: a4be3bc34f9d3671e42ef8a301dfbbc9bdac3421 branch: main author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: ambv date: 2025-05-01T19:15:53+02:00 summary: gh-133258: Fix crash in test

[Python-checkins] gh-133261: Use __builtin_frame_address() on GCC 9 and older (#133269)

2025-05-01 Thread vstinner
https://github.com/python/cpython/commit/d10bd81b45b9fd066edc6f82675ed4305603c4f4 commit: d10bd81b45b9fd066edc6f82675ed4305603c4f4 branch: main author: Victor Stinner committer: vstinner date: 2025-05-01T19:13:03+02:00 summary: gh-133261: Use __builtin_frame_address() on GCC 9 and older (#133269

[Python-checkins] [3.13] gh-133210: Fix `test_inspect` in `--without-doc-strings` mode (GH-133250) (#133263)

2025-05-01 Thread sobolevn
https://github.com/python/cpython/commit/f7d1109a1227dec99c6fb08c7e64aecc7acafa02 commit: f7d1109a1227dec99c6fb08c7e64aecc7acafa02 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-05-01T16:36:12Z summary: [3.13] gh-133210:

[Python-checkins] gh-133210: Fix `test_inspect` in `--without-doc-strings` mode (#133250)

2025-05-01 Thread sobolevn
https://github.com/python/cpython/commit/27e011455d38facfeca8aeaeed505cbd987f8509 commit: 27e011455d38facfeca8aeaeed505cbd987f8509 branch: main author: sobolevn committer: sobolevn date: 2025-05-01T19:08:35+03:00 summary: gh-133210: Fix `test_inspect` in `--without-doc-strings` mode (#133250) f

[Python-checkins] gh-133256: Add _Py_NONSTRING macro (#133257)

2025-05-01 Thread vstinner
https://github.com/python/cpython/commit/e26bafd107aa86a4bdd6051848640f36a56d0efb commit: e26bafd107aa86a4bdd6051848640f36a56d0efb branch: main author: Victor Stinner committer: vstinner date: 2025-05-01T17:55:49+02:00 summary: gh-133256: Add _Py_NONSTRING macro (#133257) Fix GCC 15 compiler wa

[Python-checkins] gh-130317: Fix test_pack_unpack_roundtrip() and add docs (#133204)

2025-05-01 Thread vstinner
https://github.com/python/cpython/commit/ad2f0884b16e6af4087ba078d2255d4c81ae8e96 commit: ad2f0884b16e6af4087ba078d2255d4c81ae8e96 branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-05-01T16:20:36+02:00 summary: gh-130317: Fix test_pack_unpack_roundtrip() and add docs (#13320

[Python-checkins] gh-132930: Include IDLE path in registry for PyManager packages (GH-133246)

2025-05-01 Thread zooba
https://github.com/python/cpython/commit/ed039b801d66736f22508c71b258b8ace0c15ef4 commit: ed039b801d66736f22508c71b258b8ace0c15ef4 branch: main author: Steve Dower committer: zooba date: 2025-05-01T14:41:17+01:00 summary: gh-132930: Include IDLE path in registry for PyManager packages (GH-133246

[Python-checkins] gh-130197: Improve test coverage of msgfmt.py (GH-133048)

2025-05-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c73d46076ee0a6f32b472f9dfcf0e4245cc1c462 commit: c73d46076ee0a6f32b472f9dfcf0e4245cc1c462 branch: main author: Tomas R. committer: serhiy-storchaka date: 2025-05-01T13:32:11Z summary: gh-130197: Improve test coverage of msgfmt.py (GH-133048) files: M Lib

[Python-checkins] gh-133166: Fix missing error emission of PyType_GetModuleByDef (GH-133240)

2025-05-01 Thread encukou
https://github.com/python/cpython/commit/fa52f289a36f50d6d10e57d485e5a4f58261222b commit: fa52f289a36f50d6d10e57d485e5a4f58261222b branch: main author: neonene <53406459+neon...@users.noreply.github.com> committer: encukou date: 2025-05-01T14:32:57+02:00 summary: gh-133166: Fix missing error emis

[Python-checkins] gh-124715: Fix method_dealloc(): use PyObject_GC_UnTrack() (#133199)

2025-05-01 Thread vstinner
https://github.com/python/cpython/commit/662dd294563ce86980c640ad67e3d460a72c9cb9 commit: 662dd294563ce86980c640ad67e3d460a72c9cb9 branch: main author: Victor Stinner committer: vstinner date: 2025-05-01T13:42:42+02:00 summary: gh-124715: Fix method_dealloc(): use PyObject_GC_UnTrack() (#133199)

[Python-checkins] [3.13] gh-130655: Add a test for big-endian MO files in gettext (GH-132469) (GH-133248)

2025-05-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/90c786e377b98eeba93b91c05f8a3527d7868a6b commit: 90c786e377b98eeba93b91c05f8a3527d7868a6b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-01T11:36:06Z summary: [3.13] gh

[Python-checkins] gh-130655: Add a test for big-endian MO files in gettext (GH-132469)

2025-05-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/474f296718eb59391c929eec0e4c3df5fc11fb96 commit: 474f296718eb59391c929eec0e4c3df5fc11fb96 branch: main author: Tomas R. committer: serhiy-storchaka date: 2025-05-01T14:13:08+03:00 summary: gh-130655: Add a test for big-endian MO files in gettext (GH-13246

[Python-checkins] [3.13] gh-132246: Add PEP 688 to C Buffer Protocol docs (GH-132249) (#132282)

2025-05-01 Thread AA-Turner
https://github.com/python/cpython/commit/679e632c5ec2a109f3f718fd9f97e0c8dd2f8b89 commit: 679e632c5ec2a109f3f718fd9f97e0c8dd2f8b89 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] Remove duplicate includes: Python/{bytecodes,ceval,optimizer_analysis}.c (#132622)

2025-05-01 Thread AA-Turner
https://github.com/python/cpython/commit/f21e42d90608ae34b4b0814d8a674c3fec4bbc7d commit: f21e42d90608ae34b4b0814d8a674c3fec4bbc7d branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-01T12:07:5

[Python-checkins] gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)

2025-05-01 Thread iritkatriel
https://github.com/python/cpython/commit/5529213d4efa8271907013dda56eb7da3195 commit: 5529213d4efa8271907013dda56eb7da3195 branch: main author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2025-05-01T

[Python-checkins] PyStats: Make sure that the `failure_kinds` array is big enough. (#133245)

2025-05-01 Thread iritkatriel
https://github.com/python/cpython/commit/3831752689f4a43c26746b691c9c904550fadc17 commit: 3831752689f4a43c26746b691c9c904550fadc17 branch: main author: Mark Shannon committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2025-05-01T10:02:51Z summary: PyStats: Make sure that th

[Python-checkins] Lint: Create a project-wide ``.ruff.toml`` settings file (#133124)

2025-05-01 Thread AA-Turner
https://github.com/python/cpython/commit/fe3c7e10d95235e3d7bea9273d61a968cdc83d86 commit: fe3c7e10d95235e3d7bea9273d61a968cdc83d86 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-01T08:28:4

[Python-checkins] gh-133196: Guard PEP 750 grammar with `CHECK_VERSION` (#133225)

2025-05-01 Thread lysnikolaou
https://github.com/python/cpython/commit/5cdd49b3f4cbdcf0472a65fd0c723912c3d48211 commit: 5cdd49b3f4cbdcf0472a65fd0c723912c3d48211 branch: main author: sobolevn committer: lysnikolaou date: 2025-05-01T09:17:07+02:00 summary: gh-133196: Guard PEP 750 grammar with `CHECK_VERSION` (#133225) files: