[Python-checkins] gh-81793: Replace skip decorators with specific helpers (GH-133493)

2025-05-05 Thread zware
https://github.com/python/cpython/commit/5b07c6eb89c5a70f70ff5564d3fdaf96442b7a93 commit: 5b07c6eb89c5a70f70ff5564d3fdaf96442b7a93 branch: main author: Zachary Ware committer: zware date: 2025-05-06T05:58:38Z summary: gh-81793: Replace skip decorators with specific helpers (GH-133493) files: M

[Python-checkins] typing: Modernize type annotations on IO classes (#133487)

2025-05-05 Thread JelleZijlstra
https://github.com/python/cpython/commit/6a8f6eddd3810909c6763b74dfded3709e84da45 commit: 6a8f6eddd3810909c6763b74dfded3709e84da45 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-05-06T05:32:38Z summary: typing: Modernize type annotations on IO classes (#133487) Remove u

[Python-checkins] gh-133490: Add color support to remote PDB (#133491)

2025-05-05 Thread gaogaotiantian
https://github.com/python/cpython/commit/982830ce564f1ed439c516533bbfeb03d655f6df commit: 982830ce564f1ed439c516533bbfeb03d655f6df branch: main author: Matt Wozniski committer: gaogaotiantian date: 2025-05-06T01:28:16-04:00 summary: gh-133490: Add color support to remote PDB (#133491) files: A

[Python-checkins] GH-113464: Add the JIT to What's New (GH-133486)

2025-05-05 Thread brandtbucher
https://github.com/python/cpython/commit/57c9810ba4a157f9f608e5b36dcb8a3dfa1628a2 commit: 57c9810ba4a157f9f608e5b36dcb8a3dfa1628a2 branch: main author: Brandt Bucher committer: brandtbucher date: 2025-05-05T20:06:41-07:00 summary: GH-113464: Add the JIT to What's New (GH-133486) files: M Doc/us

[Python-checkins] gh-132493: Avoid eager evaluation of annotations in `@reprlib.recursive_repr()` (#133411)

2025-05-05 Thread JelleZijlstra
https://github.com/python/cpython/commit/dbee142a0175bb4717be2d96069bf21c01e532ce commit: dbee142a0175bb4717be2d96069bf21c01e532ce branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-05-05T19:20:11-07:00 summary: gh-132493: Avoid eager evaluation of annotations in `@reprlib.r

[Python-checkins] [3.13] gh-130117: Document why nested `Union`, `Literal`, and `Annotated` types referenced through a type alias are not flattened (GH-130119) (#133488)

2025-05-05 Thread JelleZijlstra
https://github.com/python/cpython/commit/fe18437089e6eccfa09e7c12a4f807fc158274ba commit: fe18437089e6eccfa09e7c12a4f807fc158274ba branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2025-05-06T02:13:22Z summary: [3.13] gh-13

[Python-checkins] gh-130117: Document why nested `Union`, `Literal`, and `Annotated` types referenced through a type alias are not flattened (#130119)

2025-05-05 Thread JelleZijlstra
https://github.com/python/cpython/commit/b936ccdb6f6bd11250b4e638b6fa2c239907ca58 commit: b936ccdb6f6bd11250b4e638b6fa2c239907ca58 branch: main author: Valentin Berlier committer: JelleZijlstra date: 2025-05-05T19:05:16-07:00 summary: gh-130117: Document why nested `Union`, `Literal`, and `Annot

[Python-checkins] Remove duplicate includes: Include/internal/ (#132624)

2025-05-05 Thread AA-Turner
https://github.com/python/cpython/commit/529012e26fc43d9b101b034d372b443a24bdf2af commit: 529012e26fc43d9b101b034d372b443a24bdf2af branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-06T02:08:4

[Python-checkins] GH-132983: Use a standard autoconf version check for zstd (#133479)

2025-05-05 Thread AA-Turner
https://github.com/python/cpython/commit/793402e217e7191b7ca54a4bec907b3af23fadf6 commit: 793402e217e7191b7ca54a4bec907b3af23fadf6 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-06T01:35:0

[Python-checkins] gh-102567: Add -X importtime=2 for logging an importtime message for already-loaded modules (#118655)

2025-05-05 Thread AA-Turner
https://github.com/python/cpython/commit/c4bcc6a77864b42574ec663cde36f0cc10e97b46 commit: c4bcc6a77864b42574ec663cde36f0cc10e97b46 branch: main author: Noah Kim committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-06T01:03:55+01:00 summary: gh-102567: Add -X importtime=

[Python-checkins] GH-132983: Build ``_zstd`` on Windows (#133366)

2025-05-05 Thread AA-Turner
https://github.com/python/cpython/commit/e6f8e0a035f4cbeffb331d90c295ab5894852c39 commit: e6f8e0a035f4cbeffb331d90c295ab5894852c39 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-06T00:58:4

[Python-checkins] [3.12] GH-133410: Use commit hashes for change detection (gh-133416) (#133426)

2025-05-05 Thread Yhg1s
https://github.com/python/cpython/commit/483729fbc639e6c9913908a3f9218f16a1f68433 commit: 483729fbc639e6c9913908a3f9218f16a1f68433 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: Yhg1s date: 2025-05-06T01:48:34+02:00 summary: [3.12] GH-13341

[Python-checkins] gh-132775: Add _PyCode_GetXIData() (gh-133475)

2025-05-05 Thread ericsnowcurrently
https://github.com/python/cpython/commit/ea598730ef810d48a7d890457ba89330d2996e49 commit: ea598730ef810d48a7d890457ba89330d2996e49 branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-05-05T23:46:03Z summary: gh-132775: Add _PyCode_GetXIData() (gh-133475) files: M Include/inte

[Python-checkins] gh-132775: Do Not Set __name__ to __main__ With _PyPickle_GetXIData() (gh-133472)

2025-05-05 Thread ericsnowcurrently
https://github.com/python/cpython/commit/e9616110aaecfbe5ec479fe6cf10aad6a68c0ccc commit: e9616110aaecfbe5ec479fe6cf10aad6a68c0ccc branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-05-05T17:25:26-06:00 summary: gh-132775: Do Not Set __name__ to __main__ With _PyPickle_GetXID

[Python-checkins] gh-91048: Add filename:line_no information to `asyncio pstree` (#133478)

2025-05-05 Thread pablogsal
https://github.com/python/cpython/commit/60cdd800d95517f4395210f38709de9e8f11ea90 commit: 60cdd800d95517f4395210f38709de9e8f11ea90 branch: main author: Łukasz Langa committer: pablogsal date: 2025-05-05T23:07:33Z summary: gh-91048: Add filename:line_no information to `asyncio pstree` (#133478)

[Python-checkins] gh-118761: Add test_lazy_import for more modules (#133057)

2025-05-05 Thread JelleZijlstra
https://github.com/python/cpython/commit/cae660d6dc0d7ba3f66970ef2f2faf1b93869e91 commit: cae660d6dc0d7ba3f66970ef2f2faf1b93869e91 branch: main author: Daniel Hollas committer: JelleZijlstra date: 2025-05-05T22:46:05Z summary: gh-118761: Add test_lazy_import for more modules (#133057) Co-autho

[Python-checkins] GH-133231: Add JIT utilities in sys._jit (GH-133233)

2025-05-05 Thread brandtbucher
https://github.com/python/cpython/commit/b1aa515bd6b645202eda4ca07e85d92e19b1534d commit: b1aa515bd6b645202eda4ca07e85d92e19b1534d branch: main author: Brandt Bucher committer: brandtbucher date: 2025-05-05T15:25:22-07:00 summary: GH-133231: Add JIT utilities in sys._jit (GH-133233) files: A M

[Python-checkins] gh-133469: Adds to advanced section on installing PyManager (GH-133471)

2025-05-05 Thread zooba
https://github.com/python/cpython/commit/f9b22bb79d8a233380bc5eb3820bf846404a7258 commit: f9b22bb79d8a233380bc5eb3820bf846404a7258 branch: main author: Steve Dower committer: zooba date: 2025-05-05T23:23:08+01:00 summary: gh-133469: Adds to advanced section on installing PyManager (GH-133471) f

[Python-checkins] gh-132775: Add _PyCode_VerifyStateless() (gh-133221)

2025-05-05 Thread ericsnowcurrently
https://github.com/python/cpython/commit/d270bb57923e1e319d7d701d7bcf97a31721e2be commit: d270bb57923e1e319d7d701d7bcf97a31721e2be branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-05-05T21:48:58Z summary: gh-132775: Add _PyCode_VerifyStateless() (gh-133221) "Stateless" cod

[Python-checkins] gh-133346: Make theming support in _colorize extensible (GH-133347)

2025-05-05 Thread ambv
https://github.com/python/cpython/commit/f610bbdf74ea580b14353c6bfd08fd00bcbfa11e commit: f610bbdf74ea580b14353c6bfd08fd00bcbfa11e branch: main author: Łukasz Langa committer: ambv date: 2025-05-05T23:45:25+02:00 summary: gh-133346: Make theming support in _colorize extensible (GH-133347) Co-au

[Python-checkins] GH-131798: Split CALL_LEN into several uops (GH-133180)

2025-05-05 Thread brandtbucher
https://github.com/python/cpython/commit/9cc77aaf9dce6ffa82786dc77f7f83387c857cad commit: 9cc77aaf9dce6ffa82786dc77f7f83387c857cad branch: main author: Diego Russo committer: brandtbucher date: 2025-05-05T14:31:48-07:00 summary: GH-131798: Split CALL_LEN into several uops (GH-133180) files: A

[Python-checkins] gh-132917: Use RSS + swap for estimate of process memory usage (gh-133464)

2025-05-05 Thread nascheme
https://github.com/python/cpython/commit/893034cf939c879cd628c94d1d79b3a5cfb641dd commit: 893034cf939c879cd628c94d1d79b3a5cfb641dd branch: main author: Neil Schemenauer committer: nascheme date: 2025-05-05T14:15:05-07:00 summary: gh-132917: Use RSS + swap for estimate of process memory usage (gh

[Python-checkins] [3.13] gh-132017: Handle SIGCONT in `pyrepl` (#132918) (#133470)

2025-05-05 Thread pablogsal
https://github.com/python/cpython/commit/1dfe5def081bf8e05706df4cbd6b5590e191e70b commit: 1dfe5def081bf8e05706df4cbd6b5590e191e70b branch: 3.13 author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: pablogsal date: 2025-05-05T23:13:08+02:00 summary: [3.13] gh-132017:

[Python-checkins] [3.13] gh-131878: Fix input of unicode characters with two or more code points in new pyrepl on Windows (gh-131901) (gh-133468)

2025-05-05 Thread ambv
https://github.com/python/cpython/commit/891232f3386dd8b20a216a473954c1b01cede7ec commit: 891232f3386dd8b20a216a473954c1b01cede7ec branch: 3.13 author: Łukasz Langa committer: ambv date: 2025-05-05T23:08:09+02:00 summary: [3.13] gh-131878: Fix input of unicode characters with two or more code po

[Python-checkins] gh-132017: Handle SIGCONT in `pyrepl` (#132918)

2025-05-05 Thread pablogsal
https://github.com/python/cpython/commit/e4561da886717ddd01ab0970452a14a1531e874d commit: e4561da886717ddd01ab0970452a14a1531e874d branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: pablogsal date: 2025-05-05T20:37:01Z summary: gh-132017: Handle SIGCO

[Python-checkins] GH-133261: Make sure trashcan pointers look mortal -- 32 bit (GH-133450)

2025-05-05 Thread ambv
https://github.com/python/cpython/commit/d48616e08cbf069847026a2ee35017ad5cbe12a8 commit: d48616e08cbf069847026a2ee35017ad5cbe12a8 branch: main author: Mark Shannon committer: ambv date: 2025-05-05T21:51:32+02:00 summary: GH-133261: Make sure trashcan pointers look mortal -- 32 bit (GH-133450)

[Python-checkins] [3.13] gh-130804: Fix support of typing unicode chars in pyrepl (GH-130805) (GH-133462)

2025-05-05 Thread ambv
https://github.com/python/cpython/commit/76f52c434c6b074e6996cbb28fdd7f1e804b39ac commit: 76f52c434c6b074e6996cbb28fdd7f1e804b39ac branch: 3.13 author: Łukasz Langa committer: ambv date: 2025-05-05T21:39:21+02:00 summary: [3.13] gh-130804: Fix support of typing unicode chars in pyrepl (GH-130805

[Python-checkins] gh-132975: Improve Remote PDB interrupt handling (#133223)

2025-05-05 Thread pablogsal
https://github.com/python/cpython/commit/9434709edf960307431cedd442b22c5b28d03230 commit: 9434709edf960307431cedd442b22c5b28d03230 branch: main author: Matt Wozniski committer: pablogsal date: 2025-05-05T19:33:59Z summary: gh-132975: Improve Remote PDB interrupt handling (#133223) files: A Misc

[Python-checkins] gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)

2025-05-05 Thread ericsnowcurrently
https://github.com/python/cpython/commit/24ebb9ccfdf78be09253e8a78a906279a1b3e21e commit: 24ebb9ccfdf78be09253e8a78a906279a1b3e21e branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-05-05T13:24:29-06:00 summary: gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265) Th

[Python-checkins] gh-133140: Add `PyUnstable_Object_IsUniquelyReferenced` for free-threading (#133144)

2025-05-05 Thread vstinner
https://github.com/python/cpython/commit/b275b8f34210bae2fc1e0af23515df5efe911c8e commit: b275b8f34210bae2fc1e0af23515df5efe911c8e branch: main author: Peter Bierma committer: vstinner date: 2025-05-05T21:01:20+02:00 summary: gh-133140: Add `PyUnstable_Object_IsUniquelyReferenced` for free-threa

[Python-checkins] [3.13] GH-132439: Fix REPL swallowing characters entered with AltGr on cmd.exe (GH-132440) (GH-133460)

2025-05-05 Thread ambv
https://github.com/python/cpython/commit/e4d68488bc489178cf0b51862eea5f819df2dd63 commit: e4d68488bc489178cf0b51862eea5f819df2dd63 branch: 3.13 author: Łukasz Langa committer: ambv date: 2025-05-05T20:09:34+02:00 summary: [3.13] GH-132439: Fix REPL swallowing characters entered with AltGr on cmd

[Python-checkins] gh-133349: Enable auto-indent for pdb's multi-line mode (#133350)

2025-05-05 Thread gaogaotiantian
https://github.com/python/cpython/commit/0eeaa0ef8bf60fd3b1448a615b6b1662d558990e commit: 0eeaa0ef8bf60fd3b1448a615b6b1662d558990e branch: main author: Tian Gao committer: gaogaotiantian date: 2025-05-05T13:48:09-04:00 summary: gh-133349: Enable auto-indent for pdb's multi-line mode (#133350) f

[Python-checkins] gh-130645: Add color to stdlib argparse CLIs (gh-133380)

2025-05-05 Thread ambv
https://github.com/python/cpython/commit/4ac916ae33b962cb6b4f8849556403594b22a7f2 commit: 4ac916ae33b962cb6b4f8849556403594b22a7f2 branch: main author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: ambv date: 2025-05-05T19:46:46+02:00 summary: gh-130645: Add color to stdl

[Python-checkins] [3.13] gh-124096: Enable REPL virtual terminal support on Windows (GH-124119) (GH-133457)

2025-05-05 Thread ambv
https://github.com/python/cpython/commit/a2bf7a0a47bb867e9808e5559bfdfd858dd6ddeb commit: a2bf7a0a47bb867e9808e5559bfdfd858dd6ddeb branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-05-05T19:39:06+02:00 summary: [3.13] gh-124096

[Python-checkins] [3.13] GH-133410: Use commit hashes for change detection (gh-133416) (#133427)

2025-05-05 Thread JelleZijlstra
https://github.com/python/cpython/commit/1105ed316bdcaf4f9b79800743916b26ab49fcd5 commit: 1105ed316bdcaf4f9b79800743916b26ab49fcd5 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2025-05-05T10:26:58-07:00 summary: [3.13]

[Python-checkins] gh-133367: Add missing options to `ast` CLI (#133369)

2025-05-05 Thread sobolevn
https://github.com/python/cpython/commit/2b4e2b78303197dea9d3ffecfc0423fa09edf71f commit: 2b4e2b78303197dea9d3ffecfc0423fa09edf71f branch: main author: Semyon Moroz committer: sobolevn date: 2025-05-05T17:17:43Z summary: gh-133367: Add missing options to `ast` CLI (#133369) Co-authored-by: Stan

[Python-checkins] gh-132917: Check resident set size (RSS) before GC trigger. (gh-133399)

2025-05-05 Thread nascheme
https://github.com/python/cpython/commit/5c245ffce71b5a23e0022bb5d1eaf645fe96ddbb commit: 5c245ffce71b5a23e0022bb5d1eaf645fe96ddbb branch: main author: Neil Schemenauer committer: nascheme date: 2025-05-05T17:17:05Z summary: gh-132917: Check resident set size (RSS) before GC trigger. (gh-133399)

[Python-checkins] GH-123599: `url2pathname()`: don't call `gethostbyname()` by default (#132610)

2025-05-05 Thread barneygale
https://github.com/python/cpython/commit/8e08ac9f32d89bf387c75bb6d0710a7b59026b5b commit: 8e08ac9f32d89bf387c75bb6d0710a7b59026b5b branch: main author: Barney Gale committer: barneygale date: 2025-05-05T17:03:42Z summary: GH-123599: `url2pathname()`: don't call `gethostbyname()` by default (#132

[Python-checkins] gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)

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

[Python-checkins] GH-132439: Fix REPL swallowing characters entered with AltGr on cmd.exe (GH-132440)

2025-05-05 Thread ambv
https://github.com/python/cpython/commit/07f416a3f063db6b91b8b99ff61a51b64b0503f1 commit: 07f416a3f063db6b91b8b99ff61a51b64b0503f1 branch: main author: Chris Eibl <138194463+chris-e...@users.noreply.github.com> committer: ambv date: 2025-05-05T18:45:45+02:00 summary: GH-132439: Fix REPL swallowin

[Python-checkins] gh-131296: Avoid posixmodule.c warning (GH-133142)

2025-05-05 Thread zooba
https://github.com/python/cpython/commit/b6c2ef0c7a1e344681f9a8649bb662208ffd01cf commit: b6c2ef0c7a1e344681f9a8649bb662208ffd01cf branch: main author: Wulian233 <1055917...@qq.com> committer: zooba date: 2025-05-05T17:45:15+01:00 summary: gh-131296: Avoid posixmodule.c warning (GH-133142) Clang

[Python-checkins] [3.13] gh-63882: Break down `and` tests in `test_minidom` (GH-133026) (#133451)

2025-05-05 Thread hugovk
https://github.com/python/cpython/commit/d84a762a6485da91d1a8050d23d240d4b4217972 commit: d84a762a6485da91d1a8050d23d240d4b4217972 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-05-0

[Python-checkins] gh-131878: Fix input of unicode characters with two or more code points in new pyrepl on Windows (gh-131901)

2025-05-05 Thread ambv
https://github.com/python/cpython/commit/0c5151bc81ec8e8588bef4389df12a9ab50e9fa0 commit: 0c5151bc81ec8e8588bef4389df12a9ab50e9fa0 branch: main author: Sergey Miryanov committer: ambv date: 2025-05-05T18:25:00+02:00 summary: gh-131878: Fix input of unicode characters with two or more code points

[Python-checkins] gh-132143: Fix the `AssertionError` in the test case `test.test_sys.TestRemoteExec` (#132248)

2025-05-05 Thread pablogsal
https://github.com/python/cpython/commit/d6078ed6d0cb8745460769bbb5dd2392c91c2f55 commit: d6078ed6d0cb8745460769bbb5dd2392c91c2f55 branch: main author: littlebutt's workshop committer: pablogsal date: 2025-05-05T17:08:49+01:00 summary: gh-132143: Fix the `AssertionError` in the test case `test.

[Python-checkins] gh-63882: Break down `and` tests in `test_minidom` (#133026)

2025-05-05 Thread hugovk
https://github.com/python/cpython/commit/e294e161a86b325e634b001e1edafdb1cb7d40c4 commit: e294e161a86b325e634b001e1edafdb1cb7d40c4 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-05-05T16:07

[Python-checkins] gh-110067: Make max heap methods public and add missing ones (GH-130725)

2025-05-05 Thread encukou
https://github.com/python/cpython/commit/f5b784741da7fa7fd6484ebb5d828ea7617c2714 commit: f5b784741da7fa7fd6484ebb5d828ea7617c2714 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: encukou date: 2025-05-05T17:52:49+02:00 summary: gh-110067: Make max

[Python-checkins] gh-82129: Improve annotations for make_dataclass() (#133406)

2025-05-05 Thread JelleZijlstra
https://github.com/python/cpython/commit/bb5ec6ea6e2fd270882dd9244c7d050882470095 commit: bb5ec6ea6e2fd270882dd9244c7d050882470095 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-05-05T08:21:32-07:00 summary: gh-82129: Improve annotations for make_dataclass() (#133406) C

[Python-checkins] gh-119180: Make the FORWARDREF format work with more kinds of runtime errors (#133407)

2025-05-05 Thread JelleZijlstra
https://github.com/python/cpython/commit/4e498d1e8b6416820835b48b969390ff4cccac07 commit: 4e498d1e8b6416820835b48b969390ff4cccac07 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-05-05T08:21:11-07:00 summary: gh-119180: Make the FORWARDREF format work with more kinds of r

[Python-checkins] [3.13] gh-131878: Handle top level exceptions in new pyrepl and prevent of closing it (GH-131910) (GH-133445)

2025-05-05 Thread ambv
https://github.com/python/cpython/commit/87b14c8f21bbd675a98f0ae02149d8376e8f8d3d commit: 87b14c8f21bbd675a98f0ae02149d8376e8f8d3d branch: 3.13 author: Łukasz Langa committer: ambv date: 2025-05-05T17:20:54+02:00 summary: [3.13] gh-131878: Handle top level exceptions in new pyrepl and prevent of

[Python-checkins] GH-133336: Remove reserved ``-J`` flag for Jython (#133444)

2025-05-05 Thread AA-Turner
https://github.com/python/cpython/commit/4c56563f7aaed8548b604b28d65ebdbcecde7a16 commit: 4c56563f7aaed8548b604b28d65ebdbcecde7a16 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-05-05T15:09:1

[Python-checkins] Revert "gh-124715: Fix method_dealloc(): use PyObject_GC_UnTrack() (#133199)" (#133434)

2025-05-05 Thread vstinner
https://github.com/python/cpython/commit/c336f1c3126203fd6c38050df94e9fe8c0d7f2e2 commit: c336f1c3126203fd6c38050df94e9fe8c0d7f2e2 branch: main author: Victor Stinner committer: vstinner date: 2025-05-05T17:04:43+02:00 summary: Revert "gh-124715: Fix method_dealloc(): use PyObject_GC_UnTrack() (

[Python-checkins] gh-131878: Handle top level exceptions in new pyrepl and prevent of closing it (#131910)

2025-05-05 Thread ambv
https://github.com/python/cpython/commit/99a0d7e5b3c6e80f5b9b0ec88ae439d6d620253c commit: 99a0d7e5b3c6e80f5b9b0ec88ae439d6d620253c branch: main author: Sergey Miryanov committer: ambv date: 2025-05-05T16:54:19+02:00 summary: gh-131878: Handle top level exceptions in new pyrepl and prevent of clo

[Python-checkins] gh-61103: drop unused Py_HAVE_C_COMPLEX define (GH-133435)

2025-05-05 Thread encukou
https://github.com/python/cpython/commit/1bc16504ef3866cc419f3781eef6528b93aee6b4 commit: 1bc16504ef3866cc419f3781eef6528b93aee6b4 branch: main author: Sergey B Kirpichev committer: encukou date: 2025-05-05T15:50:57+02:00 summary: gh-61103: drop unused Py_HAVE_C_COMPLEX define (GH-133435) Py_HA

[Python-checkins] gh-131747: ctypes: Deprecate _pack_ implicitly setting _layout_ = 'ms' (GH-133205)

2025-05-05 Thread encukou
https://github.com/python/cpython/commit/59f78d7b0609063d5eb7f2c2744540b47a8398fc commit: 59f78d7b0609063d5eb7f2c2744540b47a8398fc branch: main author: Petr Viktorin committer: encukou date: 2025-05-05T15:32:06+02:00 summary: gh-131747: ctypes: Deprecate _pack_ implicitly setting _layout_ = 'ms'

[Python-checkins] [3.13] gh-107006: Move `threading.local` docstring to docs (GH-131840) (#133432)

2025-05-05 Thread hugovk
https://github.com/python/cpython/commit/f371b23bab29b53116b12008c8b5238f27636e17 commit: f371b23bab29b53116b12008c8b5238f27636e17 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-05-0

[Python-checkins] GH-133261: Make sure that the GC doesn't untrack objects in trashcan (GH-133431)

2025-05-05 Thread markshannon
https://github.com/python/cpython/commit/f554237b8ef6c60df651ac17eb0ef0c095cef185 commit: f554237b8ef6c60df651ac17eb0ef0c095cef185 branch: main author: Mark Shannon committer: markshannon date: 2025-05-05T13:44:50+01:00 summary: GH-133261: Make sure that the GC doesn't untrack objects in trashca

[Python-checkins] gh-133419: fix test_external_inspection race assert (#133433)

2025-05-05 Thread vstinner
https://github.com/python/cpython/commit/8d5f3cd2ce6b6af26d3882b8a21afba0a3f4c22f commit: 8d5f3cd2ce6b6af26d3882b8a21afba0a3f4c22f branch: main author: Victor Stinner committer: vstinner date: 2025-05-05T12:38:51Z summary: gh-133419: fix test_external_inspection race assert (#133433) Follow-up

[Python-checkins] gh-107006: Move `threading.local` docstring to docs (#131840)

2025-05-05 Thread hugovk
https://github.com/python/cpython/commit/b97328ef5d2435c08de3e4e2054c226f15b52d0f commit: b97328ef5d2435c08de3e4e2054c226f15b52d0f branch: main author: Lysandros Nikolaou committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-05-05T15:00:15+03:00 summary: gh-107006: Move `threadin

[Python-checkins] [3.13] Bump mypy to 1.15 (GH-133405) (#133429)

2025-05-05 Thread sobolevn
https://github.com/python/cpython/commit/df1669ed20803eb3472823d57622ced7a36c2972 commit: df1669ed20803eb3472823d57622ced7a36c2972 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-05-05T10:54:56Z summary: [3.13] Bump mypy

[Python-checkins] Bump mypy to 1.15 (#133405)

2025-05-05 Thread sobolevn
https://github.com/python/cpython/commit/8467026ed66ca3abefe3a13860d2633eae3d7164 commit: 8467026ed66ca3abefe3a13860d2633eae3d7164 branch: main author: sobolevn committer: sobolevn date: 2025-05-05T13:29:48+03:00 summary: Bump mypy to 1.15 (#133405) files: M Lib/_pyrepl/commands.py M Lib/test/l

[Python-checkins] gh-61103: don't use C _Complex types to implement F/D/G in ctypes (GH-133237)

2025-05-05 Thread encukou
https://github.com/python/cpython/commit/8d0e07eb8993cb8b084a577e79083e8112ef8c7f commit: 8d0e07eb8993cb8b084a577e79083e8112ef8c7f branch: main author: Sergey B Kirpichev committer: encukou date: 2025-05-05T11:23:30+02:00 summary: gh-61103: don't use C _Complex types to implement F/D/G in ctypes

[Python-checkins] GH-133410: Use commit hashes for change detection (gh-133416)

2025-05-05 Thread ambv
https://github.com/python/cpython/commit/d530e74e444fc483f6d2077f701160e55d3003d8 commit: d530e74e444fc483f6d2077f701160e55d3003d8 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: ambv date: 2025-05-05T10:49:12+02:00 summary: GH-133410: Use commit hashes fo

[Python-checkins] gh-113081: Highlight source code in pdb (#133355)

2025-05-05 Thread ambv
https://github.com/python/cpython/commit/ff4959b6b0cf6da5d2f59260a9103b31c812b0ba commit: ff4959b6b0cf6da5d2f59260a9103b31c812b0ba branch: main author: Tian Gao committer: ambv date: 2025-05-05T09:49:52+02:00 summary: gh-113081: Highlight source code in pdb (#133355) files: A Misc/NEWS.d/next/L