[Python-checkins] gh-137838: Fix JIT trace buffer overrun by increasing possible exit stubs (gh-138177)

2025-09-08 Thread corona10
https://github.com/python/cpython/commit/5edfe55acf29f7c36f585bcff7f96c244c43f9ae commit: 5edfe55acf29f7c36f585bcff7f96c244c43f9ae branch: main author: Donghee Na committer: corona10 date: 2025-09-09T09:51:08+09:00 summary: gh-137838: Fix JIT trace buffer overrun by increasing possible exit

[Python-checkins] [3.13] gh-138515: Include email module in Emscripten build (gh-138520) (gh-138534)

2025-09-05 Thread corona10
https://github.com/python/cpython/commit/5f61a0aa76d29d62e137f2dee71955e1252a8f84 commit: 5f61a0aa76d29d62e137f2dee71955e1252a8f84 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2025-09-05T08:56:25Z summary: [3.13] gh-

[Python-checkins] gh-138515: Include email module in Emscripten build (gh-138520)

2025-09-05 Thread corona10
https://github.com/python/cpython/commit/d1d84098f6ac408ef36f1a85a4bc80d857d0f4ff commit: d1d84098f6ac408ef36f1a85a4bc80d857d0f4ff branch: main author: Gyeongjae Choi committer: corona10 date: 2025-09-05T16:34:18+08:00 summary: gh-138515: Include email module in Emscripten build (gh-138520

[Python-checkins] gh-107194: Improved language of list.index in tutorial (gh-138518)

2025-09-05 Thread corona10
https://github.com/python/cpython/commit/f19f1d8563fb3abbb673812f16e2be5f10af42e4 commit: f19f1d8563fb3abbb673812f16e2be5f10af42e4 branch: main author: Ric <11750904+ricsa...@users.noreply.github.com> committer: corona10 date: 2025-09-05T15:16:04+08:00 summary: gh-107194: Improved langu

[Python-checkins] gh-138192: Fix Context initialization so that all subinterpreters are assigned the MISSING value. (gh-138503)

2025-09-04 Thread corona10
https://github.com/python/cpython/commit/f070f54c5f4a42c7c61d1d5d3b8f3b7203b4a0fb commit: f070f54c5f4a42c7c61d1d5d3b8f3b7203b4a0fb branch: main author: Donghee Na committer: corona10 date: 2025-09-04T17:19:30Z summary: gh-138192: Fix Context initialization so that all subinterpreters are

[Python-checkins] [3.13] gh-137760: Update REPL constants documentation (gh-137798) (gh-137823)

2025-08-15 Thread corona10
https://github.com/python/cpython/commit/929a77cfce68f6bbadf48b833c90025bb19de70a commit: 929a77cfce68f6bbadf48b833c90025bb19de70a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2025-08-15T13:59:18Z summary: [3.13] gh-

[Python-checkins] gh-137760: Update REPL constants documentation (gh-137798)

2025-08-15 Thread corona10
https://github.com/python/cpython/commit/d6719c6be651bbc6a8547c3b65714184e06462de commit: d6719c6be651bbc6a8547c3b65714184e06462de branch: main author: Chaemin-Lim committer: corona10 date: 2025-08-15T22:53:15+09:00 summary: gh-137760: Update REPL constants documentation (gh-137798) files: M

[Python-checkins] gh-133982: Test _pyio.BytesIO in free-threaded tests (gh-136218)

2025-07-03 Thread corona10
https://github.com/python/cpython/commit/48cb9b61121f2ad58c2754faa1e92a20c47524e4 commit: 48cb9b61121f2ad58c2754faa1e92a20c47524e4 branch: main author: Cody Maloney committer: corona10 date: 2025-07-04T11:27:21+09:00 summary: gh-133982: Test _pyio.BytesIO in free-threaded tests (gh-136218

[Python-checkins] gh-133931: Introduce _PyObject_XSetRefDelayed to replace Py_XSETREF (gh-134377)

2025-06-17 Thread corona10
https://github.com/python/cpython/commit/52be7f445e454ccb44e368a22fe70a0fa6cab7c0 commit: 52be7f445e454ccb44e368a22fe70a0fa6cab7c0 branch: main author: Donghee Na committer: corona10 date: 2025-06-18T08:36:02+09:00 summary: gh-133931: Introduce _PyObject_XSetRefDelayed to replace Py_XSETREF (gh

[Python-checkins] [3.14] gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135550) (gh-135565)

2025-06-16 Thread corona10
https://github.com/python/cpython/commit/941011374ac21c90c7477ae42d2c193dfe500668 commit: 941011374ac21c90c7477ae42d2c193dfe500668 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2025-06-16T14:58:14Z summary: [3.14] gh-

[Python-checkins] gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135550)

2025-06-16 Thread corona10
https://github.com/python/cpython/commit/f0799795994bfd9ab0740c4d70ac54270991ba47 commit: f0799795994bfd9ab0740c4d70ac54270991ba47 branch: main author: Donghee Na committer: corona10 date: 2025-06-16T23:32:52+09:00 summary: gh-119132: Remove "experimental" tag from the CPython free

[Python-checkins] gh-126703: Add freelist for PyComplexObject's (gh-135233)

2025-06-13 Thread corona10
https://github.com/python/cpython/commit/c646846c1e8f60e52b636b68bfd0df5e84229098 commit: c646846c1e8f60e52b636b68bfd0df5e84229098 branch: main author: Sergey B Kirpichev committer: corona10 date: 2025-06-13T22:32:26+09:00 summary: gh-126703: Add freelist for PyComplexObject's (gh-1

[Python-checkins] [3.14] Revert "gh-135410: use a critical section around `StringIO.__next__` (GH-135412)" (GH-135439) (gh-135449)

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

[Python-checkins] Revert "gh-135410: use a critical section around `StringIO.__next__` (#135412)" (#135439)

2025-06-12 Thread corona10
https://github.com/python/cpython/commit/73431356d324842cac0d545018c3ad21c85bc883 commit: 73431356d324842cac0d545018c3ad21c85bc883 branch: main author: Peter Bierma committer: corona10 date: 2025-06-13T07:32:27+09:00 summary: Revert "gh-135410: use a critical section around `StringIO.__n

[Python-checkins] [3.13] gh-134875: Fix mimallc build error for the old compilers (gh-134994) (gh-135054)

2025-06-03 Thread corona10
https://github.com/python/cpython/commit/b0c9c192f1639a7daddbcbf5bdc8bd19494bb637 commit: b0c9c192f1639a7daddbcbf5bdc8bd19494bb637 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2025-06-03T17:04:20+09:00 summary: [3.

[Python-checkins] [3.14] gh-134875: Fix mimallc build error for the old compilers (gh-134994) (gh-135053)

2025-06-03 Thread corona10
https://github.com/python/cpython/commit/78fd7ce3d2f14a00b50dced680baf2e3b805dc8b commit: 78fd7ce3d2f14a00b50dced680baf2e3b805dc8b branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2025-06-03T17:03:36+09:00 summary: [3.

[Python-checkins] gh-134875: Fix mimallc build error for the old compilers (gh-134994)

2025-06-02 Thread corona10
https://github.com/python/cpython/commit/b525e31b7fc50e7a498f8b9b16437cb7b9656f6f commit: b525e31b7fc50e7a498f8b9b16437cb7b9656f6f branch: main author: Donghee Na committer: corona10 date: 2025-06-03T08:40:40+09:00 summary: gh-134875: Fix mimallc build error for the old compilers (gh-134994

[Python-checkins] gh-134583: Update devcontainer reference to include image with libzstd-devel (gh-134765)

2025-05-26 Thread corona10
https://github.com/python/cpython/commit/9bf03c6c30c9ee2979061410651c3f6132683640 commit: 9bf03c6c30c9ee2979061410651c3f6132683640 branch: main author: Emma Smith committer: corona10 date: 2025-05-27T10:24:38+09:00 summary: gh-134583: Update devcontainer reference to include image with libzstd

[Python-checkins] [3.13] gh-129748: Update mimalloc to use atomic store for mi_block_set_nextx (GH-134238) (gh-134353)

2025-05-20 Thread corona10
https://github.com/python/cpython/commit/bad9f63f6ca7e14a4711bf8916f2d6ad1bf8fe53 commit: bad9f63f6ca7e14a4711bf8916f2d6ad1bf8fe53 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2025-05-20T16:26:23Z summary: [3.13] gh-

[Python-checkins] [3.14] gh-129748: Update mimalloc to use atomic store for mi_block_set_nextx (GH-134238) (gh-134352)

2025-05-20 Thread corona10
https://github.com/python/cpython/commit/dc5866ab250f641df6ed78c943b0d36d6a4c04c2 commit: dc5866ab250f641df6ed78c943b0d36d6a4c04c2 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2025-05-20T16:25:04Z summary: [3.14] gh-

[Python-checkins] gh-129748: Update mimalloc to use atomic store for mi_block_set_nextx (#134238)

2025-05-20 Thread corona10
https://github.com/python/cpython/commit/317c49622397222b7c7fb49837e6b1fd7e82a80d commit: 317c49622397222b7c7fb49837e6b1fd7e82a80d branch: main author: Donghee Na committer: corona10 date: 2025-05-20T11:39:56-04:00 summary: gh-129748: Update mimalloc to use atomic store for mi_block_set_nextx

[Python-checkins] gh-127081: add critical sections to `dbm` objects (gh-132749)

2025-05-14 Thread corona10
https://github.com/python/cpython/commit/ffaeb3dddf17b891301e6f172c87267f59784d00 commit: ffaeb3dddf17b891301e6f172c87267f59784d00 branch: main author: Duane Griffin committer: corona10 date: 2025-05-14T13:49:35-04:00 summary: gh-127081: add critical sections to `dbm` objects (gh-132749) files

[Python-checkins] [3.14] gh-115999: Note Python 3.14 free-threaded changes in What's New (gh-131285) (gh-133824)

2025-05-10 Thread corona10
https://github.com/python/cpython/commit/10cd1aafc405a1e17f0a8da073d12733486c5950 commit: 10cd1aafc405a1e17f0a8da073d12733486c5950 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2025-05-10T10:37:02Z summary: [3.14] gh-

[Python-checkins] gh-115999: Note Python 3.14 free-threaded changes in What's New (gh-131285)

2025-05-10 Thread corona10
https://github.com/python/cpython/commit/f28cbc9fd3f37656ad55ef2488b65343b97fa902 commit: f28cbc9fd3f37656ad55ef2488b65343b97fa902 branch: main author: Donghee Na committer: corona10 date: 2025-05-10T19:30:16+09:00 summary: gh-115999: Note Python 3.14 free-threaded changes in What's Ne

[Python-checkins] [3.13] gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133039) (gh-133126)

2025-04-28 Thread corona10
https://github.com/python/cpython/commit/7ffef8d07bba6c1c8551cafc3f0cb58c9102f909 commit: 7ffef8d07bba6c1c8551cafc3f0cb58c9102f909 branch: 3.13 author: Donghee Na committer: corona10 date: 2025-04-29T14:26:44+09:00 summary: [3.13] gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject

[Python-checkins] gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133039)

2025-04-28 Thread corona10
https://github.com/python/cpython/commit/75cbb8d89e7e92ccaba5c615c72459f241dca8b1 commit: 75cbb8d89e7e92ccaba5c615c72459f241dca8b1 branch: main author: Donghee Na committer: corona10 date: 2025-04-29T09:48:53+09:00 summary: gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh

[Python-checkins] [3.13] gh-130834: Fix free-threaded build with JIT for aarch64 linux (#132368)

2025-04-11 Thread corona10
https://github.com/python/cpython/commit/793293dcb944c0d71824e9a9a2548ece304e4e2f commit: 793293dcb944c0d71824e9a9a2548ece304e4e2f branch: 3.13 author: Donghee Na committer: corona10 date: 2025-04-11T06:52:46-07:00 summary: [3.13] gh-130834: Fix free-threaded build with JIT for aarch64 linux

[Python-checkins] gh-131740: minor readability fix in PyUnstable_GC_VisitObjects (gh-131786)

2025-04-05 Thread corona10
https://github.com/python/cpython/commit/9c1e85fd64cf6a85f7c96390d7b2dfad03a76944 commit: 9c1e85fd64cf6a85f7c96390d7b2dfad03a76944 branch: main author: Martin DeMello committer: corona10 date: 2025-03-29T08:58:17+09:00 summary: gh-131740: minor readability fix in PyUnstable_GC_VisitObjects (gh

[Python-checkins] [3.13] gh-131544: Update docs for PyType_AddWatcher (gh-132015) (gh-132019)

2025-04-02 Thread corona10
https://github.com/python/cpython/commit/75d453b0ab852b1cc295ea602b3df413ef0ce569 commit: 75d453b0ab852b1cc295ea602b3df413ef0ce569 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2025-04-03T01:24:43+09:00 summary: [3.

[Python-checkins] gh-131544: Update docs for PyType_AddWatcher (gh-132015)

2025-04-02 Thread corona10
https://github.com/python/cpython/commit/25275bda790e8a689092e83855d6d0574f26061b commit: 25275bda790e8a689092e83855d6d0574f26061b branch: main author: Donghee Na committer: corona10 date: 2025-04-02T15:04:07Z summary: gh-131544: Update docs for PyType_AddWatcher (gh-132015) files: M Doc/c-api

[Python-checkins] [3.13] gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm … (gh-131754)

2025-03-26 Thread corona10
https://github.com/python/cpython/commit/9d3f5384716ab068414cfbfe230a3b94e119a921 commit: 9d3f5384716ab068414cfbfe230a3b94e119a921 branch: 3.13 author: Donghee Na committer: corona10 date: 2025-03-27T02:43:16+09:00 summary: [3.13] gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm

[Python-checkins] gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm gen (gh-131744)

2025-03-25 Thread corona10
https://github.com/python/cpython/commit/7bb41aef4b7b8f3c3f07c11b801c5b7f8afaac7f commit: 7bb41aef4b7b8f3c3f07c11b801c5b7f8afaac7f branch: main author: Donghee Na committer: corona10 date: 2025-03-26T09:45:29+09:00 summary: gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm gen (gh

[Python-checkins] no-issue: Fix typo in importlib.metadata.rst (gh-131596)

2025-03-23 Thread corona10
https://github.com/python/cpython/commit/5fc889ffbfd271c651f563ab0afe2d345bacbca5 commit: 5fc889ffbfd271c651f563ab0afe2d345bacbca5 branch: main author: Zsolt Dollenstein committer: corona10 date: 2025-03-23T23:01:29+09:00 summary: no-issue: Fix typo in importlib.metadata.rst (gh-131596) files

[Python-checkins] GH-131358: Add encoding alias cseuckr for euc_kr (#131370)

2025-03-19 Thread corona10
https://github.com/python/cpython/commit/7558980a18b5573aac19b37535780a02bf918f89 commit: 7558980a18b5573aac19b37535780a02bf918f89 branch: main author: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committer: corona10 date: 2025-03-19T18:29:20+09:00 summary: GH-131358: Add encoding

[Python-checkins] [3.13] gh-130547: Fix race between dict_dealloc and split_keys_entry_added (gh-130778) (gh-130833)

2025-03-04 Thread corona10
https://github.com/python/cpython/commit/ffef9b0440e4391cbad69dbb11716f54cb8539ab commit: ffef9b0440e4391cbad69dbb11716f54cb8539ab branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2025-03-05T10:41:29+09:00 summary: [3.

[Python-checkins] gh-130547: Fix race between dict_dealloc and split_keys_entry_added (gh-130778)

2025-03-04 Thread corona10
https://github.com/python/cpython/commit/80e6d3ec4972220587c8b883161311a49ea8d0ff commit: 80e6d3ec4972220587c8b883161311a49ea8d0ff branch: main author: Donghee Na committer: corona10 date: 2025-03-04T22:50:33+09:00 summary: gh-130547: Fix race between dict_dealloc and split_keys_entry_added (gh

[Python-checkins] no-issue: Add free-threading build for TC dispatch (gh-130083)

2025-02-13 Thread corona10
https://github.com/python/cpython/commit/c357d690033e2f976ddb6e11b8199e3fb9f66118 commit: c357d690033e2f976ddb6e11b8199e3fb9f66118 branch: main author: Donghee Na committer: corona10 date: 2025-02-14T00:25:40+09:00 summary: no-issue: Add free-threading build for TC dispatch (gh-130083) no

[Python-checkins] [3.13] gh-129533: Update PyGC_Enable/Disable/IsEnabled to use atomic operat… (gh-129756)

2025-02-06 Thread corona10
https://github.com/python/cpython/commit/f7af8bc58aaa0c76028ddee54e635daedcd1b40c commit: f7af8bc58aaa0c76028ddee54e635daedcd1b40c branch: 3.13 author: Donghee Na committer: corona10 date: 2025-02-06T23:11:17Z summary: [3.13] gh-129533: Update PyGC_Enable/Disable/IsEnabled to use atomic operat

[Python-checkins] gh-129533: Update PyGC_Enable/Disable/IsEnabled to use atomic operation (gh-129563)

2025-02-06 Thread corona10
https://github.com/python/cpython/commit/b184abf074c0e1f379a238f07da5616460f36b93 commit: b184abf074c0e1f379a238f07da5616460f36b93 branch: main author: Donghee Na committer: corona10 date: 2025-02-07T07:41:13+09:00 summary: gh-129533: Update PyGC_Enable/Disable/IsEnabled to use atomic

[Python-checkins] gh-111178: fix UBSan failures in `Modules/cjkcodecs/multibytecodec.c` (gh-129090)

2025-01-24 Thread corona10
https://github.com/python/cpython/commit/f10b7b29cb2a3cb67d1da114ef9a27be7e62 commit: f10b7b29cb2a3cb67d1da114ef9a27be7e62 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: corona10 date: 2025-01-25T10:04:31+09:00 summary: gh-78: fix

[Python-checkins] gh-128515: Add BOLT build to CI (gh-128845)

2025-01-17 Thread corona10
https://github.com/python/cpython/commit/9ed7bf2cd783b78b28f18abc090f43467a28f4aa commit: 9ed7bf2cd783b78b28f18abc090f43467a28f4aa branch: main author: Zanie Blue committer: corona10 date: 2025-01-18T07:32:23Z summary: gh-128515: Add BOLT build to CI (gh-128845) files: M .github/workflows

[Python-checkins] gh-128473: Skip segfaulting `test_embed` tests when BOLT instrumented (gh-128474)

2025-01-14 Thread corona10
https://github.com/python/cpython/commit/6e4f64109b0eb6c9f1b50eb7dc5f647a1d901ff4 commit: 6e4f64109b0eb6c9f1b50eb7dc5f647a1d901ff4 branch: main author: Zanie Blue committer: corona10 date: 2025-01-15T10:49:02+09:00 summary: gh-128473: Skip segfaulting `test_embed` tests when BOLT instrumented

[Python-checkins] [3.13] gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto errors (gh-128511) (#128573)

2025-01-07 Thread corona10
https://github.com/python/cpython/commit/692a955cea019274b16e0132732be761d48b2606 commit: 692a955cea019274b16e0132732be761d48b2606 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2025-01-08T01:59:20+09:00 summary: [3.

[Python-checkins] [3.12] gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto errors (gh-128511) (gh-128572)

2025-01-06 Thread corona10
https://github.com/python/cpython/commit/115d5043b1a7f1890eb5f17a5c9779d666415656 commit: 115d5043b1a7f1890eb5f17a5c9779d666415656 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2025-01-07T14:21:43+09:00 summary: [3.

[Python-checkins] gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto errors (gh-128511)

2025-01-06 Thread corona10
https://github.com/python/cpython/commit/24b147a19b360c49cb1740aa46211d342aaa071f commit: 24b147a19b360c49cb1740aa46211d342aaa071f branch: main author: Zanie Blue committer: corona10 date: 2025-01-07T12:02:55+09:00 summary: gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto

[Python-checkins] [3.12] gh-128437: Add `BOLT_COMMON_FLAGS` with `-update-debug-sections` (gh-128455) (gh-128513)

2025-01-05 Thread corona10
https://github.com/python/cpython/commit/90535fe021ae53ba9609b8df1513baee61c7bbb2 commit: 90535fe021ae53ba9609b8df1513baee61c7bbb2 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2025-01-05T18:23:04+09:00 summary: [3.

[Python-checkins] [3.13] gh-128437: Add `BOLT_COMMON_FLAGS` with `-update-debug-sections` (gh-128455) (gh-128512)

2025-01-05 Thread corona10
https://github.com/python/cpython/commit/40fd466c97327cbe8014f9447c7ac61c414fdd26 commit: 40fd466c97327cbe8014f9447c7ac61c414fdd26 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2025-01-05T18:22:34+09:00 summary: [3.

[Python-checkins] gh-128137: Update PyASCIIObject to handle interned field with the atomic operation (gh-128196)

2025-01-05 Thread corona10
https://github.com/python/cpython/commit/ae23a012e6c8aadc4a588101cbe7bc86ede45627 commit: ae23a012e6c8aadc4a588101cbe7bc86ede45627 branch: main author: Donghee Na committer: corona10 date: 2025-01-05T18:17:06+09:00 summary: gh-128137: Update PyASCIIObject to handle interned field with the

[Python-checkins] gh-128437: Add `BOLT_COMMON_FLAGS` with `-update-debug-sections` (gh-128455)

2025-01-04 Thread corona10
https://github.com/python/cpython/commit/b60044b838f3ea97395cd6f3adbd5330356fc273 commit: b60044b838f3ea97395cd6f3adbd5330356fc273 branch: main author: Zanie Blue committer: corona10 date: 2025-01-05T13:16:30+09:00 summary: gh-128437: Add `BOLT_COMMON_FLAGS` with `-update-debug-sections` (gh

[Python-checkins] gh-115999: Update test_opcache to test with nested method (gh-128166)

2024-12-23 Thread corona10
https://github.com/python/cpython/commit/c5b0c90b62f1a10b0742db4bcd17da080d4e9111 commit: c5b0c90b62f1a10b0742db4bcd17da080d4e9111 branch: main author: Donghee Na committer: corona10 date: 2024-12-24T02:08:34+09:00 summary: gh-115999: Update test_opcache to test with nested method (gh-128166

[Python-checkins] gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737)

2024-12-18 Thread corona10
https://github.com/python/cpython/commit/48c70b8f7dfd00a018abbac50ea987f54fa4db51 commit: 48c70b8f7dfd00a018abbac50ea987f54fa4db51 branch: main author: Donghee Na committer: corona10 date: 2024-12-19T11:08:17+09:00 summary: gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh

[Python-checkins] gh-115999: Use light-weight lock for UNPACK_SEQUENCE_LIST (gh-127514)

2024-12-02 Thread corona10
https://github.com/python/cpython/commit/7c2bd9b225ff4010b6c6c175bab18e08e4f8 commit: 7c2bd9b225ff4010b6c6c175bab18e08e4f8 branch: main author: Donghee Na committer: corona10 date: 2024-12-03T00:14:40+09:00 summary: gh-115999: Use light-weight lock for UNPACK_SEQUENCE_LIST (gh-127514

[Python-checkins] gh-115999: Add partial free-thread specialization for BINARY_SUBSCR (gh-127227)

2024-12-01 Thread corona10
https://github.com/python/cpython/commit/e2713409cff5b71b1176b0e3fa63dae447548672 commit: e2713409cff5b71b1176b0e3fa63dae447548672 branch: main author: Donghee Na committer: corona10 date: 2024-12-02T10:38:17+09:00 summary: gh-115999: Add partial free-thread specialization for BINARY_SUBSCR (gh

[Python-checkins] gh-115999: Add free-threaded specialization for ``TO_BOOL`` (gh-126616)

2024-11-21 Thread corona10
https://github.com/python/cpython/commit/78a530a57800264433d1874a41c91b0939156c03 commit: 78a530a57800264433d1874a41c91b0939156c03 branch: main author: Donghee Na committer: corona10 date: 2024-11-22T07:52:16+09:00 summary: gh-115999: Add free-threaded specialization for ``TO_BOOL`` (gh-126616

[Python-checkins] gh-115999: Move specializer test from test_dis to test_opcache (gh-126498)

2024-11-06 Thread corona10
https://github.com/python/cpython/commit/e56fd449fbb9ac099f389806d4c494fa66fca248 commit: e56fd449fbb9ac099f389806d4c494fa66fca248 branch: main author: Donghee Na committer: corona10 date: 2024-11-07T05:23:47+09:00 summary: gh-115999: Move specializer test from test_dis to test_opcache (gh

[Python-checkins] gh-115999: Add free-threaded specialization for CONTAINS_OP (gh-126450)

2024-11-05 Thread corona10
https://github.com/python/cpython/commit/4ea214ea982944b59ff543a5c6f4ec782a47588c commit: 4ea214ea982944b59ff543a5c6f4ec782a47588c branch: main author: Donghee Na committer: corona10 date: 2024-11-06T03:35:10Z summary: gh-115999: Add free-threaded specialization for CONTAINS_OP (gh-126450

[Python-checkins] GH-126464: Temporarily disable `aarch64-apple-darwin` JIT CI jobs (gh-126465)

2024-11-05 Thread corona10
https://github.com/python/cpython/commit/a204c63919ca7ce528d8e3ab4196a4aa1a2b6ac4 commit: a204c63919ca7ce528d8e3ab4196a4aa1a2b6ac4 branch: main author: Brandt Bucher committer: corona10 date: 2024-11-06T12:09:04+09:00 summary: GH-126464: Temporarily disable `aarch64-apple-darwin` JIT CI jobs

[Python-checkins] gh-125832: Reformat comments for inlined comprehensions (gh-126346)

2024-11-02 Thread corona10
https://github.com/python/cpython/commit/8161afe51c65afbf0332da58837d94975cec9f65 commit: 8161afe51c65afbf0332da58837d94975cec9f65 branch: main author: Donghee Na committer: corona10 date: 2024-11-03T04:15:07Z summary: gh-125832: Reformat comments for inlined comprehensions (gh-126346) files

[Python-checkins] [3.13] gh-125832: Clarify comment for inlined comprehensions as per PEP-709 (gh-126322) (gh-126344)

2024-11-02 Thread corona10
https://github.com/python/cpython/commit/36079f702a8c1a8afea85cb0bbda57bc136cb911 commit: 36079f702a8c1a8afea85cb0bbda57bc136cb911 branch: 3.13 author: Donghee Na committer: corona10 date: 2024-11-03T04:10:15Z summary: [3.13] gh-125832: Clarify comment for inlined comprehensions as per PEP-709

[Python-checkins] [3.12] gh-125832: Clarify comment for inlined comprehensions as per P… (gh-126345)

2024-11-02 Thread corona10
https://github.com/python/cpython/commit/4afa129ed08780ef84fcee4dd1168a33034f2ea5 commit: 4afa129ed08780ef84fcee4dd1168a33034f2ea5 branch: 3.12 author: Donghee Na committer: corona10 date: 2024-11-03T04:00:52Z summary: [3.12] gh-125832: Clarify comment for inlined comprehensions as per P… (gh

[Python-checkins] [3.13] gh-125522: Remove bare except in test_zlib.test_flushes (gh-126321) (gh-126327)

2024-11-02 Thread corona10
https://github.com/python/cpython/commit/79ec946c1691f58deaaa8d07e0134b01c7f5bee3 commit: 79ec946c1691f58deaaa8d07e0134b01c7f5bee3 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-11-02T08:51:28Z summary: [3.13] gh-

[Python-checkins] [3.12] gh-125522: Remove bare except in test_zlib.test_flushes (gh-126321) (gh-126328)

2024-11-02 Thread corona10
https://github.com/python/cpython/commit/eecea8f64a8873c1466d4b81f4bd398b835b6cbf commit: eecea8f64a8873c1466d4b81f4bd398b835b6cbf branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-11-02T17:49:32+09:00 summary: [3.

[Python-checkins] gh-125522: Remove bare except in test_zlib.test_flushes (gh-126321)

2024-11-02 Thread corona10
https://github.com/python/cpython/commit/cfb1b2f0cb999558a30e61a9e1a62fdb7f55f6a4 commit: cfb1b2f0cb999558a30e61a9e1a62fdb7f55f6a4 branch: main author: simple-is-great <103080930+simple-is-gr...@users.noreply.github.com> committer: corona10 date: 2024-11-02T08:27:07Z summary: gh-125522:

[Python-checkins] [3.13] gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319) (gh-126320)

2024-11-01 Thread corona10
https://github.com/python/cpython/commit/6e4b7eadf59e60791cd3dcc0cc7e6c5c66f7fe90 commit: 6e4b7eadf59e60791cd3dcc0cc7e6c5c66f7fe90 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-11-02T05:16:24Z summary: [3.13] gh-

[Python-checkins] gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319)

2024-11-01 Thread corona10
https://github.com/python/cpython/commit/914356f4d485e378eb692e57d822b893acc0c0da commit: 914356f4d485e378eb692e57d822b893acc0c0da branch: main author: rimchoi committer: corona10 date: 2024-11-02T14:08:27+09:00 summary: gh-125875: Fix docs typo FORMAT_SPEC to FORMAT_WITH_SPEC (gh-126319) Fix

[Python-checkins] gh-125741: Update check_generated_files CI to use our published container image (gh-125744)

2024-10-20 Thread corona10
https://github.com/python/cpython/commit/ed24702bd0f9925908ce48584c31dfad732208b2 commit: ed24702bd0f9925908ce48584c31dfad732208b2 branch: main author: Donghee Na committer: corona10 date: 2024-10-20T07:55:26Z summary: gh-125741: Update check_generated_files CI to use our published container

[Python-checkins] gh-124612: Update autoconf container image (#125320)

2024-10-11 Thread corona10
https://github.com/python/cpython/commit/08f6bf717118963815d9a3e60578104470fdf3e1 commit: 08f6bf717118963815d9a3e60578104470fdf3e1 branch: main author: Donghee Na committer: corona10 date: 2024-10-12T00:27:26+09:00 summary: gh-124612: Update autoconf container image (#125320) files: M Tools

[Python-checkins] [3.13] gh-124471: Set name for unnamed reusable workflow (GH-124475) (gh-125256)

2024-10-10 Thread corona10
https://github.com/python/cpython/commit/0c43d60e7d0edb2fd8f996091d96ba4e8350e72a commit: 0c43d60e7d0edb2fd8f996091d96ba4e8350e72a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-10-10T13:03:45Z summary: [3.13] gh-

[Python-checkins] [3.12] gh-124471: Set name for unnamed reusable workflow (GH-124475) (gh-125257)

2024-10-10 Thread corona10
https://github.com/python/cpython/commit/74df3a79d308d036e79b600b1e7850e7828e6b39 commit: 74df3a79d308d036e79b600b1e7850e7828e6b39 branch: 3.12 author: Donghee Na committer: corona10 date: 2024-10-10T13:01:41Z summary: [3.12] gh-124471: Set name for unnamed reusable workflow (GH-124475) (gh

[Python-checkins] gh-124612: Use ghcr.io/python/autoconf instead of public image (#124657)

2024-10-08 Thread corona10
https://github.com/python/cpython/commit/b502573f7f800dbb2e401fa2a7a05eceac692c7a commit: b502573f7f800dbb2e401fa2a7a05eceac692c7a branch: main author: Donghee Na committer: corona10 date: 2024-10-09T09:33:18+09:00 summary: gh-124612: Use ghcr.io/python/autoconf instead of public image (#124657

[Python-checkins] [3.13] gh-112804: Clamping timeout value for _PySemaphore_PlatformWait (gh-124914) (gh-124991)

2024-10-07 Thread corona10
https://github.com/python/cpython/commit/80ba17a3dd383882622cf303a2f2fb19cbaa0ee6 commit: 80ba17a3dd383882622cf303a2f2fb19cbaa0ee6 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-10-07T16:53:32Z summary: [3.13] gh-

[Python-checkins] gh-112804: Clamping timeout value for _PySemaphore_PlatformWait (gh-124914)

2024-10-04 Thread corona10
https://github.com/python/cpython/commit/a5fc50994a3fae46d0c3d496c4e1d5e00548a1b8 commit: a5fc50994a3fae46d0c3d496c4e1d5e00548a1b8 branch: main author: Donghee Na committer: corona10 date: 2024-10-05T11:27:32+09:00 summary: gh-112804: Clamping timeout value for _PySemaphore_PlatformWait (gh

[Python-checkins] [3.12] gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` (gh-124920) (gh-124931)

2024-10-03 Thread corona10
https://github.com/python/cpython/commit/58f7763b88d4e81662b9d212f6beddcb42437fe3 commit: 58f7763b88d4e81662b9d212f6beddcb42437fe3 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-10-03T10:45:25Z summary: [3.12] gh-

[Python-checkins] gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` (gh-124920)

2024-10-03 Thread corona10
https://github.com/python/cpython/commit/9eeb21bf761070649bf8d78976a62dabb6d67a99 commit: 9eeb21bf761070649bf8d78976a62dabb6d67a99 branch: main author: Donghee Na committer: corona10 date: 2024-10-03T19:34:47+09:00 summary: gh-115145: Update documentation about ``PyThreadState_DeleteCurrent

[Python-checkins] gh-124612: Good bye dockerfile and use GHCR package (gh-124626)

2024-09-26 Thread corona10
https://github.com/python/cpython/commit/a4d1fdfb152c46e3e05aa6e91a44a9fd0323b632 commit: a4d1fdfb152c46e3e05aa6e91a44a9fd0323b632 branch: main author: Donghee Na committer: corona10 date: 2024-09-26T12:58:15-07:00 summary: gh-124612: Good bye dockerfile and use GHCR package (gh-124626) files

[Python-checkins] gh-123990: Good bye WITH_FREELISTS macro (gh-124358)

2024-09-23 Thread corona10
https://github.com/python/cpython/commit/ad7c7785461fffba04f5a36cd6d062e92b0fda16 commit: ad7c7785461fffba04f5a36cd6d062e92b0fda16 branch: main author: Donghee Na committer: corona10 date: 2024-09-24T01:28:59Z summary: gh-123990: Good bye WITH_FREELISTS macro (gh-124358) files: A Misc/NEWS.d

[Python-checkins] gh-124191: Disable -Wconversion in enable safety (gh-124192)

2024-09-17 Thread corona10
https://github.com/python/cpython/commit/29a1a6e3ed6f606939b4aaf8d6955f368c3be3fc commit: 29a1a6e3ed6f606939b4aaf8d6955f368c3be3fc branch: main author: Nate Ohlson committer: corona10 date: 2024-09-18T12:55:09+09:00 summary: gh-124191: Disable -Wconversion in enable safety (gh-124192) files: M

[Python-checkins] gh-119802: Update memory management docs for free-threaded build (gh-124006)

2024-09-13 Thread corona10
https://github.com/python/cpython/commit/e6bb1a2b28ac8aed1e1b7f1c74221ca1d02a7235 commit: e6bb1a2b28ac8aed1e1b7f1c74221ca1d02a7235 branch: main author: Donghee Na committer: corona10 date: 2024-09-13T15:15:44Z summary: gh-119802: Update memory management docs for free-threaded build (gh-124006

[Python-checkins] [3.13] gh-123275: Add tests for `PYTHON_GIL=1` and `-Xgil=1` (gh-123754) (gh-123755)

2024-09-05 Thread corona10
https://github.com/python/cpython/commit/fb50266c4b67e03bd1b2a81ed5bb0eaf82b3e08f commit: fb50266c4b67e03bd1b2a81ed5bb0eaf82b3e08f branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-09-06T11:02:05+09:00 summary: [3.

[Python-checkins] gh-123275: Add tests for `PYTHON_GIL=1` and `-Xgil=1` (gh-123754)

2024-09-05 Thread corona10
https://github.com/python/cpython/commit/fe24b718d231317516f96f896e7c17a4166f25a7 commit: fe24b718d231317516f96f896e7c17a4166f25a7 branch: main author: Peter Bierma committer: corona10 date: 2024-09-06T01:15:30Z summary: gh-123275: Add tests for `PYTHON_GIL=1` and `-Xgil=1` (gh-123754) files

[Python-checkins] [3.13] gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded builds (gh-123276) (gh-123753)

2024-09-05 Thread corona10
https://github.com/python/cpython/commit/92b9c4482fb59b5fabd810474206217abcb552bf commit: 92b9c4482fb59b5fabd810474206217abcb552bf branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-09-06T10:09:35+09:00 summary: [3.

[Python-checkins] gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded builds (gh-123276)

2024-09-05 Thread corona10
https://github.com/python/cpython/commit/84ad264ce602fb263a46a4536377bdc830eea81e commit: 84ad264ce602fb263a46a4536377bdc830eea81e branch: main author: Peter Bierma committer: corona10 date: 2024-09-06T08:53:47+09:00 summary: gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded

[Python-checkins] [3.12] gh-101525: Skip test_gdb if the binary is relocated by BOLT. (… (#123603)

2024-09-02 Thread corona10
https://github.com/python/cpython/commit/4514998195c7ff9809d13ece89fc60298f6e9b12 commit: 4514998195c7ff9809d13ece89fc60298f6e9b12 branch: 3.12 author: Donghee Na committer: corona10 date: 2024-09-03T00:37:26+09:00 summary: [3.12] gh-101525: Skip test_gdb if the binary is relocated by BOLT

[Python-checkins] [3.13] gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-118572) (#123601)

2024-09-02 Thread corona10
https://github.com/python/cpython/commit/3b3a1a8e7ebbd824778d16fad457a3fa15a9f7e4 commit: 3b3a1a8e7ebbd824778d16fad457a3fa15a9f7e4 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-09-02T23:10:52+09:00 summary: [3.

[Python-checkins] gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-118572)

2024-09-02 Thread corona10
https://github.com/python/cpython/commit/f95fc4de115ae03d7aa6dece678240df085cb4f6 commit: f95fc4de115ae03d7aa6dece678240df085cb4f6 branch: main author: Donghee Na committer: corona10 date: 2024-09-02T13:24:53Z summary: gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-118572

[Python-checkins] [3.12] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH… (#123237)

2024-08-22 Thread corona10
https://github.com/python/cpython/commit/6e6855950a1891713369a6cdc84670c38d9388f0 commit: 6e6855950a1891713369a6cdc84670c38d9388f0 branch: 3.12 author: Donghee Na committer: corona10 date: 2024-08-23T01:37:40+09:00 summary: [3.12] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH

[Python-checkins] [3.13] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH… (#123235)

2024-08-22 Thread corona10
https://github.com/python/cpython/commit/6cd67e413b9a6c5c81466c4e516bca6430d7297e commit: 6cd67e413b9a6c5c81466c4e516bca6430d7297e branch: 3.13 author: Donghee Na committer: corona10 date: 2024-08-23T01:37:26+09:00 summary: [3.13] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH

[Python-checkins] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH_HINT`` (gh-123092)

2024-08-22 Thread corona10
https://github.com/python/cpython/commit/297f2e093ec95800ae2184330b8408c875523467 commit: 297f2e093ec95800ae2184330b8408c875523467 branch: main author: Donghee Na committer: corona10 date: 2024-08-22T23:49:09+09:00 summary: gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH_HINT

[Python-checkins] gh-121996: Fix --disable-safety and --enable-slower-safety options (gh-122414)

2024-07-29 Thread corona10
https://github.com/python/cpython/commit/046670c3a0480560b6bfa06727fd7aa6a1798614 commit: 046670c3a0480560b6bfa06727fd7aa6a1798614 branch: main author: Donghee Na committer: corona10 date: 2024-07-29T19:20:36Z summary: gh-121996: Fix --disable-safety and --enable-slower-safety options (gh

[Python-checkins] gh-112301: Make fortify source option check -Werror (gh-122141)

2024-07-25 Thread corona10
https://github.com/python/cpython/commit/ca0f7c447c83503bd760dc2eb6d1ea4b3558f8e9 commit: ca0f7c447c83503bd760dc2eb6d1ea4b3558f8e9 branch: main author: Nate Ohlson committer: corona10 date: 2024-07-25T17:35:23+09:00 summary: gh-112301: Make fortify source option check -Werror (gh-122141) files

[Python-checkins] gh-121996: Introduce --disable-safety and --enable-slower-safety options (#122054)

2024-07-22 Thread corona10
https://github.com/python/cpython/commit/a9bb3c7b3bd8ba90de87d03cd4d614dca764b116 commit: a9bb3c7b3bd8ba90de87d03cd4d614dca764b116 branch: main author: Donghee Na committer: corona10 date: 2024-07-23T09:22:04+09:00 summary: gh-121996: Introduce --disable-safety and --enable-slower-safety

[Python-checkins] gh-112301: Add fortify source level 3 to default compiler options (gh-121520)

2024-07-18 Thread corona10
https://github.com/python/cpython/commit/bdab67e1c795443a0d8f8a5bbeb3a91ac4fd5a19 commit: bdab67e1c795443a0d8f8a5bbeb3a91ac4fd5a19 branch: main author: Nate Ohlson committer: corona10 date: 2024-07-19T01:06:51+09:00 summary: gh-112301: Add fortify source level 3 to default compiler options (gh

[Python-checkins] [3.13] gh-121403: Add notes for PyList_GetXXX APIs about the need for init (gh-121626) (gh-121827)

2024-07-16 Thread corona10
https://github.com/python/cpython/commit/e64a9db73dd51c72064ef462b19146e9b9419633 commit: e64a9db73dd51c72064ef462b19146e9b9419633 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-07-16T14:32:31Z summary: [3.13] gh-

[Python-checkins] gh-121403: Add notes for PyList_GetXXX APIs about the need for init (gh-121626)

2024-07-15 Thread corona10
https://github.com/python/cpython/commit/2bac2b86b1486f15038fb246835e04bb1b213cd8 commit: 2bac2b86b1486f15038fb246835e04bb1b213cd8 branch: main author: Donghee Na committer: corona10 date: 2024-07-16T10:16:41+09:00 summary: gh-121403: Add notes for PyList_GetXXX APIs about the need for init (gh

[Python-checkins] [3.13] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused (gh-121428) (gh-121565)

2024-07-10 Thread corona10
https://github.com/python/cpython/commit/a1fc8d31a7926f024ce5704465efb88ce1b95896 commit: a1fc8d31a7926f024ce5704465efb88ce1b95896 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-07-10T08:12:54Z summary: [3.13] GH-

[Python-checkins] [3.12] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused (gh-121428) (#121566)

2024-07-10 Thread corona10
https://github.com/python/cpython/commit/ac4276cc7af019e1f68552fe28da79a01327658a commit: ac4276cc7af019e1f68552fe28da79a01327658a branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-07-10T08:06:41Z summary: [3.12] GH-

[Python-checkins] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused (gh-121428)

2024-07-10 Thread corona10
https://github.com/python/cpython/commit/9585a1a2a251aaa15baf6579e13dd3be0cb05f1f commit: 9585a1a2a251aaa15baf6579e13dd3be0cb05f1f branch: main author: satori1995 <132636720+satori1...@users.noreply.github.com> committer: corona10 date: 2024-07-10T07:48:25Z summary: GH-121439:

[Python-checkins] [3.13] gh-120837: Update _Py_DumpExtensionModules to be async-signal-safe (gh-121051) (gh-121107)

2024-06-27 Thread corona10
https://github.com/python/cpython/commit/d5441f6aacc1eab69ad539445568a2ef779cb267 commit: d5441f6aacc1eab69ad539445568a2ef779cb267 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-06-27T22:12:12Z summary: [3.13] gh-

[Python-checkins] gh-120837: Update _Py_DumpExtensionModules to be async-signal-safe (gh-121051)

2024-06-27 Thread corona10
https://github.com/python/cpython/commit/1a2e7a747540f74414e7c50556bcb2cc127e9d1c commit: 1a2e7a747540f74414e7c50556bcb2cc127e9d1c branch: main author: Donghee Na committer: corona10 date: 2024-06-28T06:46:46+09:00 summary: gh-120837: Update _Py_DumpExtensionModules to be async-signal-safe (gh

[Python-checkins] gh-121040: Remove fallthrough warnings compiler option (gh-121041)

2024-06-26 Thread corona10
https://github.com/python/cpython/commit/ef28f6df42c916b058ed14275fb1ceba63ede28e commit: ef28f6df42c916b058ed14275fb1ceba63ede28e branch: main author: Nate Ohlson committer: corona10 date: 2024-06-26T10:21:21Z summary: gh-121040: Remove fallthrough warnings compiler option (gh-121041) Remove

  1   2   >