[Python-checkins] gh-122560: add test that comprehension loop var appears only in one scope of the symtable (#122582)

2024-08-02 Thread iritkatriel
https://github.com/python/cpython/commit/fe0a28d850943cf2ba132c9b0a933bb0c98ff0ae commit: fe0a28d850943cf2ba132c9b0a933bb0c98ff0ae branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-08-02T

[Python-checkins] [3.13] gh-122445: populate only modified fields in __static_attributes__ (#122446) (#122621)

2024-08-02 Thread iritkatriel
https://github.com/python/cpython/commit/545a328eae058b82d7279a31d7fdce08b6ff4f94 commit: 545a328eae058b82d7279a31d7fdce08b6ff4f94 branch: 3.13 author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-08-02T

[Python-checkins] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577)

2024-08-02 Thread encukou
https://github.com/python/cpython/commit/4b63cd170e5dd840bffc80922f09f2d69932ff5c commit: 4b63cd170e5dd840bffc80922f09f2d69932ff5c branch: main author: Sam Gross committer: encukou date: 2024-08-02T18:11:44+02:00 summary: gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577)

[Python-checkins] GH-117224: Move the body of a few large-ish micro-ops into helper functions (GH-122601)

2024-08-02 Thread markshannon
https://github.com/python/cpython/commit/7aca84e557d0a6d242f322c493d53947a56bde91 commit: 7aca84e557d0a6d242f322c493d53947a56bde91 branch: main author: Mark Shannon committer: markshannon date: 2024-08-02T16:31:17+01:00 summary: GH-117224: Move the body of a few large-ish micro-ops into helper f

[Python-checkins] gh-122445: populate only modified fields in __static_attributes__ (#122446)

2024-08-02 Thread iritkatriel
https://github.com/python/cpython/commit/498376d7a7d6f704f22a2c963130cc15c17e7a6f commit: 498376d7a7d6f704f22a2c963130cc15c17e7a6f branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-08-02T

[Python-checkins] [3.13] gh-122334: Fix crash when importing ssl after re-initialization (GH-122481) (#122614)

2024-08-02 Thread kumaraditya303
https://github.com/python/cpython/commit/b20893b5c2dc999bbad5723c20f0ff2aea83a428 commit: b20893b5c2dc999bbad5723c20f0ff2aea83a428 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-08-02T14:07:16Z summary: [3.13] gh-1

[Python-checkins] [3.13] gh-120974: Make asyncio `swap_current_task` safe in free-threaded build (GH-122317) (#122612)

2024-08-02 Thread kumaraditya303
https://github.com/python/cpython/commit/c1efeb32345e93d423665e91a61ce34a482e0271 commit: c1efeb32345e93d423665e91a61ce34a482e0271 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-08-02T13:58:24Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-122334: Fix crash when importing ssl after re-initialization (GH-122481) (#122495)

2024-08-02 Thread kumaraditya303
https://github.com/python/cpython/commit/6b8a9a10617817180f546e537d1b4407625390b9 commit: 6b8a9a10617817180f546e537d1b4407625390b9 branch: 3.12 author: neonene <[email protected]> committer: kumaraditya303 date: 2024-08-02T13:44:55Z summary: [3.12] gh-122334: Fix crash whe

[Python-checkins] gh-122334: Fix crash when importing ssl after re-initialization (#122481)

2024-08-02 Thread kumaraditya303
https://github.com/python/cpython/commit/9fc1c992d6fcea0b7558c581846eef6bdd811f6c commit: 9fc1c992d6fcea0b7558c581846eef6bdd811f6c branch: main author: neonene <[email protected]> committer: kumaraditya303 date: 2024-08-02T19:06:20+05:30 summary: gh-122334: Fix crash when

[Python-checkins] gh-120974: Make asyncio `swap_current_task` safe in free-threaded build (#122317)

2024-08-02 Thread kumaraditya303
https://github.com/python/cpython/commit/b5e6fb39a246bf7ee470d58632cdf588bb9d0298 commit: b5e6fb39a246bf7ee470d58632cdf588bb9d0298 branch: main author: Sam Gross committer: kumaraditya303 date: 2024-08-02T19:02:08+05:30 summary: gh-120974: Make asyncio `swap_current_task` safe in free-threaded b

[Python-checkins] [3.8] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493) (GH-122509)

2024-08-02 Thread ambv
https://github.com/python/cpython/commit/e319f774f9e766a2b92949444a2d46081df3363a commit: e319f774f9e766a2b92949444a2d46081df3363a branch: 3.8 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-08-02T15:11:22+02:00 summary: [3.8] gh-122133:

[Python-checkins] [3.9] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493) (GH-122508)

2024-08-02 Thread ambv
https://github.com/python/cpython/commit/3f5d9d12c74787fbf3f5891835c85cc15526c86d commit: 3f5d9d12c74787fbf3f5891835c85cc15526c86d branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-08-02T15:10:52+02:00 summary: [3.9] gh-122133:

[Python-checkins] [3.10] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493) (GH-122507)

2024-08-02 Thread ambv
https://github.com/python/cpython/commit/31302f5fc24eecd693f0c8aaba7c2840b09b594d commit: 31302f5fc24eecd693f0c8aaba7c2840b09b594d branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-08-02T15:10:39+02:00 summary: [3.10] gh-122133

[Python-checkins] [3.11] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493) (GH-122506)

2024-08-02 Thread ambv
https://github.com/python/cpython/commit/c5655aa6ad120d2ed7f255bebd6e8b71a9c07dde commit: c5655aa6ad120d2ed7f255bebd6e8b71a9c07dde branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-08-02T15:09:45+02:00 summary: [3.11] gh-122133

[Python-checkins] [3.13] gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHandler`. (GH-122154) (GH-122603)

2024-08-02 Thread vsajip
https://github.com/python/cpython/commit/56435a88c4ffc4ea81b086c2c20b29197e19182e commit: 56435a88c4ffc4ea81b086c2c20b29197e19182e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-08-02T13:07:27+01:00 summary: [3.13] gh-1217

[Python-checkins] [3.12] Fix typos in docs (#122502) (#122605)

2024-08-02 Thread AlexWaygood
https://github.com/python/cpython/commit/372df1950817dfcf8b9bac099448934bf8657cf5 commit: 372df1950817dfcf8b9bac099448934bf8657cf5 branch: 3.12 author: Alex Waygood committer: AlexWaygood date: 2024-08-02T11:59:34Z summary: [3.12] Fix typos in docs (#122502) (#122605) Co-authored-by: jianghuyiy

[Python-checkins] [3.12] gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHandler`. (GH-122154) (GH-122604)

2024-08-02 Thread vsajip
https://github.com/python/cpython/commit/c47943aa5e937fc052ff9c45e70aefd90a4af0d5 commit: c47943aa5e937fc052ff9c45e70aefd90a4af0d5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-08-02T12:46:04+01:00 summary: [3.12] gh-1217

[Python-checkins] gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHandler`. (GH-122154)

2024-08-02 Thread vsajip
https://github.com/python/cpython/commit/fb864c76cd5e450e789a7b4095832e118cc49a39 commit: fb864c76cd5e450e789a7b4095832e118cc49a39 branch: main author: Bénédikt Tran <[email protected]> committer: vsajip date: 2024-08-02T12:16:32+01:00 summary: gh-121723: Relax constraints

[Python-checkins] Update PyObject_Del() documentation (#122597)

2024-08-02 Thread vstinner
https://github.com/python/cpython/commit/addbb73927f55855dfcc62fd47b0018de8a814ed commit: addbb73927f55855dfcc62fd47b0018de8a814ed branch: main author: Victor Stinner committer: vstinner date: 2024-08-02T12:13:33+02:00 summary: Update PyObject_Del() documentation (#122597) Replace PyMem_Del() w

[Python-checkins] gh-122188: Remove _imp.pyc_magic_number (GH-122503)

2024-08-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/03b88522f5e847773845b0fac90fd06d04937a65 commit: 03b88522f5e847773845b0fac90fd06d04937a65 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-02T13:12:19+03:00 summary: gh-122188: Remove _imp.pyc_magic_number (GH-122503) _imp.