[Python-checkins] [3.13] gh-125761: Clarify repeated warning suppression criteria in warnings module (gh-126330)

2024-11-02 Thread ncoghlan
https://github.com/python/cpython/commit/2f7793196a8feac9d5ce96ae0a8df0723ef1b044 commit: 2f7793196a8feac9d5ce96ae0a8df0723ef1b044 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ncoghlan date: 2024-11-02T11:43:30Z summary: [3.13] gh-125761:

[Python-checkins] [3.12] gh-125761: Clarify repeated warning suppression criteria in warnings module (gh-126331)

2024-11-02 Thread ncoghlan
https://github.com/python/cpython/commit/f4bc64d204dce541c20e1425a3b70cab6e811607 commit: f4bc64d204dce541c20e1425a3b70cab6e811607 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ncoghlan date: 2024-11-02T11:45:36Z summary: [3.12] gh-125761:

[Python-checkins] [3.13] gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribute__` (GH-126305) (#126324)

2024-11-02 Thread kumaraditya303
https://github.com/python/cpython/commit/f58d5ab881541f2b244fe991dcbfbb749604692b commit: f58d5ab881541f2b244fe991dcbfbb749604692b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2024-11-02T08:09:18Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-125522: Remove bare except in test_zlib.test_flushes (gh-126321) (gh-126328)

2024-11-02 Thread corona10
https://github.com/python/cpython/commit/eecea8f64a8873c1466d4b81f4bd398b835b6cbf commit: eecea8f64a8873c1466d4b81f4bd398b835b6cbf branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-11-02T17:49:32+09:00 summary: [3.12] gh-12

[Python-checkins] gh-125761: Clarify repeated warning suppression criteria in warnings module (gh-126326)

2024-11-02 Thread ncoghlan
https://github.com/python/cpython/commit/10eeec2d4ffb6b09a6d925877b6d9ef6aa6bb59d commit: 10eeec2d4ffb6b09a6d925877b6d9ef6aa6bb59d branch: main author: 고병찬 <70642609+byungchank...@users.noreply.github.com> committer: ncoghlan date: 2024-11-02T21:37:26+10:00 summary: gh-125761: Clarify repeated wa

[Python-checkins] gh-99880: document rounding mode for new-style formatting (GH-121481)

2024-11-02 Thread willingc
https://github.com/python/cpython/commit/7d7d56d8b1147a6b85e1c09d01b164df7c5c4942 commit: 7d7d56d8b1147a6b85e1c09d01b164df7c5c4942 branch: main author: Sergey B Kirpichev committer: willingc date: 2024-11-02T10:11:12-07:00 summary: gh-99880: document rounding mode for new-style formatting (GH-12

[Python-checkins] gh-125832: Clarify comment for inlined comprehensions as per PEP-709 (#126322)

2024-11-02 Thread willingc
https://github.com/python/cpython/commit/868bfcc02ed42a1042851830b79c6877b7f1c7a8 commit: 868bfcc02ed42a1042851830b79c6877b7f1c7a8 branch: main author: rimchoi committer: willingc date: 2024-11-02T17:04:53Z summary: gh-125832: Clarify comment for inlined comprehensions as per PEP-709 (#126322)

[Python-checkins] [3.12] gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribute__` (GH-126305) (#126325)

2024-11-02 Thread kumaraditya303
https://github.com/python/cpython/commit/b59269961f73cecd5d14ef4fa04689170aa0b2f3 commit: b59269961f73cecd5d14ef4fa04689170aa0b2f3 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2024-11-02T08:03:51Z summary: [3.12] gh-1

[Python-checkins] gh-125522: Remove bare except in test_zlib.test_flushes (gh-126321)

2024-11-02 Thread corona10
https://github.com/python/cpython/commit/cfb1b2f0cb999558a30e61a9e1a62fdb7f55f6a4 commit: cfb1b2f0cb999558a30e61a9e1a62fdb7f55f6a4 branch: main author: simple-is-great <103080930+simple-is-gr...@users.noreply.github.com> committer: corona10 date: 2024-11-02T08:27:07Z summary: gh-125522: Remove ba

[Python-checkins] gh-126138: Fix use-after-free in `_asyncio.Task` by evil `__getattribute__` (#126305)

2024-11-02 Thread kumaraditya303
https://github.com/python/cpython/commit/f032f6ba8fec6fab35edeec0eb40cd73e9d58928 commit: f032f6ba8fec6fab35edeec0eb40cd73e9d58928 branch: main author: Nico-Posada <102486290+nico-pos...@users.noreply.github.com> committer: kumaraditya303 date: 2024-11-02T13:16:00+05:30 summary: gh-126138: Fix us

[Python-checkins] gh-120754: Add a strace helper and test set of syscalls for open().read(), Take 2 (#123413)

2024-11-02 Thread hauntsaninja
https://github.com/python/cpython/commit/9ad57cf58b76d1abe4786fb2e4c77a02e100d047 commit: 9ad57cf58b76d1abe4786fb2e4c77a02e100d047 branch: main author: Cody Maloney committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> date: 2024-11-02T20:37:21-07:00 summary: gh-120754: Add a s

[Python-checkins] [3.12] gh-125832: Clarify comment for inlined comprehensions as per P… (gh-126345)

2024-11-02 Thread corona10
https://github.com/python/cpython/commit/4afa129ed08780ef84fcee4dd1168a33034f2ea5 commit: 4afa129ed08780ef84fcee4dd1168a33034f2ea5 branch: 3.12 author: Donghee Na committer: corona10 date: 2024-11-03T04:00:52Z summary: [3.12] gh-125832: Clarify comment for inlined comprehensions as per P… (gh-1

[Python-checkins] [3.13] gh-125832: Clarify comment for inlined comprehensions as per PEP-709 (gh-126322) (gh-126344)

2024-11-02 Thread corona10
https://github.com/python/cpython/commit/36079f702a8c1a8afea85cb0bbda57bc136cb911 commit: 36079f702a8c1a8afea85cb0bbda57bc136cb911 branch: 3.13 author: Donghee Na committer: corona10 date: 2024-11-03T04:10:15Z summary: [3.13] gh-125832: Clarify comment for inlined comprehensions as per PEP-709

[Python-checkins] gh-125832: Reformat comments for inlined comprehensions (gh-126346)

2024-11-02 Thread corona10
https://github.com/python/cpython/commit/8161afe51c65afbf0332da58837d94975cec9f65 commit: 8161afe51c65afbf0332da58837d94975cec9f65 branch: main author: Donghee Na committer: corona10 date: 2024-11-03T04:15:07Z summary: gh-125832: Reformat comments for inlined comprehensions (gh-126346) files:

[Python-checkins] gh-113977, gh-120754: Remove unbounded reads from zipfile (GH-122101)

2024-11-02 Thread gpshead
https://github.com/python/cpython/commit/556dc9b8a78bad296513221f3f414a3f8fd0ae70 commit: 556dc9b8a78bad296513221f3f414a3f8fd0ae70 branch: main author: Cody Maloney committer: gpshead date: 2024-11-02T22:28:51-07:00 summary: gh-113977, gh-120754: Remove unbounded reads from zipfile (GH-122101)

[Python-checkins] [3.13] gh-113977, gh-120754: Remove unbounded reads from zipfile (GH-122101) (#126348)

2024-11-02 Thread gpshead
https://github.com/python/cpython/commit/7435127056cb83ced4e48aac5eb098aff7f2498d commit: 7435127056cb83ced4e48aac5eb098aff7f2498d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2024-11-03T05:59:00Z summary: [3.13] gh-113977,

[Python-checkins] [3.12] gh-113977, gh-120754: Remove unbounded reads from zipfile (GH-122101) (#126347)

2024-11-02 Thread gpshead
https://github.com/python/cpython/commit/6e3e91fa76bd330b13eb65745911b3ef87190a1f commit: 6e3e91fa76bd330b13eb65745911b3ef87190a1f branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2024-11-03T05:48:19Z summary: [3.12] gh-113977,

[Python-checkins] gh-126317: Simplify pickle code by using itertools.batched() (GH-126323)

2024-11-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bd4be5e67de5f31e9336ba0fdcd545e88d70b954 commit: bd4be5e67de5f31e9336ba0fdcd545e88d70b954 branch: main author: Lee Dong Wook committer: serhiy-storchaka date: 2024-11-02T16:07:32+02:00 summary: gh-126317: Simplify pickle code by using itertools.batched()

[Python-checkins] [3.13] gh-125522: Remove bare except in test_zlib.test_flushes (gh-126321) (gh-126327)

2024-11-02 Thread corona10
https://github.com/python/cpython/commit/79ec946c1691f58deaaa8d07e0134b01c7f5bee3 commit: 79ec946c1691f58deaaa8d07e0134b01c7f5bee3 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-11-02T08:51:28Z summary: [3.13] gh-125522: