[Python-checkins] gh-139289: Lazy import rlcompleter to fix the refleak (#139305)

2025-09-26 Thread gaogaotiantian
https://github.com/python/cpython/commit/8288f3693f50058ad9b9fe04e01f5dad902d8bad commit: 8288f3693f50058ad9b9fe04e01f5dad902d8bad branch: main author: Tian Gao committer: gaogaotiantian date: 2025-09-26T22:17:02+08:00 summary: gh-139289: Lazy import rlcompleter to fix the refleak (#139305

[Python-checkins] [3.13] gh-139289: Lazy import rlcompleter to fix the refleak (GH-139305) (#139357)

2025-09-26 Thread gaogaotiantian
https://github.com/python/cpython/commit/773a7c05ff0c2cc9076140d9cd767e94f7f29018 commit: 773a7c05ff0c2cc9076140d9cd767e94f7f29018 branch: 3.13 author: Tian Gao committer: gaogaotiantian date: 2025-09-26T22:50:33+08:00 summary: [3.13] gh-139289: Lazy import rlcompleter to fix the refleak (GH

[Python-checkins] [3.13] gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in… (#139281)

2025-09-23 Thread gaogaotiantian
https://github.com/python/cpython/commit/dbe4690772b366e1014469ad32fe866276768a44 commit: dbe4690772b366e1014469ad32fe866276768a44 branch: 3.13 author: Tian Gao committer: gaogaotiantian date: 2025-09-24T14:07:50+08:00 summary: [3.13] gh-138860: Lazy import rlcompleter in pdb to avoid deadlock

[Python-checkins] gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in subprocess (#139185)

2025-09-23 Thread gaogaotiantian
https://github.com/python/cpython/commit/c8624cd36746b17d8f991cde63705e9419e940de commit: c8624cd36746b17d8f991cde63705e9419e940de branch: main author: Tian Gao committer: gaogaotiantian date: 2025-09-24T11:46:05+08:00 summary: gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in

[Python-checkins] gh-136980: Remove unused C tracing code in bdb (#136981)

2025-07-23 Thread gaogaotiantian
https://github.com/python/cpython/commit/dc27218225fc3cfc452c46764e7cb0c1a52792b3 commit: dc27218225fc3cfc452c46764e7cb0c1a52792b3 branch: main author: FredericDT committer: gaogaotiantian date: 2025-07-24T09:58:54+09:00 summary: gh-136980: Remove unused C tracing code in bdb (#136981) files

[Python-checkins] [3.14] gh-136697: Use the standard audit event format for sys.monitoring docs (GH-136747) (#136749)

2025-07-17 Thread gaogaotiantian
https://github.com/python/cpython/commit/2ea3b75200d1f78d91a1798630bf28c4d7c9dc9e commit: 2ea3b75200d1f78d91a1798630bf28c4d7c9dc9e branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2025-07-17T12:00:09-07:00 summary:

[Python-checkins] [3.13] gh-136697: Use the standard audit event format for sys.monitor… (#136750)

2025-07-17 Thread gaogaotiantian
https://github.com/python/cpython/commit/a45d3fd8bedfeb2af3fa3c068b0a361311a1b74b commit: a45d3fd8bedfeb2af3fa3c068b0a361311a1b74b branch: 3.13 author: Tian Gao committer: gaogaotiantian date: 2025-07-17T11:43:20-07:00 summary: [3.13] gh-136697: Use the standard audit event format for

[Python-checkins] gh-136697: Use the standard audit event format for sys.monitoring docs (#136747)

2025-07-17 Thread gaogaotiantian
https://github.com/python/cpython/commit/28937d3a21cf8168c853ae43374a8287c21f71c9 commit: 28937d3a21cf8168c853ae43374a8287c21f71c9 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-07-17T11:10:10-07:00 summary: gh-136697: Use the standard audit event format for sys.monitoring

[Python-checkins] Fix a minor indentation error (#136661)

2025-07-14 Thread gaogaotiantian
https://github.com/python/cpython/commit/db2032407a0c4928f3bdff63bba0456bf99e257e commit: db2032407a0c4928f3bdff63bba0456bf99e257e branch: main author: Tian Gao committer: gaogaotiantian date: 2025-07-14T17:01:56-07:00 summary: Fix a minor indentation error (#136661) files: M Python

[Python-checkins] [3.14] gh-135429: Fix the argument mismatch in lsprof throw event (GH-135442) (#135446)

2025-06-12 Thread gaogaotiantian
https://github.com/python/cpython/commit/f885c7d9b9567c1319f075eaad537b2677bb52dd commit: f885c7d9b9567c1319f075eaad537b2677bb52dd branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2025-06-12T22:13:36Z summary: [3.

[Python-checkins] gh-135429: Fix the argument mismatch in lsprof throw event (#135442)

2025-06-12 Thread gaogaotiantian
https://github.com/python/cpython/commit/b03309fe5fca2eef51bf739fb13d9acef70cb964 commit: b03309fe5fca2eef51bf739fb13d9acef70cb964 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-06-12T14:46:47-07:00 summary: gh-135429: Fix the argument mismatch in lsprof throw event (#135442

[Python-checkins] [3.14] gh-134546: ensure remote pdb script is readable (GH-134552) (#134616)

2025-05-23 Thread gaogaotiantian
https://github.com/python/cpython/commit/de9444ef94abe0cc8f72c26cd3900f4c66883646 commit: de9444ef94abe0cc8f72c26cd3900f4c66883646 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2025-05-24T03:34:17Z summary: [3.

[Python-checkins] gh-134546: ensure remote pdb script is readable (#134552)

2025-05-23 Thread gaogaotiantian
https://github.com/python/cpython/commit/74a9c60f3ee2195e506144c3811090f1334c996b commit: 74a9c60f3ee2195e506144c3811090f1334c996b branch: main author: Anthony Sottile committer: gaogaotiantian date: 2025-05-23T23:07:39-04:00 summary: gh-134546: ensure remote pdb script is readable (#134552

[Python-checkins] gh-133926: pass commands via remote_pdb.set_trace instead of using remote_pdb.rcLines.extend (#133933)

2025-05-12 Thread gaogaotiantian
https://github.com/python/cpython/commit/ae74e3f8636382efdac441c1bc6e69aa66694927 commit: ae74e3f8636382efdac441c1bc6e69aa66694927 branch: main author: changlehung(牧牛的铃铛) <61316604+chang-leh...@users.noreply.github.com> committer: gaogaotiantian date: 2025-05-12T15:11:36-04:00 summary: gh-

[Python-checkins] [3.14] Add classmethod to setUpClass in test_pdb (GH-133840) (#133846)

2025-05-10 Thread gaogaotiantian
https://github.com/python/cpython/commit/39485d593560af8b638c6f565ef73fc22e55d183 commit: 39485d593560af8b638c6f565ef73fc22e55d183 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2025-05-10T18:38:14Z summary: [3.1

[Python-checkins] [3.13] Add classmethod to setUpClass in test_pdb (GH-133840) (#133847)

2025-05-10 Thread gaogaotiantian
https://github.com/python/cpython/commit/26b6ab49e4d88b74d32680fde083ee803a5e89ee commit: 26b6ab49e4d88b74d32680fde083ee803a5e89ee branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2025-05-10T18:34:32Z summary: [3.1

[Python-checkins] Add classmethod to setUpClass in test_pdb (#133840)

2025-05-10 Thread gaogaotiantian
https://github.com/python/cpython/commit/4f2f780d534962261dcc7813e50d0dcb413a1d3c commit: 4f2f780d534962261dcc7813e50d0dcb413a1d3c branch: main author: Tian Gao committer: gaogaotiantian date: 2025-05-10T14:10:58-04:00 summary: Add classmethod to setUpClass in test_pdb (#133840) files: M Lib

[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-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 (#1

[Python-checkins] gh-133351: Fix remote PDB's multi-line block tab completion (#133387)

2025-05-04 Thread gaogaotiantian
https://github.com/python/cpython/commit/d8c118f50d7a79ab61c47a0c122ce9fd578952a8 commit: d8c118f50d7a79ab61c47a0c122ce9fd578952a8 branch: main author: Matt Wozniski committer: gaogaotiantian date: 2025-05-04T15:20:28-04:00 summary: gh-133351: Fix remote PDB's multi-line block tab compl

[Python-checkins] gh-133363: Fix Cmd completion for lines beginning with `! ` (#133364)

2025-05-03 Thread gaogaotiantian
https://github.com/python/cpython/commit/1d9406e426d95eb088e4a474fccf294cc106b2b6 commit: 1d9406e426d95eb088e4a474fccf294cc106b2b6 branch: main author: Matt Wozniski committer: gaogaotiantian date: 2025-05-03T22:50:37-04:00 summary: gh-133363: Fix Cmd completion for lines beginning with

[Python-checkins] gh-133153: Use rlcompleter for pdb's interact command (#133176)

2025-04-30 Thread gaogaotiantian
https://github.com/python/cpython/commit/327f5ff9fa4291e66079c61c77b273cb953c302f commit: 327f5ff9fa4291e66079c61c77b273cb953c302f branch: main author: Tian Gao committer: gaogaotiantian date: 2025-04-30T18:19:13-04:00 summary: gh-133153: Use rlcompleter for pdb's interact command (#1

[Python-checkins] gh-121468: Support async breakpoint in pdb (#132576)

2025-04-29 Thread gaogaotiantian
https://github.com/python/cpython/commit/caee16f05229de5bc5ed2743c531f1696641888a commit: caee16f05229de5bc5ed2743c531f1696641888a branch: main author: Tian Gao committer: gaogaotiantian date: 2025-04-29T12:28:24-04:00 summary: gh-121468: Support async breakpoint in pdb (#132576) files: A Misc

[Python-checkins] gh-124703: Set return code to 1 when aborting process from pdb (#133013)

2025-04-26 Thread gaogaotiantian
https://github.com/python/cpython/commit/4f18916c5c28321f363e85ee7ef3ee29bbf79d8e commit: 4f18916c5c28321f363e85ee7ef3ee29bbf79d8e branch: main author: Tian Gao committer: gaogaotiantian date: 2025-04-26T18:43:23-04:00 summary: gh-124703: Set return code to 1 when aborting process from pdb

[Python-checkins] gh-93696: Fixed the breakpoint display error for frozen modules (#132862)

2025-04-24 Thread gaogaotiantian
https://github.com/python/cpython/commit/eef49c359505eaf109d519d39e53dfd3c78d066a commit: eef49c359505eaf109d519d39e53dfd3c78d066a branch: main author: Tian Gao committer: gaogaotiantian date: 2025-04-24T16:07:27-04:00 summary: gh-93696: Fixed the breakpoint display error for frozen modules

[Python-checkins] gh-132737: Support profiling modules that require __main___ (#132738)

2025-04-24 Thread gaogaotiantian
https://github.com/python/cpython/commit/c7a7aa9a57c25ef2666f7dbf62edab882747af6b commit: c7a7aa9a57c25ef2666f7dbf62edab882747af6b branch: main author: Aneesh Durg committer: gaogaotiantian date: 2025-04-24T14:41:01-04:00 summary: gh-132737: Support profiling modules that require __main___

[Python-checkins] Clean up pdb state after each pdb doctest (#132577)

2025-04-16 Thread gaogaotiantian
https://github.com/python/cpython/commit/62173cc02c235e1750f13995189c482eac7699e7 commit: 62173cc02c235e1750f13995189c482eac7699e7 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-04-16T13:44:33-04:00 summary: Clean up pdb state after each pdb doctest (#132577) files: M Lib

[Python-checkins] gh-132536: Do not disable PY_THROW event in bdb (#132537)

2025-04-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/d19af00b90d94cd987293c479b8c3ef698bf7d3e commit: d19af00b90d94cd987293c479b8c3ef698bf7d3e branch: main author: Tian Gao committer: gaogaotiantian date: 2025-04-15T18:31:52-04:00 summary: gh-132536: Do not disable PY_THROW event in bdb (#132537) files: A

[Python-checkins] gh-120144: Refactor bdb monitoring backend to match settrace behavior (#132484)

2025-04-13 Thread gaogaotiantian
https://github.com/python/cpython/commit/084d6dc122c761b90cba620eac2f25dc1660b7f1 commit: 084d6dc122c761b90cba620eac2f25dc1660b7f1 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-04-13T17:49:35-04:00 summary: gh-120144: Refactor bdb monitoring backend to match settrace

[Python-checkins] gh-106670: Fix a typo in doc of pdb's exceptions command (#132277)

2025-04-10 Thread gaogaotiantian
https://github.com/python/cpython/commit/efd8aca62c214dde6115822a659403fb05340680 commit: efd8aca62c214dde6115822a659403fb05340680 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-04-08T12:19:16-04:00 summary: gh-106670: Fix a typo in doc of pdb's exceptions command (#1

[Python-checkins] [3.13] gh-106670: Fix a typo in doc of pdb's exceptions command (GH-132277) (#132279)

2025-04-08 Thread gaogaotiantian
https://github.com/python/cpython/commit/c3c8e315474d5c8653ad2296463ad15e67b011c8 commit: c3c8e315474d5c8653ad2296463ad15e67b011c8 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2025-04-08T21:28:35Z summary: [3.

[Python-checkins] [3.13] gh-132250: Clear error in lsprof callback when method descriptor raises an excep… (GH-132251) (#132281)

2025-04-08 Thread gaogaotiantian
https://github.com/python/cpython/commit/10fe658f34a7b4d1bd07882fe5f76204d69977e9 commit: 10fe658f34a7b4d1bd07882fe5f76204d69977e9 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2025-04-08T17:19:40-04:00 summary:

[Python-checkins] gh-132250: Clear error in lsprof callback when method descriptor raises an excep… (#132251)

2025-04-08 Thread gaogaotiantian
https://github.com/python/cpython/commit/ab64130b572424695bf072f7608a536997dce14f commit: ab64130b572424695bf072f7608a536997dce14f branch: main author: Tian Gao committer: gaogaotiantian date: 2025-04-08T13:36:47-04:00 summary: gh-132250: Clear error in lsprof callback when method descriptor

[Python-checkins] gh-60115: Support frozen modules for linecache.getline() (#131638)

2025-04-02 Thread gaogaotiantian
https://github.com/python/cpython/commit/6bd96894269be4754a811fb8ea1e3b627a676562 commit: 6bd96894269be4754a811fb8ea1e3b627a676562 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-04-02T19:50:01-04:00 summary: gh-60115: Support frozen modules for linecache.getline() (#131638

[Python-checkins] gh-131763: Replace the redundant check with assert in remove_tools (#131765)

2025-03-26 Thread gaogaotiantian
https://github.com/python/cpython/commit/151d1bfd1bb7ca9a36bb0f2bd6df53d64a1ba2f2 commit: 151d1bfd1bb7ca9a36bb0f2bd6df53d64a1ba2f2 branch: main author: Sergey Muraviov committer: gaogaotiantian date: 2025-03-26T18:36:04-04:00 summary: gh-131763: Replace the redundant check with assert in

[Python-checkins] gh-120144: Disable the CALL event when possible to achieve zero overhead pdb (#131390)

2025-03-20 Thread gaogaotiantian
https://github.com/python/cpython/commit/e3564689a59886f347e0b44d5296320d9fdd9039 commit: e3564689a59886f347e0b44d5296320d9fdd9039 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-03-20T20:31:55-04:00 summary: gh-120144: Disable the CALL event when possible to achieve zero

[Python-checkins] gh-120144: Make it possible to use `sys.monitoring` for bdb and make it default for pdb (#124533)

2025-03-17 Thread gaogaotiantian
https://github.com/python/cpython/commit/a936af924efc6e2fb59e27990dcd905b7819470a commit: a936af924efc6e2fb59e27990dcd905b7819470a branch: main author: Tian Gao committer: gaogaotiantian date: 2025-03-17T18:34:37-04:00 summary: gh-120144: Make it possible to use `sys.monitoring` for bdb and

[Python-checkins] gh-121468: Add current asyncio task as a convenience variable in pdb (#124367)

2025-03-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/27fc62cf4f6a9bbb4698299f02b8a519cbefdf53 commit: 27fc62cf4f6a9bbb4698299f02b8a519cbefdf53 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-03-14T14:46:26-04:00 summary: gh-121468: Add current asyncio task as a convenience variable in

[Python-checkins] gh-121468: Fix the doctest failure for asyncio test on pdb (#131258)

2025-03-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/26511993e63265ea5928aabe6af96d89e20f0553 commit: 26511993e63265ea5928aabe6af96d89e20f0553 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-03-14T16:23:21-04:00 summary: gh-121468: Fix the doctest failure for asyncio test on pdb (#131258

[Python-checkins] gh-131123: Support completion in `pdb` for convenience variable attributes (#131124)

2025-03-12 Thread gaogaotiantian
https://github.com/python/cpython/commit/b52866953a64c5e0fe57784fbcfc6bec87861563 commit: b52866953a64c5e0fe57784fbcfc6bec87861563 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-03-12T17:23:53-04:00 summary: gh-131123: Support completion in `pdb` for convenience variable

[Python-checkins] gh-122029: Do not unpack method for legacy tracing anymore (#130898)

2025-03-11 Thread gaogaotiantian
https://github.com/python/cpython/commit/8b1edae93a05cc90c5b8c5c935f3753aca938ccf commit: 8b1edae93a05cc90c5b8c5c935f3753aca938ccf branch: main author: Tian Gao committer: gaogaotiantian date: 2025-03-11T14:04:22-04:00 summary: gh-122029: Do not unpack method for legacy tracing anymore (#130898

[Python-checkins] [3.12] gh-130809: Fix `PyFrame_LocalsToFast` copying the wrong value (#130816)

2025-03-10 Thread gaogaotiantian
https://github.com/python/cpython/commit/33605da91cfcdb88673892fef1fe2eb6fea2cde2 commit: 33605da91cfcdb88673892fef1fe2eb6fea2cde2 branch: 3.12 author: Kyle Cutler <67761731+kycut...@users.noreply.github.com> committer: gaogaotiantian date: 2025-03-10T20:27:07-04:00 summary: [3.12] gh-

[Python-checkins] [3.13] gh-130160: use `.. program::` directive for documenting `pdb` CLI (GH-130996) (#131014)

2025-03-09 Thread gaogaotiantian
https://github.com/python/cpython/commit/28406cd0a1adf0515ddb9497e94082b96bfb1415 commit: 28406cd0a1adf0515ddb9497e94082b96bfb1415 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2025-03-09T16:15:41Z summary: [3.

[Python-checkins] [3.12] gh-130160: use `.. program::` directive for documenting `pdb` CLI (GH-130996) (#131013)

2025-03-09 Thread gaogaotiantian
https://github.com/python/cpython/commit/9f7f2c0df1fd886b07000b1ab515446c80894d97 commit: 9f7f2c0df1fd886b07000b1ab515446c80894d97 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2025-03-09T16:18:43Z summary: [3.

[Python-checkins] gh-130160: use `.. program::` directive for documenting `pdb` CLI (#130996)

2025-03-09 Thread gaogaotiantian
https://github.com/python/cpython/commit/c240c2d88a080fc3c68c220aa81062cf5f130ab9 commit: c240c2d88a080fc3c68c220aa81062cf5f130ab9 branch: main author: donBarbos committer: gaogaotiantian date: 2025-03-09T11:55:23-04:00 summary: gh-130160: use `.. program::` directive for documenting `pdb` CLI

[Python-checkins] gh-125377: Improve tab indentation for pdb multi-line input (#130471)

2025-03-04 Thread gaogaotiantian
https://github.com/python/cpython/commit/b6769e9404646e38d9c786984ef308c8e9747b91 commit: b6769e9404646e38d9c786984ef308c8e9747b91 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-03-04T15:45:38-05:00 summary: gh-125377: Improve tab indentation for pdb multi-line input

[Python-checkins] gh-130660: Add a test for pdb when user quits after interact command (#130852)

2025-03-04 Thread gaogaotiantian
https://github.com/python/cpython/commit/e20e47dda67451d24e8b3f5784d64135abebf92f commit: e20e47dda67451d24e8b3f5784d64135abebf92f branch: main author: Tian Gao committer: gaogaotiantian date: 2025-03-04T15:10:32-05:00 summary: gh-130660: Add a test for pdb when user quits after interact

[Python-checkins] gh-82987: Stop on calling frame unconditionally for inline breakpoints (#130493)

2025-03-04 Thread gaogaotiantian
https://github.com/python/cpython/commit/63b6ec31c44bc91f748a39daf4f65ef9ad25d21b commit: 63b6ec31c44bc91f748a39daf4f65ef9ad25d21b branch: main author: Tian Gao committer: gaogaotiantian date: 2025-03-04T11:35:47-05:00 summary: gh-82987: Stop on calling frame unconditionally for inline

[Python-checkins] gh-130660: Restore sys.ps1 and sys.ps2 after code.interact (#130661)

2025-02-28 Thread gaogaotiantian
https://github.com/python/cpython/commit/fdcbc29f26448f47201ec40fcf3b6405631c85d3 commit: fdcbc29f26448f47201ec40fcf3b6405631c85d3 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-02-28T13:15:55-05:00 summary: gh-130660: Restore sys.ps1 and sys.ps2 after code.interact (#130661

[Python-checkins] gh-127271: Remove the PyCell_Get usage for framelocalsproxy (#130383)

2025-02-27 Thread gaogaotiantian
https://github.com/python/cpython/commit/6140b0896e95ca96aa15472e14d0502966391485 commit: 6140b0896e95ca96aa15472e14d0502966391485 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-02-27T18:12:04-05:00 summary: gh-127271: Remove the PyCell_Get usage for framelocalsproxy

[Python-checkins] [3.13] Fix a typo in code module test (GH-130530) (#130534)

2025-02-25 Thread gaogaotiantian
https://github.com/python/cpython/commit/b0d3f4919579cb02c46918f47ea4faa2e5d304fc commit: b0d3f4919579cb02c46918f47ea4faa2e5d304fc branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2025-02-25T17:38:40Z summary: [3.1

[Python-checkins] Fix a typo in code module test (#130530)

2025-02-24 Thread gaogaotiantian
https://github.com/python/cpython/commit/56e337d32b88630f2c35458231cd61929f1be6d4 commit: 56e337d32b88630f2c35458231cd61929f1be6d4 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-02-25T00:33:52-05:00 summary: Fix a typo in code module test (#130530) files: M Lib/test

[Python-checkins] gh-124703: Change back to raising bdb.BdbQuit when exiting pdb in 'inline' mode in a REPL session (#130395)

2025-02-24 Thread gaogaotiantian
https://github.com/python/cpython/commit/ccb4ad92199f2a60690fe6f62f22ebd12d6232df commit: ccb4ad92199f2a60690fe6f62f22ebd12d6232df branch: main author: Adam D. Thomas committer: gaogaotiantian date: 2025-02-24T21:27:26-05:00 summary: gh-124703: Change back to raising bdb.BdbQuit when exiting

[Python-checkins] gh-57537: Support breakpoints for zipimport modules on pdb (#130290)

2025-02-19 Thread gaogaotiantian
https://github.com/python/cpython/commit/ee337bea01beb3da6dccfe1b48db9a4c891b05a1 commit: ee337bea01beb3da6dccfe1b48db9a4c891b05a1 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-02-19T21:01:04-05:00 summary: gh-57537: Support breakpoints for zipimport modules on pdb (#130290

[Python-checkins] [3.13] gh-128396: Fix a crash when inline comprehension has the same … (#130311)

2025-02-19 Thread gaogaotiantian
https://github.com/python/cpython/commit/094394a380540eed41842c90a1b489d1382f8866 commit: 094394a380540eed41842c90a1b489d1382f8866 branch: 3.13 author: Tian Gao committer: gaogaotiantian date: 2025-02-19T17:40:03Z summary: [3.13] gh-128396: Fix a crash when inline comprehension has the same

[Python-checkins] gh-128396: Fix a crash when inline comprehension has the same local variable as the outside scope (#130235)

2025-02-19 Thread gaogaotiantian
https://github.com/python/cpython/commit/ccf17323c218a2fdcf7f4845d3eaa74ebddefa44 commit: ccf17323c218a2fdcf7f4845d3eaa74ebddefa44 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-02-19T12:11:17-05:00 summary: gh-128396: Fix a crash when inline comprehension has the same local

[Python-checkins] gh-124703: Add extra checks for pdb quit test (#130286)

2025-02-18 Thread gaogaotiantian
https://github.com/python/cpython/commit/8207454bc00db8efa0e05c93381ecc8e3efc86a7 commit: 8207454bc00db8efa0e05c93381ecc8e3efc86a7 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-02-18T16:55:39-05:00 summary: gh-124703: Add extra checks for pdb quit test (#130286) files: M

[Python-checkins] gh-126944: Show explicit errors when required arguments of pdb commands are missing (#130240)

2025-02-18 Thread gaogaotiantian
https://github.com/python/cpython/commit/076300d795cd45706f929c4fd291014e233f6f7a commit: 076300d795cd45706f929c4fd291014e233f6f7a branch: main author: Tian Gao committer: gaogaotiantian date: 2025-02-18T10:58:15-05:00 summary: gh-126944: Show explicit errors when required arguments of pdb

[Python-checkins] Provide curframe_locals for backward compatibility but deprecate it (#125951)

2025-02-08 Thread gaogaotiantian
https://github.com/python/cpython/commit/29f8a67ae00081a36fdc97f2f2f96f971393a22a commit: 29f8a67ae00081a36fdc97f2f2f96f971393a22a branch: main author: Tian Gao committer: gaogaotiantian date: 2025-02-08T23:35:28Z summary: Provide curframe_locals for backward compatibility but deprecate it

[Python-checkins] gh-124703: Add documentation and whatsnew entry for pdb exit change (#129818)

2025-02-07 Thread gaogaotiantian
https://github.com/python/cpython/commit/d3b60fff584d65dd5487bac056e4c0ad7ebc43b4 commit: d3b60fff584d65dd5487bac056e4c0ad7ebc43b4 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-02-07T21:02:46-05:00 summary: gh-124703: Add documentation and whatsnew entry for pdb exit change

[Python-checkins] gh-124703: Do not raise an exception when quitting pdb (#124704)

2025-01-26 Thread gaogaotiantian
https://github.com/python/cpython/commit/7d275611f62c9008c2d90b08c9f21462f80a8328 commit: 7d275611f62c9008c2d90b08c9f21462f80a8328 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-01-26T22:29:16-05:00 summary: gh-124703: Do not raise an exception when quitting pdb (#124704

[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:

[Python-checkins] [3.13] gh-128991: Release the enter frame reference within bdb callba… (#129002)

2025-01-18 Thread gaogaotiantian
https://github.com/python/cpython/commit/ef9961840b546aba33b168fd8f5788e1ea1960e8 commit: ef9961840b546aba33b168fd8f5788e1ea1960e8 branch: 3.13 author: Tian Gao committer: gaogaotiantian date: 2025-01-18T17:21:23-05:00 summary: [3.13] gh-128991: Release the enter frame reference within bdb

[Python-checkins] [3.12] gh-128991: Release the enter frame reference within bdb callba… (#129003)

2025-01-18 Thread gaogaotiantian
https://github.com/python/cpython/commit/6d638c2655374f2fbd80779aff349324dbc857f8 commit: 6d638c2655374f2fbd80779aff349324dbc857f8 branch: 3.12 author: Tian Gao committer: gaogaotiantian date: 2025-01-18T17:21:34-05:00 summary: [3.12] gh-128991: Release the enter frame reference within bdb

[Python-checkins] gh-128991: Release the enter frame reference within bdb callback (#128992)

2025-01-18 Thread gaogaotiantian
https://github.com/python/cpython/commit/61b35f74aa4a6ac606635e245147ff3658628d99 commit: 61b35f74aa4a6ac606635e245147ff3658628d99 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-01-18T16:53:06-05:00 summary: gh-128991: Release the enter frame reference within bdb callback

[Python-checkins] [3.12] gh-58956: Fix a frame refleak in bdb (GH-128190) (#128953)

2025-01-17 Thread gaogaotiantian
https://github.com/python/cpython/commit/f45da82c11a0fcbc28c099af27e47806f530a97b commit: f45da82c11a0fcbc28c099af27e47806f530a97b branch: 3.12 author: Tian Gao committer: gaogaotiantian date: 2025-01-17T14:19:37-05:00 summary: [3.12] gh-58956: Fix a frame refleak in bdb (GH-128190) (#128953

[Python-checkins] [3.13] gh-58956: Fix a frame refleak in bdb (GH-128190) (#128947)

2025-01-17 Thread gaogaotiantian
https://github.com/python/cpython/commit/dc77f1914d614bab04769616d7bc6674ee723f47 commit: dc77f1914d614bab04769616d7bc6674ee723f47 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2025-01-17T12:49:15-05:00 summary:

[Python-checkins] gh-58956: Fix a frame refleak in bdb (#128190)

2025-01-17 Thread gaogaotiantian
https://github.com/python/cpython/commit/767c89ba7c5a70626df6e75eb56b546bf911b997 commit: 767c89ba7c5a70626df6e75eb56b546bf911b997 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-01-17T10:33:04-05:00 summary: gh-58956: Fix a frame refleak in bdb (#128190) files: A Misc

[Python-checkins] [3.13] gh-128409: Document that pdb.post_mortem() accepts exceptions … (#128767)

2025-01-12 Thread gaogaotiantian
https://github.com/python/cpython/commit/33c0ba0ead4ec41fdfc3d520c18e5ab485f52417 commit: 33c0ba0ead4ec41fdfc3d520c18e5ab485f52417 branch: 3.13 author: Tian Gao committer: gaogaotiantian date: 2025-01-13T00:12:11-05:00 summary: [3.13] gh-128409: Document that pdb.post_mortem() accepts

[Python-checkins] gh-128438: Add `EnvironmentVarGuard` for `test_pdb.py` (#128522)

2025-01-11 Thread gaogaotiantian
https://github.com/python/cpython/commit/0946ed25b53dddfa4eb040513720353b7214d71b commit: 0946ed25b53dddfa4eb040513720353b7214d71b branch: main author: Yan Yanchii committer: gaogaotiantian date: 2025-01-11T11:19:29-05:00 summary: gh-128438: Add `EnvironmentVarGuard` for `test_pdb.py` (#128522

[Python-checkins] gh-128409: Document that pdb.post_mortem() accepts exceptions (#128410)

2025-01-10 Thread gaogaotiantian
https://github.com/python/cpython/commit/1b39b502d33c68f52fd775c4e6c2174baddd40bd commit: 1b39b502d33c68f52fd775c4e6c2174baddd40bd branch: main author: Adam Johnson committer: gaogaotiantian date: 2025-01-10T10:54:45-05:00 summary: gh-128409: Document that pdb.post_mortem() accepts exceptions

[Python-checkins] [3.13] gh-127321: Avoid stopping at an opcode without an associated line number for breakpoint() (GH-127457) (#127487)

2024-12-01 Thread gaogaotiantian
https://github.com/python/cpython/commit/dd2ad70b29402cae56f13a08e890ca7177a589f2 commit: dd2ad70b29402cae56f13a08e890ca7177a589f2 branch: 3.13 author: Tian Gao committer: gaogaotiantian date: 2024-12-01T17:58:08-05:00 summary: [3.13] gh-127321: Avoid stopping at an opcode without an associated

[Python-checkins] gh-127321: Avoid stopping at an opcode without an associated line number for breakpoint() (#127457)

2024-12-01 Thread gaogaotiantian
https://github.com/python/cpython/commit/1bc4f076d193ad157bdc69a1d62685a15f95113f commit: 1bc4f076d193ad157bdc69a1d62685a15f95113f branch: main author: Tian Gao committer: gaogaotiantian date: 2024-12-01T11:57:03-05:00 summary: gh-127321: Avoid stopping at an opcode without an associated line

[Python-checkins] Fixed a few type mismatches in pdb (#125952)

2024-10-25 Thread gaogaotiantian
https://github.com/python/cpython/commit/2513593303b306cd8273682811d26600651c60e4 commit: 2513593303b306cd8273682811d26600651c60e4 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-25T00:17:58-04:00 summary: Fixed a few type mismatches in pdb (#125952) files: M Lib/pdb.py

[Python-checkins] [3.13] gh-125884: Support breakpoint on functions with annotations (G… (#125902)

2024-10-23 Thread gaogaotiantian
https://github.com/python/cpython/commit/e334022de0adef5bbf1f59c5226ca521dcfed4aa commit: e334022de0adef5bbf1f59c5226ca521dcfed4aa branch: 3.13 author: Tian Gao committer: gaogaotiantian date: 2024-10-23T22:37:24Z summary: [3.13] gh-125884: Support breakpoint on functions with annotations (G

[Python-checkins] [3.12] gh-125884: Support breakpoint on functions with annotations (G… (#125903)

2024-10-23 Thread gaogaotiantian
https://github.com/python/cpython/commit/05b11ba059caced565facb95422138968c36c4d2 commit: 05b11ba059caced565facb95422138968c36c4d2 branch: 3.12 author: Tian Gao committer: gaogaotiantian date: 2024-10-23T22:36:40Z summary: [3.12] gh-125884: Support breakpoint on functions with annotations (G

[Python-checkins] gh-125884: Support breakpoint on functions with annotations (#125892)

2024-10-23 Thread gaogaotiantian
https://github.com/python/cpython/commit/8f2c0f7a03b71485b5635cb47c000e4e8ace8800 commit: 8f2c0f7a03b71485b5635cb47c000e4e8ace8800 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-23T18:04:30-04:00 summary: gh-125884: Support breakpoint on functions with annotations

[Python-checkins] [3.13] gh-125590: Allow FrameLocalsProxy to delete and pop keys from extra locals (GH-125616) (#125797)

2024-10-21 Thread gaogaotiantian
https://github.com/python/cpython/commit/829d650ccbef830d01f859a1dfc95f76eeba64e5 commit: 829d650ccbef830d01f859a1dfc95f76eeba64e5 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2024-10-21T17:06:27Z summary: [3.

[Python-checkins] gh-125590: Allow FrameLocalsProxy to delete and pop keys from extra locals (#125616)

2024-10-21 Thread gaogaotiantian
https://github.com/python/cpython/commit/5b7a872b26a9ba6c93d7c2109559a82d1c1612de commit: 5b7a872b26a9ba6c93d7c2109559a82d1c1612de branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-21T11:43:08-04:00 summary: gh-125590: Allow FrameLocalsProxy to delete and pop keys from extra

[Python-checkins] gh-125378: Trigger a repeat for the full multi-line statement for empty line command (#125717)

2024-10-19 Thread gaogaotiantian
https://github.com/python/cpython/commit/8f5e39d5c885318e3128a3e84464c098b5f79a79 commit: 8f5e39d5c885318e3128a3e84464c098b5f79a79 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-19T17:46:57-04:00 summary: gh-125378: Trigger a repeat for the full multi-line statement for

[Python-checkins] [3.13] gh-125378: Trigger a repeat for the full multi-line statement for empty line command (GH-125717) (#125736)

2024-10-19 Thread gaogaotiantian
https://github.com/python/cpython/commit/b03281e11cca81ca80f6ada9232e8a26f2c2061a commit: b03281e11cca81ca80f6ada9232e8a26f2c2061a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2024-10-19T22:11:00Z summary: [3.

[Python-checkins] gh-125600: Only show stale code warning on source code display commands (#125601)

2024-10-17 Thread gaogaotiantian
https://github.com/python/cpython/commit/77cebb1ce9baac9e01a45d34113c3bea74940d90 commit: 77cebb1ce9baac9e01a45d34113c3bea74940d90 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-17T20:29:11-04:00 summary: gh-125600: Only show stale code warning on source code display

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

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/2ded598323ebe44a422d36a6b8ede611b4b34dba commit: 2ded598323ebe44a422d36a6b8ede611b4b34dba branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2024-10-15T20:20:16Z summary: [3.

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

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/12eaadc0ad33411bb02945d700b6ed7e758bb188 commit: 12eaadc0ad33411bb02945d700b6ed7e758bb188 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-15T15:56:33-04:00 summary: gh-58956: Set f_trace on frames with breakpoints after setting a

[Python-checkins] [3.13] gh-125115: Pass unknown pdb command line args to script instead of fail (GH-125424) (#125547)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/c5bad759f5b0d23e0ab9a40b3fa9dd4c77748cb7 commit: c5bad759f5b0d23e0ab9a40b3fa9dd4c77748cb7 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2024-10-15T19:55:38Z summary: [3.

[Python-checkins] gh-125115: Pass unknown pdb command line args to script instead of fail (#125424)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/9c2bb7d551a695f35db953a671a2ddca89426bef commit: 9c2bb7d551a695f35db953a671a2ddca89426bef branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-15T15:30:28-04:00 summary: gh-125115: Pass unknown pdb command line args to script instead of

[Python-checkins] [3.13] gh-100141: Allow pdb to deal with empty file (GH-125425) (#125536)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/6c79baea4dbd0497253015bb8e8ffe96c39c31b0 commit: 6c79baea4dbd0497253015bb8e8ffe96c39c31b0 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2024-10-15T16:28:57Z summary: [3.

[Python-checkins] [3.12] gh-100141: Allow pdb to deal with empty file (GH-125425) (#125537)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/90b1406b881aa0a57ce3a73c402b73b79138b7e0 commit: 90b1406b881aa0a57ce3a73c402b73b79138b7e0 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2024-10-15T16:29:05Z summary: [3.

[Python-checkins] gh-100141: Allow pdb to deal with empty file (#125425)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/bb9604b62ae7f043594ffea9287f9213067cc7fb commit: bb9604b62ae7f043594ffea9287f9213067cc7fb branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-15T11:45:23-04:00 summary: gh-100141: Allow pdb to deal with empty file (#125425) files: A

[Python-checkins] [3.13] gh-125422: Don't set the caller's f_trace if it's botframe (GH-125427) (#125530)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/a22e11f8dcfd902f43aa69be34f2a9a89ab514ac commit: a22e11f8dcfd902f43aa69be34f2a9a89ab514ac branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2024-10-15T15:26:46Z summary: [3.

[Python-checkins] [3.12] gh-125422: Don't set the caller's f_trace if it's botframe (GH-125427) (#125531)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/0a82c4cbd8c0b74e6111370d3c498142fdf9f085 commit: 0a82c4cbd8c0b74e6111370d3c498142fdf9f085 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2024-10-15T15:26:41Z summary: [3.

[Python-checkins] gh-125422: Don't set the caller's f_trace if it's botframe (#125427)

2024-10-15 Thread gaogaotiantian
https://github.com/python/cpython/commit/703227dd021491ceb9343f69fa48f4b6a05adbb3 commit: 703227dd021491ceb9343f69fa48f4b6a05adbb3 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-15T10:51:37-04:00 summary: gh-125422: Don't set the caller's f_trace if it's bo

[Python-checkins] gh-124552 : Improve the accuracy of possible breakpoint check in bdb (#124553)

2024-10-04 Thread gaogaotiantian
https://github.com/python/cpython/commit/adfe7657a3f1ce5d8384694ed27a40376a18fa6c commit: adfe7657a3f1ce5d8384694ed27a40376a18fa6c branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-04T21:32:57-04:00 summary: gh-124552 : Improve the accuracy of possible breakpoint check in

[Python-checkins] gh-116750: Add clear_tool_id function to unregister events and callbacks (#124568)

2024-10-01 Thread gaogaotiantian
https://github.com/python/cpython/commit/5e0abb47886bc665eefdcc19fde985f803e49d4c commit: 5e0abb47886bc665eefdcc19fde985f803e49d4c branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-01T13:32:55-04:00 summary: gh-116750: Add clear_tool_id function to unregister events and

[Python-checkins] gh-124400: Use the normal command path for breakpoint commands (#124401)

2024-09-29 Thread gaogaotiantian
https://github.com/python/cpython/commit/b5774603a0c877f19b33fb922e2fb967b1d50329 commit: b5774603a0c877f19b33fb922e2fb967b1d50329 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-09-29T19:46:16-04:00 summary: gh-124400: Use the normal command path for breakpoint commands

[Python-checkins] Cleanup unnecessary curframe_locals usage (#124369)

2024-09-26 Thread gaogaotiantian
https://github.com/python/cpython/commit/986a4e1b6fcae7fe7a1d0a26aea446107dd58dd2 commit: 986a4e1b6fcae7fe7a1d0a26aea446107dd58dd2 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-09-26T09:35:13-07:00 summary: Cleanup unnecessary curframe_locals usage (#124369) files: M Lib

[Python-checkins] gh-123756: Disable restart command if pdb is in inline mode (#123757)

2024-09-25 Thread gaogaotiantian
https://github.com/python/cpython/commit/28efeefab7d577ea4fb6e3f6e82f903f2aee271d commit: 28efeefab7d577ea4fb6e3f6e82f903f2aee271d branch: main author: Tian Gao committer: gaogaotiantian date: 2024-09-25T11:18:01-07:00 summary: gh-123756: Disable restart command if pdb is in inline mode

[Python-checkins] gh-120254: Add a `commands` argument to `pdb.set_trace` (#120255)

2024-09-24 Thread gaogaotiantian
https://github.com/python/cpython/commit/af8403a58dbe45130400a133f756cbf53c5f1d7e commit: af8403a58dbe45130400a133f756cbf53c5f1d7e branch: main author: Tian Gao committer: gaogaotiantian date: 2024-09-24T12:52:15-07:00 summary: gh-120254: Add a `commands` argument to `pdb.set_trace` (#120255

[Python-checkins] gh-122247: Move instruction instrumentation sanity check after tracing check (#122251)

2024-08-07 Thread gaogaotiantian
https://github.com/python/cpython/commit/57d7c3e78fb635a0c6ccce38ec3e2f4284d5fac7 commit: 57d7c3e78fb635a0c6ccce38ec3e2f4284d5fac7 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-08-07T21:30:14-07:00 summary: gh-122247: Move instruction instrumentation sanity check after

[Python-checkins] [3.13] gh-120289: Add external timer in traverse of _lsprof.Profiler (GH-121998) (#122000)

2024-07-18 Thread gaogaotiantian
https://github.com/python/cpython/commit/e992cc3922884f0f4250b603b93d804d3989071d commit: e992cc3922884f0f4250b603b93d804d3989071d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gaogaotiantian date: 2024-07-19T04:10:11Z summary: [3.

  1   2   >