[Python-checkins] gh-126022: make license.rst consistent with LICENSE (#128516)

2025-01-25 Thread hugovk
https://github.com/python/cpython/commit/9682a88683367f79c5b626b2ad809d569e37f602 commit: 9682a88683367f79c5b626b2ad809d569e37f602 branch: main author: partev committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-01-25T13:41:32+02:00 summary: gh-126022: make license.rst consisten

[Python-checkins] gh-128799: Add frame of except* to traceback when wrapping a naked exception (#128971)

2025-01-25 Thread iritkatriel
https://github.com/python/cpython/commit/c39ae8922bad3e5ceeafa05891536c1584b6f3db commit: c39ae8922bad3e5ceeafa05891536c1584b6f3db branch: main author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2025-01-25T

[Python-checkins] gh-129244: Remove workaround for MSVC compiler crash (#129263)

2025-01-25 Thread mdboom
https://github.com/python/cpython/commit/9e52e553f4a906c120f807e940891f7325011b67 commit: 9e52e553f4a906c120f807e940891f7325011b67 branch: main author: Michael Droettboom committer: mdboom date: 2025-01-25T07:56:13-05:00 summary: gh-129244: Remove workaround for MSVC compiler crash (#129263) *

[Python-checkins] gh-129248: Filter out the iOS log prefix from testbed runner output. (#129252)

2025-01-25 Thread freakboy3742
https://github.com/python/cpython/commit/a58083811a51764c47fbb7cbd67e87e1124d53e8 commit: a58083811a51764c47fbb7cbd67e87e1124d53e8 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-01-25T16:49:39+08:00 summary: gh-129248: Filter out the iOS log prefix from testbed runne

[Python-checkins] [3.13] gh-129248: Filter out the iOS log prefix from testbed runner output. (GH-129252) (#129283)

2025-01-25 Thread freakboy3742
https://github.com/python/cpython/commit/aa1beed8583bbabd4cbdf37942c53c374b8ec143 commit: aa1beed8583bbabd4cbdf37942c53c374b8ec143 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2025-01-25T09:12:32Z summary: [3.13] gh-129

[Python-checkins] Replace `strict_concatenate = True` with `extra_checks = True` (#126391)

2025-01-25 Thread sobolevn
https://github.com/python/cpython/commit/cc4f0a27704ba1401bd66931f5234be9c6b92ba5 commit: cc4f0a27704ba1401bd66931f5234be9c6b92ba5 branch: main author: sobolevn committer: sobolevn date: 2025-01-25T12:44:23+03:00 summary: Replace `strict_concatenate = True` with `extra_checks = True` (#126391)

[Python-checkins] [3.13] Replace `strict_concatenate = True` with `extra_checks = True` (GH-126391) (#129286)

2025-01-25 Thread sobolevn
https://github.com/python/cpython/commit/e1900db82dda9ff3d98c63e180a714ffd4ce commit: e1900db82dda9ff3d98c63e180a714ffd4ce branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-01-25T09:45:22Z summary: [3.13] Replace `s

[Python-checkins] [3.12] gh-126022: make license.rst consistent with LICENSE (GH-128516) (#129291)

2025-01-25 Thread hugovk
https://github.com/python/cpython/commit/5431cfac119e2b1c5847a4e65dfec0b4626519d4 commit: 5431cfac119e2b1c5847a4e65dfec0b4626519d4 branch: 3.12 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-01-25T15:37:20+0

[Python-checkins] [3.13] gh-126022: make license.rst consistent with LICENSE (GH-128516) (#129290)

2025-01-25 Thread hugovk
https://github.com/python/cpython/commit/b2ae23467230cce4249df20f2e947a6cf93578b0 commit: b2ae23467230cce4249df20f2e947a6cf93578b0 branch: 3.13 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-01-25T15:37:14+0

[Python-checkins] gh-126022: make license.rst consistent with LICENSE: fix underline (#129292)

2025-01-25 Thread hugovk
https://github.com/python/cpython/commit/e119526edface001ad7d7f70249a123c8a122d71 commit: e119526edface001ad7d7f70249a123c8a122d71 branch: main author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-01-25T15:36:58+0

[Python-checkins] Remove unused DPRINTF in ceval.c (GH-129282)

2025-01-25 Thread Fidget-Spinner
https://github.com/python/cpython/commit/8fecb9fa0b42f7dc18bd58b1bef56f967612e088 commit: 8fecb9fa0b42f7dc18bd58b1bef56f967612e088 branch: main author: Chris Eibl <138194463+chris-e...@users.noreply.github.com> committer: Fidget-Spinner date: 2025-01-25T18:33:26+08:00 summary: Remove unused DPRIN

[Python-checkins] gh-128421: make exception group methods thread safe (#129298)

2025-01-25 Thread kumaraditya303
https://github.com/python/cpython/commit/3f2cfd0462e13368092a3edccdb2ebb5e57459f9 commit: 3f2cfd0462e13368092a3edccdb2ebb5e57459f9 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-01-25T23:50:09+05:30 summary: gh-128421: make exception group methods thread safe (#129298) f

[Python-checkins] gh-129271: Fix reference leak with unicode writer in fast path in the json module (#129272)

2025-01-25 Thread vstinner
https://github.com/python/cpython/commit/7a54a653b718a70c96755f6fc39f01f5c582558a commit: 7a54a653b718a70c96755f6fc39f01f5c582558a branch: main author: Pablo Galindo Salgado committer: vstinner date: 2025-01-25T17:54:20+01:00 summary: gh-129271: Fix reference leak with unicode writer in fast pat

[Python-checkins] [3.12] GH-121970: Remove pyspecific ``PyDecoratorMixin`` patches (GH-129306) (#129310)

2025-01-25 Thread AA-Turner
https://github.com/python/cpython/commit/53204a11f1e5cd2236a4b7da3197b78ab98b2d5d commit: 53204a11f1e5cd2236a4b7da3197b78ab98b2d5d branch: 3.12 author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-01-26T03:54:2

[Python-checkins] gh-129223: Raise KeyError in search_map_for_section() if not found (#129262)

2025-01-25 Thread ambv
https://github.com/python/cpython/commit/be98fda7c6698e8468afd528c864aca1f532af59 commit: be98fda7c6698e8468afd528c864aca1f532af59 branch: main author: Victor Stinner committer: ambv date: 2025-01-25T18:19:48+01:00 summary: gh-129223: Raise KeyError in search_map_for_section() if not found (#129

[Python-checkins] [3.12] gh-58956: Set f_trace on frames with breakpoints after setting a new breakpoint (GH-124454) (#125549)

2025-01-25 Thread gaogaotiantian
https://github.com/python/cpython/commit/c17d30bf3408b0fde7344393e86bbd134e40bdd2 commit: c17d30bf3408b0fde7344393e86bbd134e40bdd2 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2025-01-25T15:12:19-05:00 summary: [3.12]

[Python-checkins] GH-121970: Remove pyspecific ``PyDecoratorMixin`` patches (#129306)

2025-01-25 Thread AA-Turner
https://github.com/python/cpython/commit/0ef8d470b79889de065e94cecd0ee01e45037d3a commit: 0ef8d470b79889de065e94cecd0ee01e45037d3a branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-01-26T03:43:2

[Python-checkins] [3.13] GH-121970: Remove pyspecific ``PyDecoratorMixin`` patches (GH-129306) (#129309)

2025-01-25 Thread AA-Turner
https://github.com/python/cpython/commit/bcececd7857604211760484b6e09853c87e37215 commit: bcececd7857604211760484b6e09853c87e37215 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202