[Python-checkins] [3.13] gh-123243: Fix reference leak in `_decimal` (GH-123244) (#123280)

2024-08-23 Thread kumaraditya303
https://github.com/python/cpython/commit/a65fe07db4aa57b4e67f2f9e914db7ea281f127f commit: a65fe07db4aa57b4e67f2f9e914db7ea281f127f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-08-24T04:33:49Z summary: [3.13] gh-1

[Python-checkins] gh-123243: Fix reference leak in `_decimal` (#123244)

2024-08-23 Thread kumaraditya303
https://github.com/python/cpython/commit/5ff638f1b53587b9f912a18fc776a2a141fd7bed commit: 5ff638f1b53587b9f912a18fc776a2a141fd7bed branch: main author: neonene <[email protected]> committer: kumaraditya303 date: 2024-08-24T09:37:01+05:30 summary: gh-123243: Fix reference l

[Python-checkins] gh-117376: Make `Py_DECREF` a macro in ceval.c in free-threaded build (#122975)

2024-08-23 Thread colesbury
https://github.com/python/cpython/commit/556e8556849cb9df029b0f564b5dd203344c commit: 556e8556849cb9df029b0f564b5dd203344c branch: main author: Sam Gross committer: colesbury date: 2024-08-23T15:36:14-04:00 summary: gh-117376: Make `Py_DECREF` a macro in ceval.c in free-threaded build (#

[Python-checkins] gh-123205: `Python/bytecodes.c`: Fix compiler warning (#123206)

2024-08-23 Thread colesbury
https://github.com/python/cpython/commit/67f2c84bff06eb837fd5ca64466d79f038e22ef8 commit: 67f2c84bff06eb837fd5ca64466d79f038e22ef8 branch: main author: Kirill Podoprigora committer: colesbury date: 2024-08-23T15:35:25-04:00 summary: gh-123205: `Python/bytecodes.c`: Fix compiler warning (#123206)

[Python-checkins] GH-73991: Disallow copying directory into itself via `pathlib.Path.copy()` (#122924)

2024-08-23 Thread barneygale
https://github.com/python/cpython/commit/d7ae4dc5c14bc014ca0c056dab54c86ba8f395cb commit: d7ae4dc5c14bc014ca0c056dab54c86ba8f395cb branch: main author: Barney Gale committer: barneygale date: 2024-08-23T20:03:11+01:00 summary: GH-73991: Disallow copying directory into itself via `pathlib.Path.co

[Python-checkins] gh-121404: more compiler_* -> codegen_*, class_body and comprehensions (#123262)

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

[Python-checkins] Fix typo mentioning threads instead of tasks (#123203)

2024-08-23 Thread kumaraditya303
https://github.com/python/cpython/commit/58fdb169c8a93925541fecc74ba73c566147f2ca commit: 58fdb169c8a93925541fecc74ba73c566147f2ca branch: main author: Kevin Evans committer: kumaraditya303 date: 2024-08-23T21:54:12+05:30 summary: Fix typo mentioning threads instead of tasks (#123203) files: M

[Python-checkins] gh-122272: Guarantee specifiers %F and %C for datetime.strftime to be 0-padded (GH-122436)

2024-08-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/126910edba812a01794f307b0cfa2a7f02bda190 commit: 126910edba812a01794f307b0cfa2a7f02bda190 branch: main author: blhsing committer: serhiy-storchaka date: 2024-08-23T18:45:03+03:00 summary: gh-122272: Guarantee specifiers %F and %C for datetime.strftime to

[Python-checkins] GH-122298: Restore printing of GC stats (GH-123261)

2024-08-23 Thread markshannon
https://github.com/python/cpython/commit/7cd3aa42f0cf72bf9a214e2630850879fe078377 commit: 7cd3aa42f0cf72bf9a214e2630850879fe078377 branch: main author: Mark Shannon committer: markshannon date: 2024-08-23T16:39:08+01:00 summary: GH-122298: Restore printing of GC stats (GH-123261) files: A Misc

[Python-checkins] [3.12] gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in the tokenizer (GH-123263) (#123265)

2024-08-23 Thread pablogsal
https://github.com/python/cpython/commit/7dec3d7acbb072e0d5cd7357c1ddf12d3c667e8a commit: 7dec3d7acbb072e0d5cd7357c1ddf12d3c667e8a branch: 3.12 author: Pablo Galindo Salgado committer: pablogsal date: 2024-08-23T14:04:25+01:00 summary: [3.12] gh-123229: Fix valgrind warning by initializing the f

[Python-checkins] [3.13] gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in the tokenizer (GH-123263) (#123264)

2024-08-23 Thread pablogsal
https://github.com/python/cpython/commit/935b8b422b801f8c6a6ac35f5f2493f05279ae9e commit: 935b8b422b801f8c6a6ac35f5f2493f05279ae9e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-08-23T12:59:54Z summary: [3.13] gh-123229

[Python-checkins] gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in the tokenizer (#123263)

2024-08-23 Thread pablogsal
https://github.com/python/cpython/commit/adc5190014efcf7b7a4c5dfc9998faa8345527ed commit: adc5190014efcf7b7a4c5dfc9998faa8345527ed branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-08-23T12:33:45Z summary: gh-123229: Fix valgrind warning by initializing the f-string buff

[Python-checkins] [3.13] gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (GH-123062) (#123252)

2024-08-23 Thread pablogsal
https://github.com/python/cpython/commit/0955db1bd80edf8e20788b95dcfe8580aa0ade19 commit: 0955db1bd80edf8e20788b95dcfe8580aa0ade19 branch: 3.13 author: CF Bolz-Tereick committer: pablogsal date: 2024-08-23T12:59:08+01:00 summary: [3.13] gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (GH-1

[Python-checkins] GH-123232: Fix "not specialized" stats (GH-123236)

2024-08-23 Thread markshannon
https://github.com/python/cpython/commit/0b0f7befaddb2b5eff2811398a0f0d4604a82a90 commit: 0b0f7befaddb2b5eff2811398a0f0d4604a82a90 branch: main author: Mark Shannon committer: markshannon date: 2024-08-23T10:46:03+01:00 summary: GH-123232: Fix "not specialized" stats (GH-123236) files: M Python

[Python-checkins] gh-121404: compiler_annassign --> codegen_annassign (#123245)

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

[Python-checkins] [3.13] GH-120097: Make FrameLocalsProxy a mapping (GH-120101) (GH-120749)

2024-08-23 Thread markshannon
https://github.com/python/cpython/commit/95b4f9c9ad3d7a13442a6874bbcf3683d17723dc commit: 95b4f9c9ad3d7a13442a6874bbcf3683d17723dc branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: markshannon date: 2024-08-23T10:26:03+01:00 summary: [3.13] GH

[Python-checkins] GH-123040: Specialize shadowed `LOAD_ATTR`. (GH-123219)

2024-08-23 Thread markshannon
https://github.com/python/cpython/commit/5d3201fe3f76aeba33e9e5956ba80a116e422bd0 commit: 5d3201fe3f76aeba33e9e5956ba80a116e422bd0 branch: main author: Mark Shannon committer: markshannon date: 2024-08-23T10:22:35+01:00 summary: GH-123040: Specialize shadowed `LOAD_ATTR`. (GH-123219) files: M I

[Python-checkins] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no longer hide exceptions (GH-123214)

2024-08-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/90b6d0e0f8f07d7443695e14a18488cb499d3b4d commit: 90b6d0e0f8f07d7443695e14a18488cb499d3b4d branch: main author: Bar Harel committer: serhiy-storchaka date: 2024-08-23T12:12:58+03:00 summary: gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignm