[Python-checkins] gh-107803: fix thread safety issue in double linked list implementation (#121007)

2024-06-25 Thread kumaraditya303
https://github.com/python/cpython/commit/82235449b85165add62c1b200299456a50a1d097 commit: 82235449b85165add62c1b200299456a50a1d097 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-06-26T05:11:32Z summary: gh-107803: fix thread safety issue in double linked list implementati

[Python-checkins] gh-112301: Enable compiler flags with low performance impact and no warnings (gh-120975)

2024-06-25 Thread corona10
https://github.com/python/cpython/commit/7fb32e02092922b0256d7be91bbf80767eb2ca46 commit: 7fb32e02092922b0256d7be91bbf80767eb2ca46 branch: main author: Nate Ohlson committer: corona10 date: 2024-06-26T12:11:05+09:00 summary: gh-112301: Enable compiler flags with low performance impact and no war

[Python-checkins] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)

2024-06-25 Thread ericsnowcurrently
https://github.com/python/cpython/commit/a905721b9c5c15279e67c2f7785034b7356b2d46 commit: a905721b9c5c15279e67c2f7785034b7356b2d46 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-06-25T14:35:12-06:00 summary: gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010) We also a

[Python-checkins] [3.12] gh-120155: Fix Coverity issue in parse_string() (GH-120997) (#121006)

2024-06-25 Thread vstinner
https://github.com/python/cpython/commit/5290e405c171dbf541b1cd8549d69d53d04a6bc0 commit: 5290e405c171dbf541b1cd8549d69d53d04a6bc0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-06-25T19:40:08+02:00 summary: [3.12] gh-12

[Python-checkins] [3.13] gh-120155: Fix Coverity issue in parse_string() (GH-120997) (#121005)

2024-06-25 Thread vstinner
https://github.com/python/cpython/commit/571cefd8c7933f4917739dde43171558f109d63c commit: 571cefd8c7933f4917739dde43171558f109d63c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-06-25T19:40:05+02:00 summary: [3.13] gh-12

[Python-checkins] gh-120155: Fix Coverity issue in parse_string() (#120997)

2024-06-25 Thread pablogsal
https://github.com/python/cpython/commit/769aea332940f03c3e5b1ad9badd6635c1ac992a commit: 769aea332940f03c3e5b1ad9badd6635c1ac992a branch: main author: Victor Stinner committer: pablogsal date: 2024-06-25T17:53:24+01:00 summary: gh-120155: Fix Coverity issue in parse_string() (#120997) files: M

[Python-checkins] [3.12] gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP 563 (GH-120272) (#121004)

2024-06-25 Thread AlexWaygood
https://github.com/python/cpython/commit/a85241d76bd5afc935ae26c0bdaf08bb69f5bfbf commit: a85241d76bd5afc935ae26c0bdaf08bb69f5bfbf branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-06-25T16:31:01Z summary: [3.12] gh-1140

[Python-checkins] [3.12] gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP 563 (GH-120272) (#121004)

2024-06-25 Thread AlexWaygood
https://github.com/python/cpython/commit/a85241d76bd5afc935ae26c0bdaf08bb69f5bfbf commit: a85241d76bd5afc935ae26c0bdaf08bb69f5bfbf branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-06-25T16:31:01Z summary: [3.12] gh-1140

[Python-checkins] [3.13] gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP 563 (GH-120272) (#121003)

2024-06-25 Thread AlexWaygood
https://github.com/python/cpython/commit/f4f8a714b5fe0e83d63c54cdf39e8d8920047e6c commit: f4f8a714b5fe0e83d63c54cdf39e8d8920047e6c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-06-25T16:30:08Z summary: [3.13] gh-1140

[Python-checkins] gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP 563 (#120272)

2024-06-25 Thread AlexWaygood
https://github.com/python/cpython/commit/2d3187bf205ae826bab3d5cf67c0c673e8af2a88 commit: 2d3187bf205ae826bab3d5cf67c0c673e8af2a88 branch: main author: Alex Waygood committer: AlexWaygood date: 2024-06-25T16:53:18+01:00 summary: gh-114053: Fix another edge case involving `get_type_hints`, PEP 69

[Python-checkins] GH-120982: Add stack check assertions to generated interpreter code (GH-120992)

2024-06-25 Thread markshannon
https://github.com/python/cpython/commit/8f5a01707f27a015b52b7b55af058f8833f8f7db commit: 8f5a01707f27a015b52b7b55af058f8833f8f7db branch: main author: Mark Shannon committer: markshannon date: 2024-06-25T16:42:29+01:00 summary: GH-120982: Add stack check assertions to generated interpreter code

[Python-checkins] [3.13] gh-120108: Fix deepcopying of AST trees with .parent attributes (GH-120114) (#121000)

2024-06-25 Thread JelleZijlstra
https://github.com/python/cpython/commit/899dfbaf0e62c71885eced4747d7d4c93b7bbd4f commit: 899dfbaf0e62c71885eced4747d7d4c93b7bbd4f branch: 3.13 author: Jelle Zijlstra committer: JelleZijlstra date: 2024-06-25T15:39:29Z summary: [3.13] gh-120108: Fix deepcopying of AST trees with .parent attribut

[Python-checkins] gh-120108: Fix deepcopying of AST trees with .parent attributes (#120114)

2024-06-25 Thread JelleZijlstra
https://github.com/python/cpython/commit/42b2c9d78da7ebd6bd5925a4d4c78aec3c9e78e6 commit: 42b2c9d78da7ebd6bd5925a4d4c78aec3c9e78e6 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-06-25T08:12:11-07:00 summary: gh-120108: Fix deepcopying of AST trees with .parent attributes

[Python-checkins] [3.13] Doc/README: Document 'make htmllive' (GH-120692) (#120990)

2024-06-25 Thread hugovk
https://github.com/python/cpython/commit/1764a310e8bdd7dc0c59308bd7190a0f5aa8ff40 commit: 1764a310e8bdd7dc0c59308bd7190a0f5aa8ff40 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-06-2

[Python-checkins] [3.12] Doc/README: Document 'make htmllive' (GH-120692) (#120991)

2024-06-25 Thread hugovk
https://github.com/python/cpython/commit/89bc912dbe277e96e2c7065e06bf8943ddd58eae commit: 89bc912dbe277e96e2c7065e06bf8943ddd58eae branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-06-2

[Python-checkins] Doc/README: Document 'make htmllive' (#120692)

2024-06-25 Thread hugovk
https://github.com/python/cpython/commit/ead676516d4687b5e6d947a5c0808b5b93ba87e3 commit: ead676516d4687b5e6d947a5c0808b5b93ba87e3 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-06-25T12:08:55+0

[Python-checkins] [3.13] gh-120661: improve example for basic type hints (GH-120934) (#120987)

2024-06-25 Thread AlexWaygood
https://github.com/python/cpython/commit/6cddf1a611e5656c11968ae6760736165d6c73ff commit: 6cddf1a611e5656c11968ae6760736165d6c73ff branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-06-25T09:25:29+01:00 summary: [3.13] gh

[Python-checkins] [3.12] gh-120661: improve example for basic type hints (GH-120934) (#120988)

2024-06-25 Thread AlexWaygood
https://github.com/python/cpython/commit/566898a3f6af4d59baf4a4fe914dd29a4c46fb85 commit: 566898a3f6af4d59baf4a4fe914dd29a4c46fb85 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-06-25T09:25:11+01:00 summary: [3.12] gh

[Python-checkins] [3.13] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120985)

2024-06-25 Thread vstinner
https://github.com/python/cpython/commit/d26ce50f7bd59aa0bf6d1659ff96fb3a9075ff38 commit: d26ce50f7bd59aa0bf6d1659ff96fb3a9075ff38 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-06-25T08:17:53Z summary: [3.13] gh-120671:

[Python-checkins] [3.12] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120986)

2024-06-25 Thread vstinner
https://github.com/python/cpython/commit/433a5f89c9116f8098fd61ebb5258af4aef62d76 commit: 433a5f89c9116f8098fd61ebb5258af4aef62d76 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-06-25T08:11:22Z summary: [3.12] gh-120671:

[Python-checkins] Add fast path in count_elements (gh-120983)

2024-06-25 Thread rhettinger
https://github.com/python/cpython/commit/9b32b890749b7843cd3e087baa89390fde634859 commit: 9b32b890749b7843cd3e087baa89390fde634859 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-06-25T03:10:00-05:00 summary: Add fast path in count_elements (gh-120983) files: M Modules/_

[Python-checkins] gh-120661: improve example for basic type hints (#120934)

2024-06-25 Thread AlexWaygood
https://github.com/python/cpython/commit/bb057ea1075e000ff3f0d6b27a2b7ca4117b4969 commit: bb057ea1075e000ff3f0d6b27a2b7ca4117b4969 branch: main author: Bénédikt Tran <[email protected]> committer: AlexWaygood date: 2024-06-25T07:59:56Z summary: gh-120661: improve example f

[Python-checkins] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (#120822)

2024-06-25 Thread vstinner
https://github.com/python/cpython/commit/2106c9bef0c18ff35db7d6c083cb8f189507758e commit: 2106c9bef0c18ff35db7d6c083cb8f189507758e branch: main author: Michael Allwright committer: vstinner date: 2024-06-25T09:48:48+02:00 summary: gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (#120822) A