[Python-checkins] gh-124295: Add translation tests for argparse (GH-124803)

2024-10-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0922a4ae0d2803e3a4e9f3d2ccd217364cfd700e commit: 0922a4ae0d2803e3a4e9f3d2ccd217364cfd700e branch: main author: Tomas R. committer: serhiy-storchaka date: 2024-10-27T18:52:31+02:00 summary: gh-124295: Add translation tests for argparse (GH-124803) files:

[Python-checkins] gh-125966: fix use-after-free on `fut->fut_callback0` due to an evil callback's `__eq__` in asyncio (#125967)

2024-10-27 Thread kumaraditya303
https://github.com/python/cpython/commit/ed5059eeb1aa50b481957307db5a34b937497382 commit: ed5059eeb1aa50b481957307db5a34b937497382 branch: main author: Bénédikt Tran <[email protected]> committer: kumaraditya303 date: 2024-10-27T22:40:10+05:30 summary: gh-125966: fix use-a

[Python-checkins] [3.13] gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to an evil `loop.__getattribute__` (GH-126003) (#126043)

2024-10-27 Thread kumaraditya303
https://github.com/python/cpython/commit/25421c715d735162dc8fac1eb38de30eca3a2552 commit: 25421c715d735162dc8fac1eb38de30eca3a2552 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-10-27T15:28:02Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to an evil `loop.__getattribute__` (GH-126003) (#126044)

2024-10-27 Thread kumaraditya303
https://github.com/python/cpython/commit/fdedb2618a7ed12977ec8c06b82d7296c18bd84c commit: fdedb2618a7ed12977ec8c06b82d7296c18bd84c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-10-27T15:23:07Z summary: [3.12] gh-1

[Python-checkins] gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)

2024-10-27 Thread JelleZijlstra
https://github.com/python/cpython/commit/80eec52fc813bc7d20478da3114ec6ffd73e7c31 commit: 80eec52fc813bc7d20478da3114ec6ffd73e7c31 branch: main author: devdanzin <[email protected]> committer: JelleZijlstra date: 2024-10-27T07:41:42-07:00 summary: gh-126018: Avoid aborti

[Python-checkins] gh-125984: fix use-after-free on `fut->fut_{callback,context}0` due to an evil `loop.__getattribute__` (#126003)

2024-10-27 Thread kumaraditya303
https://github.com/python/cpython/commit/f819d4301d7c75f02be1187fda017f0e7b608816 commit: f819d4301d7c75f02be1187fda017f0e7b608816 branch: main author: Bénédikt Tran <[email protected]> committer: kumaraditya303 date: 2024-10-27T20:34:43+05:30 summary: gh-125984: fix use-a

[Python-checkins] [3.13] gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (GH-126020) (#126042)

2024-10-27 Thread JelleZijlstra
https://github.com/python/cpython/commit/e4157f0fd71676c5dcee687ad17871dc226a5560 commit: e4157f0fd71676c5dcee687ad17871dc226a5560 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-10-27T15:07:33Z summary: [3.13] gh-12

[Python-checkins] gh-126012: Add `__class_getitem__` to `memoryview` (#126013)

2024-10-27 Thread sobolevn
https://github.com/python/cpython/commit/dc76a4ad3c46af3fb70361be10b8a791cd126931 commit: dc76a4ad3c46af3fb70361be10b8a791cd126931 branch: main author: Brian Schubert committer: sobolevn date: 2024-10-27T13:36:03+03:00 summary: gh-126012: Add `__class_getitem__` to `memoryview` (#126013) Co-aut

[Python-checkins] [3.13] gh-125966: fix use-after-free on `fut->fut_callback0` due to an evil callback's `__eq__` in asyncio (GH-125967) (#126047)

2024-10-27 Thread kumaraditya303
https://github.com/python/cpython/commit/ac31a2607fdc48986b7f3e46b113b1484d266ef2 commit: ac31a2607fdc48986b7f3e46b113b1484d266ef2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-10-27T17:36:10Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-125966: fix use-after-free on `fut->fut_callback0` due to an evil callback's `__eq__` in asyncio (GH-125967) (#126048)

2024-10-27 Thread kumaraditya303
https://github.com/python/cpython/commit/4fc1da1b2757c49f9e6eda9cbc7513cc2ed5180c commit: 4fc1da1b2757c49f9e6eda9cbc7513cc2ed5180c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-10-27T17:32:11Z summary: [3.12] gh-1

[Python-checkins] gh-124295: Skip translation tests when pygettext is missing (GH-126051)

2024-10-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6870eb3f7322ed64a1ca8bbda5cf4e121e181b54 commit: 6870eb3f7322ed64a1ca8bbda5cf4e121e181b54 branch: main author: Tomas R. committer: serhiy-storchaka date: 2024-10-27T18:09:08Z summary: gh-124295: Skip translation tests when pygettext is missing (GH-126051)

[Python-checkins] [3.13] gh-124295: Add translation tests for argparse (GH-124803) (GH-126046)

2024-10-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ff044ed8004e31c1896ca641b81b13ab04e92837 commit: ff044ed8004e31c1896ca641b81b13ab04e92837 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-27T18:35:30Z summary: [3.13] gh-124295: Add translation tests for argparse (GH-124803

[Python-checkins] [3.12] gh-124295: Add translation tests for argparse (GH-124803) (GH-126046) (GH-126054)

2024-10-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4c039c0723d1db889269f89208751647999a7f43 commit: 4c039c0723d1db889269f89208751647999a7f43 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-27T18:57:11Z summary: [3.12] gh-124295: Add translation tests for argparse (GH-124803

[Python-checkins] gh-126035: add missing whitespace to *Py_EnterRecursiveCall() messages (#126036)

2024-10-27 Thread erlend-aasland
https://github.com/python/cpython/commit/19e93e2e269889ecb3c4c039091abff489f247c2 commit: 19e93e2e269889ecb3c4c039091abff489f247c2 branch: main author: Bénédikt Tran <[email protected]> committer: erlend-aasland date: 2024-10-27T22:55:48+01:00 summary: gh-126035: add missi

[Python-checkins] [3.12] gh-126035: add missing whitespace to *Py_EnterRecursiveCall() messages (GH-126036) (#126059)

2024-10-27 Thread erlend-aasland
https://github.com/python/cpython/commit/9f35fbc068a1bcaf7eca5dae3ef75eb8449bd9c8 commit: 9f35fbc068a1bcaf7eca5dae3ef75eb8449bd9c8 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-10-27T22:12:20Z summary: [3.12] gh-1

[Python-checkins] [3.13] gh-126035: add missing whitespace to *Py_EnterRecursiveCall() messages (GH-126036) (#126058)

2024-10-27 Thread erlend-aasland
https://github.com/python/cpython/commit/97c2e6ac279e3cd016259a2457ccf4a1505649b3 commit: 97c2e6ac279e3cd016259a2457ccf4a1505649b3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-10-27T22:19:37Z summary: [3.13] gh-1