[Python-checkins] gh-123363: Show string value of CONTAINS_OP oparg in dis (#123387)

2024-08-27 Thread sobolevn
https://github.com/python/cpython/commit/6a7765b9fad8bf67e2c118b637a516c5e6c42349 commit: 6a7765b9fad8bf67e2c118b637a516c5e6c42349 branch: main author: Alexandr Mitin <[email protected]> committer: sobolevn date: 2024-08-28T09:15:34+03:00 summary: gh-123363: Show strin

[Python-checkins] gh-123270: Replaced SanitizedNames with a more surgical fix. (#123354)

2024-08-27 Thread jaraco
https://github.com/python/cpython/commit/2231286d78d328c2f575e0b05b16fe447d1656d6 commit: 2231286d78d328c2f575e0b05b16fe447d1656d6 branch: main author: Jason R. Coombs committer: jaraco date: 2024-08-27T17:10:30-04:00 summary: gh-123270: Replaced SanitizedNames with a more surgical fix. (#123354

[Python-checkins] gh-123271: Make builtin zip method safe under free-threading (#123272)

2024-08-27 Thread colesbury
https://github.com/python/cpython/commit/7e38e6745d2f9ee235d934ab7f3c6b3085be2b70 commit: 7e38e6745d2f9ee235d934ab7f3c6b3085be2b70 branch: main author: Pieter Eendebak committer: colesbury date: 2024-08-27T15:22:43-04:00 summary: gh-123271: Make builtin zip method safe under free-threading (#123

[Python-checkins] gh-121404: split compiler_nameop into a codegen part and a compiler part (#123398)

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

[Python-checkins] [3.13] gh-109975: Fix a typo in What's New in Python 3.13 (GH-123393) (#123396)

2024-08-27 Thread AA-Turner
https://github.com/python/cpython/commit/317d389345dd4f4aebc95e60891297678badb46a commit: 317d389345dd4f4aebc95e60891297678badb46a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-109975: Fix a typo in What's New in Python 3.13 (#123393)

2024-08-27 Thread AA-Turner
https://github.com/python/cpython/commit/08c0166ce4cd5b54ec3cd57cd48b57b9bc2e8d3c commit: 08c0166ce4cd5b54ec3cd57cd48b57b9bc2e8d3c branch: main author: Daniel Hollas committer: AA-Turner <[email protected]> date: 2024-08-27T15:53:45+01:00 summary: gh-109975: Fix a typo in

[Python-checkins] GH-117759: Document incremental GC (GH-123266)

2024-08-27 Thread markshannon
https://github.com/python/cpython/commit/f49a91648aac2ad55b2e005ba28fac1c7edca020 commit: f49a91648aac2ad55b2e005ba28fac1c7edca020 branch: main author: Mark Shannon committer: markshannon date: 2024-08-27T15:23:39+01:00 summary: GH-117759: Document incremental GC (GH-123266) * Update what's new

[Python-checkins] gH-80788: remove old weakset workaround for thread safety (#123388)

2024-08-27 Thread kumaraditya303
https://github.com/python/cpython/commit/460ee5b994335994d4b5186c08f44e775b3e55fa commit: 460ee5b994335994d4b5186c08f44e775b3e55fa branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-08-27T19:12:44+05:30 summary: gH-80788: remove old weakset workaround for thread safety (#1233

[Python-checkins] [3.13] gh-122666: Tests for ast optimizations (GH-122667) (#123359)

2024-08-27 Thread JelleZijlstra
https://github.com/python/cpython/commit/69b104a4f192c42ac55d550241e642e350537ddd commit: 69b104a4f192c42ac55d550241e642e350537ddd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-08-27T06:41:37-07:00 summary: [3.13]

[Python-checkins] gh-123089: Make weakref.WeakSet safe against concurrent mutations while it is being iterated (#123279)

2024-08-27 Thread kumaraditya303
https://github.com/python/cpython/commit/03f5abf15a20f6e623282a393bc2a0affac69bb0 commit: 03f5abf15a20f6e623282a393bc2a0affac69bb0 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-08-27T13:04:03Z summary: gh-123089: Make weakref.WeakSet safe against concurrent mutations whi

[Python-checkins] gh-120426: Reword the glossary term "immortal" (GH-123191)

2024-08-27 Thread encukou
https://github.com/python/cpython/commit/6754566a51a5706e8c9da0094b892113311ba20c commit: 6754566a51a5706e8c9da0094b892113311ba20c branch: main author: Petr Viktorin committer: encukou date: 2024-08-27T13:37:56+02:00 summary: gh-120426: Reword the glossary term "immortal" (GH-123191) Reword the

[Python-checkins] gh-121404: compiler_visit_* --> codegen_visit_* (#123382)

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

[Python-checkins] GH-123232: Factor BINARY_SLICE and STORE_SLICE to handle stats properly for tier 2. (GH-123381)

2024-08-27 Thread markshannon
https://github.com/python/cpython/commit/54a05a46002ee1c9211f299df38f444f16866ef5 commit: 54a05a46002ee1c9211f299df38f444f16866ef5 branch: main author: Mark Shannon committer: markshannon date: 2024-08-27T10:49:39+01:00 summary: GH-123232: Factor BINARY_SLICE and STORE_SLICE to handle stats prop

[Python-checkins] GH-115775: Use `__static_attributes__` to initialize shared keys (GH-118468)

2024-08-27 Thread markshannon
https://github.com/python/cpython/commit/89328f7b129a6e4d7164f954b976bf45da69f0b2 commit: 89328f7b129a6e4d7164f954b976bf45da69f0b2 branch: main author: Mark Shannon committer: markshannon date: 2024-08-27T10:34:46+01:00 summary: GH-115775: Use `__static_attributes__` to initialize shared keys (G

[Python-checkins] [3.13] gh-111495: Add tests for PyTuple C API (GH-118757) (GH-123371)

2024-08-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ee464309a58924b1a2af0a42174208a107ee1d37 commit: ee464309a58924b1a2af0a42174208a107ee1d37 branch: 3.13 author: Sergey B Kirpichev committer: serhiy-storchaka date: 2024-08-27T12:07:17+03:00 summary: [3.13] gh-111495: Add tests for PyTuple C API (GH-118757