[Python-checkins] gh-125522 : add explicit exception types to bare excepts in tests (#125523)

2024-10-15 Thread iritkatriel
https://github.com/python/cpython/commit/e97910cdb76c1f1dadfc4721b828611e4f4b6449 commit: e97910cdb76c1f1dadfc4721b828611e4f4b6449 branch: main author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-10-15T

[Python-checkins] [3.12] gh-89819: Add argument_default and conflict_handler to add_argument_group() docs (GH-125379) (GH-125539)

2024-10-15 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1cab726622985a5596529521f471aea8588747c3 commit: 1cab726622985a5596529521f471aea8588747c3 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-10-15T16:09:55Z summary: [3.12] gh

[Python-checkins] gh-124375: Avoid calling `_PyMem_ProcessDelayed` on other thread states (#124459)

2024-10-15 Thread colesbury
https://github.com/python/cpython/commit/54c6fcbefd33a8d8bf8c004cf1aad3be3d37b933 commit: 54c6fcbefd33a8d8bf8c004cf1aad3be3d37b933 branch: main author: Sam Gross committer: colesbury date: 2024-10-15T16:09:35Z summary: gh-124375: Avoid calling `_PyMem_ProcessDelayed` on other thread states (#12

[Python-checkins] [3.13] gh-89819: Add argument_default and conflict_handler to add_argument_group() docs (GH-125379) (GH-125538)

2024-10-15 Thread serhiy-storchaka
https://github.com/python/cpython/commit/cc66dfc86ca779550fb3a137d9ed9109a5247f95 commit: cc66dfc86ca779550fb3a137d9ed9109a5247f95 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-10-15T16:09:50Z summary: [3.13] gh

[Python-checkins] gh-125206: Bug in ctypes with old libffi is fixed (#125322)

2024-10-15 Thread vstinner
https://github.com/python/cpython/commit/aac89b54c5ee03c4d64fbdfbb6ea3001e26aa83a commit: aac89b54c5ee03c4d64fbdfbb6ea3001e26aa83a branch: main author: Mikhail Efimov committer: vstinner date: 2024-10-15T16:17:10Z summary: gh-125206: Bug in ctypes with old libffi is fixed (#125322) Workaround f

[Python-checkins] gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124776)" (#125513)

2024-10-15 Thread hugovk
https://github.com/python/cpython/commit/d3c82b9ccedd77fc302f5ab8ab0220b3372f574c commit: d3c82b9ccedd77fc302f5ab8ab0220b3372f574c branch: main author: Kirill Podoprigora committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-10-15T17:42:16+03:00 summary: gh-125512: Revert "gh-124

[Python-checkins] gh-119786: fix typo in compiler.md (#125456)

2024-10-15 Thread iritkatriel
https://github.com/python/cpython/commit/b903fc38d8ec74f61fb5ca8a3f5fd025915bceac commit: b903fc38d8ec74f61fb5ca8a3f5fd025915bceac branch: main author: Mikhail Efimov committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-10-15T16:38:19+01:00 summary: gh-119786: fix typo

[Python-checkins] gh-125451: Skip concurrent.futures test_processes_terminate() (#125533)

2024-10-15 Thread vstinner
https://github.com/python/cpython/commit/c6e8ff86b2bf8cf597622d416f8befae940366fa commit: c6e8ff86b2bf8cf597622d416f8befae940366fa branch: main author: Victor Stinner committer: vstinner date: 2024-10-15T15:42:55Z summary: gh-125451: Skip concurrent.futures test_processes_terminate() (#125533)

[Python-checkins] gh-100141: Allow pdb to deal with empty file (#125425)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/bb9604b62ae7f043594ffea9287f9213067cc7fb commit: bb9604b62ae7f043594ffea9287f9213067cc7fb branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-15T11:45:23-04:00 summary: gh-100141: Allow pdb to deal with empty file (#125425) files: A Mis

[Python-checkins] gh-89819: Add argument_default and conflict_handler to add_argument_group() docs (GH-125379)

2024-10-15 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c9826c11db25e81b1a90c837f84074879f1b1126 commit: c9826c11db25e81b1a90c837f84074879f1b1126 branch: main author: Savannah Ostrowski committer: serhiy-storchaka date: 2024-10-15T15:48:28Z summary: gh-89819: Add argument_default and conflict_handler to add_ar

[Python-checkins] gh-92953: Improve nextpool/prevpool comment. (gh-125545)

2024-10-15 Thread nascheme
https://github.com/python/cpython/commit/206de4155b01f6285c5551d2224391fa1fa0ac14 commit: 206de4155b01f6285c5551d2224391fa1fa0ac14 branch: main author: Neil Schemenauer committer: nascheme date: 2024-10-15T11:47:20-07:00 summary: gh-92953: Improve nextpool/prevpool comment. (gh-125545) The mean

[Python-checkins] gh-124218: Use per-thread refcounts for code objects (#125216)

2024-10-15 Thread colesbury
https://github.com/python/cpython/commit/3ea488aac44887a7cdb30be69580c81a0ca6afe2 commit: 3ea488aac44887a7cdb30be69580c81a0ca6afe2 branch: main author: Sam Gross committer: colesbury date: 2024-10-15T15:06:41-04:00 summary: gh-124218: Use per-thread refcounts for code objects (#125216) Use per-

[Python-checkins] gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266)

2024-10-15 Thread erlend-aasland
https://github.com/python/cpython/commit/546dddca43a2a69dbe33d230e9e540636b403270 commit: 546dddca43a2a69dbe33d230e9e540636b403270 branch: main author: RUANG (Roy James) committer: erlend-aasland date: 2024-10-15T09:21:16Z summary: gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266) files

[Python-checkins] gh-125517: Fix unreachable code warnings in `_testembed.c` (#125518)

2024-10-15 Thread sobolevn
https://github.com/python/cpython/commit/c8a1818fb01937b66b93728c11d68c9f9af688a5 commit: c8a1818fb01937b66b93728c11d68c9f9af688a5 branch: main author: sobolevn committer: sobolevn date: 2024-10-15T13:12:32Z summary: gh-125517: Fix unreachable code warnings in `_testembed.c` (#125518) files: M

[Python-checkins] [3.13] gh-125269: Use `AC_LINK_IF_ELSE` to detect if `-latomic` is needed (GH-125416) (#125493)

2024-10-15 Thread vstinner
https://github.com/python/cpython/commit/8cf646adeab0e5a368cc2875068a725a324fc7c1 commit: 8cf646adeab0e5a368cc2875068a725a324fc7c1 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-10-15T11:29:03+02:00 summary: [3.13] gh-12

[Python-checkins] gh-125041: test_zlib: For s390x HW acceleration, only skip checking the compressed bytes (#125042)

2024-10-15 Thread encukou
https://github.com/python/cpython/commit/cc5a225cdc2a5d4e035dd08d59cef39182c10a6c commit: cc5a225cdc2a5d4e035dd08d59cef39182c10a6c branch: main author: Petr Viktorin committer: encukou date: 2024-10-15T11:29:43Z summary: gh-125041: test_zlib: For s390x HW acceleration, only skip checking the co

[Python-checkins] gh-125514: fix bug in test_traceback utility. Specify exception types in except: clauses (#125516)

2024-10-15 Thread iritkatriel
https://github.com/python/cpython/commit/55c4f4c30b49734ce35dc88139b8b4fdc94c66fd commit: 55c4f4c30b49734ce35dc88139b8b4fdc94c66fd branch: main author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-10-15T

[Python-checkins] [3.12] gh-125514: fix bug in test_traceback utility. Specify exception types in except: clauses (GH-125516) (#125525)

2024-10-15 Thread iritkatriel
https://github.com/python/cpython/commit/26725d1756424b8abff896ffed7b017dd59241fc commit: 26725d1756424b8abff896ffed7b017dd59241fc branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date:

[Python-checkins] [3.13] gh-125514: fix bug in test_traceback utility. Specify exception types in except: clauses (GH-125516) (#125524)

2024-10-15 Thread iritkatriel
https://github.com/python/cpython/commit/3b8477b81a01d59f13d8068554405410eb590626 commit: 3b8477b81a01d59f13d8068554405410eb590626 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date:

[Python-checkins] gh-125196: Use PyUnicodeWriter in HAMT (#125458)

2024-10-15 Thread vstinner
https://github.com/python/cpython/commit/aa18fd55d575a04e3aa782fedcd08dced26676e0 commit: aa18fd55d575a04e3aa782fedcd08dced26676e0 branch: main author: Victor Stinner committer: vstinner date: 2024-10-15T09:47:36Z summary: gh-125196: Use PyUnicodeWriter in HAMT (#125458) files: M Python/hamt.c

[Python-checkins] gh-119535: Support 𝜋thon in Python 3.14 venvs (#125035)

2024-10-15 Thread hugovk
https://github.com/python/cpython/commit/fcef3fc9a593e2aa868d23cf2d91c57d8bf60ac6 commit: fcef3fc9a593e2aa868d23cf2d91c57d8bf60ac6 branch: main author: foreignmeloman committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-10-15T13:26:19+03:00 summary: gh-119535: Support 𝜋thon in P

[Python-checkins] gh-123299: Copyedit "What's New in Python 3.14" (#125438)

2024-10-15 Thread hugovk
https://github.com/python/cpython/commit/66064c342c6fb54b443aae8ccf8db74bb9d8bc50 commit: 66064c342c6fb54b443aae8ccf8db74bb9d8bc50 branch: main author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-10-15T10:39:15+0

[Python-checkins] [3.13] Doc: Update CVE URL (GH-125489) (#125503)

2024-10-15 Thread hugovk
https://github.com/python/cpython/commit/4bc59e5fd7add7c8a60f3636853163d1d5806ce0 commit: 4bc59e5fd7add7c8a60f3636853163d1d5806ce0 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-10-1

[Python-checkins] Doc: Update CVE URL (#125489)

2024-10-15 Thread hugovk
https://github.com/python/cpython/commit/a2fe9ff11d6104074c19bf328a104caa99becc11 commit: a2fe9ff11d6104074c19bf328a104caa99becc11 branch: main author: Mariusz Felisiak committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-10-15T10:29:08+03:00 summary: Doc: Update CVE URL (#12548

[Python-checkins] [3.12] Doc: Update CVE URL (GH-125489) (#125504)

2024-10-15 Thread hugovk
https://github.com/python/cpython/commit/79422bc13b17331211619354b7d8acaccafcc79a commit: 79422bc13b17331211619354b7d8acaccafcc79a branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-10-1

[Python-checkins] gh-53203: Fix strptime() tests for %X on glibc < 2.29 (#125469)

2024-10-15 Thread hugovk
https://github.com/python/cpython/commit/92af191a6a5f266b71373f5374ca0c9c522d62d9 commit: 92af191a6a5f266b71373f5374ca0c9c522d62d9 branch: main author: Serhiy Storchaka committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-10-15T11:05:40+03:00 summary: gh-53203: Fix strptime() te

[Python-checkins] [3.13] gh-124594: Create and reuse the same context for the entire asyncio REPL session (GH-124595) (#124848)

2024-10-15 Thread asvetlov
https://github.com/python/cpython/commit/35d96241091f5bd477c942e0f1b174c0bdae5596 commit: 35d96241091f5bd477c942e0f1b174c0bdae5596 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: asvetlov date: 2024-10-15T13:37:59+02:00 summary: [3.13] gh-12

[Python-checkins] [3.13] gh-124375: Avoid calling `_PyMem_ProcessDelayed` on other thread states (GH-124459) (#125540)

2024-10-15 Thread colesbury
https://github.com/python/cpython/commit/4d83f6ddc413204943097699ef84a30356ba8cce commit: 4d83f6ddc413204943097699ef84a30356ba8cce branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-10-15T13:35:28-04:00 summary: [3.13] gh-1

[Python-checkins] [3.13] gh-125422: Don't set the caller's f_trace if it's botframe (GH-125427) (#125530)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/a22e11f8dcfd902f43aa69be34f2a9a89ab514ac commit: a22e11f8dcfd902f43aa69be34f2a9a89ab514ac branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2024-10-15T15:26:46Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-125422: Don't set the caller's f_trace if it's botframe (GH-125427) (#125531)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/0a82c4cbd8c0b74e6111370d3c498142fdf9f085 commit: 0a82c4cbd8c0b74e6111370d3c498142fdf9f085 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2024-10-15T15:26:41Z summary: [3.12] gh-1

[Python-checkins] gh-125422: Don't set the caller's f_trace if it's botframe (#125427)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/703227dd021491ceb9343f69fa48f4b6a05adbb3 commit: 703227dd021491ceb9343f69fa48f4b6a05adbb3 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-15T10:51:37-04:00 summary: gh-125422: Don't set the caller's f_trace if it's botframe (#125427)

[Python-checkins] [3.13] gh-100141: Allow pdb to deal with empty file (GH-125425) (#125536)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/6c79baea4dbd0497253015bb8e8ffe96c39c31b0 commit: 6c79baea4dbd0497253015bb8e8ffe96c39c31b0 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2024-10-15T16:28:57Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-100141: Allow pdb to deal with empty file (GH-125425) (#125537)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/90b1406b881aa0a57ce3a73c402b73b79138b7e0 commit: 90b1406b881aa0a57ce3a73c402b73b79138b7e0 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2024-10-15T16:29:05Z summary: [3.12] gh-1

[Python-checkins] [3.13] gh-125115: Pass unknown pdb command line args to script instead of fail (GH-125424) (#125547)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/c5bad759f5b0d23e0ab9a40b3fa9dd4c77748cb7 commit: c5bad759f5b0d23e0ab9a40b3fa9dd4c77748cb7 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2024-10-15T19:55:38Z summary: [3.13] gh-1

[Python-checkins] Update verison options in crash issue template (GH-125555)

2024-10-15 Thread zware
https://github.com/python/cpython/commit/7453b8f15c77a8f3b07a5049450436079476c465 commit: 7453b8f15c77a8f3b07a5049450436079476c465 branch: main author: Zachary Ware committer: zware date: 2024-10-15T22:08:00Z summary: Update verison options in crash issue template (GH-12) files: M .github/I

[Python-checkins] [3.13] gh-125243: Fix ZoneInfo data race in free threading build (GH-125281) (gh-125414)

2024-10-15 Thread colesbury
https://github.com/python/cpython/commit/6474e296c04f136c9d664c899d126795f280ff11 commit: 6474e296c04f136c9d664c899d126795f280ff11 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-10-15T17:02:32-04:00 summary: [3.13] gh-1

[Python-checkins] gh-125115: Pass unknown pdb command line args to script instead of fail (#125424)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/9c2bb7d551a695f35db953a671a2ddca89426bef commit: 9c2bb7d551a695f35db953a671a2ddca89426bef branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-15T15:30:28-04:00 summary: gh-125115: Pass unknown pdb command line args to script instead of f

[Python-checkins] gh-58956: Set f_trace on frames with breakpoints after setting a new breakpoint (#124454)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/12eaadc0ad33411bb02945d700b6ed7e758bb188 commit: 12eaadc0ad33411bb02945d700b6ed7e758bb188 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-15T15:56:33-04:00 summary: gh-58956: Set f_trace on frames with breakpoints after setting a new

[Python-checkins] [3.13] gh-58956: Set f_trace on frames with breakpoints after setting a new breakpoint (GH-124454) (#125548)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/2ded598323ebe44a422d36a6b8ede611b4b34dba commit: 2ded598323ebe44a422d36a6b8ede611b4b34dba branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2024-10-15T20:20:16Z summary: [3.13] gh-5

[Python-checkins] Issue template: Remove 3.8 and add 3.14 version (#125552)

2024-10-15 Thread hugovk
https://github.com/python/cpython/commit/fee8fe5858c05599efb014bf4538ef8d52baa45c commit: fee8fe5858c05599efb014bf4538ef8d52baa45c branch: main author: Kirill Podoprigora committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-10-16T00:25:20+03:00 summary: Issue template: Remove 3.