[Python-checkins] gh-107674: Lazy load line number to improve performance of tracing (GH-118127)

2024-04-29 Thread markshannon
https://github.com/python/cpython/commit/375c94c75dd9eaefaddd89a7f704a031441af286 commit: 375c94c75dd9eaefaddd89a7f704a031441af286 branch: main author: Tian Gao committer: markshannon date: 2024-04-29T09:54:52+01:00 summary: gh-107674: Lazy load line number to improve performance of tracing (GH-

[Python-checkins] Fix typo in Doc/c-api/typeobj.rst (GH-118377)

2024-04-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/030fcc47fb71719f63d5c6f8c68717250ec3d5cb commit: 030fcc47fb71719f63d5c6f8c68717250ec3d5cb branch: main author: Xie Yanbo committer: serhiy-storchaka date: 2024-04-29T10:59:38Z summary: Fix typo in Doc/c-api/typeobj.rst (GH-118377) files: M Doc/c-api/type

[Python-checkins] Fix typo in Doc/howto/timerfd.rst (GH-118376)

2024-04-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0315521c52bf162bd01d21699f3ac5e5bbe78a77 commit: 0315521c52bf162bd01d21699f3ac5e5bbe78a77 branch: main author: Xie Yanbo committer: serhiy-storchaka date: 2024-04-29T14:01:03+03:00 summary: Fix typo in Doc/howto/timerfd.rst (GH-118376) files: M Doc/howto

[Python-checkins] Fix typo in Doc/c-api/exceptions.rst (GH-118371)

2024-04-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/98739c9078d57f37df7d7b9d76ad32f7a92381a3 commit: 98739c9078d57f37df7d7b9d76ad32f7a92381a3 branch: main author: Xie Yanbo committer: serhiy-storchaka date: 2024-04-29T14:02:54+03:00 summary: Fix typo in Doc/c-api/exceptions.rst (GH-118371) files: M Doc/c-

[Python-checkins] gh-114099: Fix typos in iOS/README.rst (GH-118378)

2024-04-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3c39f335cb7972937465560f510f53bc7772ac06 commit: 3c39f335cb7972937465560f510f53bc7772ac06 branch: main author: Xie Yanbo committer: serhiy-storchaka date: 2024-04-29T14:15:15+03:00 summary: gh-114099: Fix typos in iOS/README.rst (GH-118378) files: M iOS/

[Python-checkins] Uncomment one grammar test (#118361)

2024-04-29 Thread sobolevn
https://github.com/python/cpython/commit/23d0371bb99b1df183c36883e256f82fdf6a4bea commit: 23d0371bb99b1df183c36883e256f82fdf6a4bea branch: main author: Nikita Sobolev committer: sobolevn date: 2024-04-29T14:16:51+03:00 summary: Uncomment one grammar test (#118361) files: M Lib/test/test_grammar

[Python-checkins] [3.12] gh-117566: fix IPv6Address.is_loopback for IPv4-mapped loopbacks (GH-117567) (GH-118391)

2024-04-29 Thread encukou
https://github.com/python/cpython/commit/3989894a396c8c2abc78fcd8758542eed0f68912 commit: 3989894a396c8c2abc78fcd8758542eed0f68912 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-04-29T14:41:26Z summary: [3.12] gh-117566:

[Python-checkins] gh-117953: Split Up _PyImport_LoadDynamicModuleWithSpec() (gh-118203)

2024-04-29 Thread ericsnowcurrently
https://github.com/python/cpython/commit/44f57a952ea1c25699f19c6cf1fa47cd300e33aa commit: 44f57a952ea1c25699f19c6cf1fa47cd300e33aa branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-04-29T09:29:07-06:00 summary: gh-117953: Split Up _PyImport_LoadDynamicModuleWithSpec() (gh-11

[Python-checkins] gh-118351: Adapt support.TEST_MODULES_ENABLED for builds without the config variable (GH-118354)

2024-04-29 Thread zooba
https://github.com/python/cpython/commit/51c70de998ead35674bf4b2b236e9ce8e89d17b4 commit: 51c70de998ead35674bf4b2b236e9ce8e89d17b4 branch: main author: Kirill Podoprigora committer: zooba date: 2024-04-29T16:50:11+01:00 summary: gh-118351: Adapt support.TEST_MODULES_ENABLED for builds without th

[Python-checkins] gh-118285: Fix signatures of operator.{attrgetter,itemgetter,methodcaller} instances (GH-118316)

2024-04-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/444ac0b7a64ff6b6caba9c2731bd33151ce18ad1 commit: 444ac0b7a64ff6b6caba9c2731bd33151ce18ad1 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-04-29T19:30:48+03:00 summary: gh-118285: Fix signatures of operator.{attrgetter,itemgett

[Python-checkins] gh-118331: Don't raise an error if tuple allocation fails when clearing weakrefs (#118338)

2024-04-29 Thread colesbury
https://github.com/python/cpython/commit/43fa76638fc75958b592096b6830c15f0afa1a73 commit: 43fa76638fc75958b592096b6830c15f0afa1a73 branch: main author: mpage committer: colesbury date: 2024-04-29T16:56:51Z summary: gh-118331: Don't raise an error if tuple allocation fails when clearing weakrefs

[Python-checkins] Docs: Upgrade to Sphinx 7.3 (#118397)

2024-04-29 Thread hugovk
https://github.com/python/cpython/commit/8d4b756fd31d4d91b55105b1241561e92cc571a3 commit: 8d4b756fd31d4d91b55105b1241561e92cc571a3 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-04-29T11:40:50-0

[Python-checkins] [3.12] Docs: Upgrade to Sphinx 7.3 (GH-118397) (#118400)

2024-04-29 Thread hugovk
https://github.com/python/cpython/commit/0a1bed102b1f303de971b6cfa926d2892b94e47f commit: 0a1bed102b1f303de971b6cfa926d2892b94e47f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-04-2

[Python-checkins] gh-117783: Immortalize objects that use deferred reference counting (#118112)

2024-04-29 Thread colesbury
https://github.com/python/cpython/commit/7ccacb220d99662b626c8bc63b00a27eaf604f0c commit: 7ccacb220d99662b626c8bc63b00a27eaf604f0c branch: main author: Sam Gross committer: colesbury date: 2024-04-29T14:36:02-04:00 summary: gh-117783: Immortalize objects that use deferred reference counting (#11

[Python-checkins] gh-117953: Share More Machinery Code Between Builtin and Dynamic Extensions (gh-118204)

2024-04-29 Thread ericsnowcurrently
https://github.com/python/cpython/commit/529a160be6733e04d2a44051d3f42f6ada8c1015 commit: 529a160be6733e04d2a44051d3f42f6ada8c1015 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-04-29T12:53:04-06:00 summary: gh-117953: Share More Machinery Code Between Builtin and Dynamic

[Python-checkins] gh-118401: Docs: Use Sphinx short options (#118403)

2024-04-29 Thread hugovk
https://github.com/python/cpython/commit/ee3413c1c70725e133b29bb1d245f569a8f64062 commit: ee3413c1c70725e133b29bb1d245f569a8f64062 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-04-29T19:41:59Z

[Python-checkins] gh-118331: Handle errors in _PyObject_SetManagedDict (#118334)

2024-04-29 Thread colesbury
https://github.com/python/cpython/commit/79688b5b0ea761183193ffb0859415f3b02fa44d commit: 79688b5b0ea761183193ffb0859415f3b02fa44d branch: main author: Sam Gross committer: colesbury date: 2024-04-29T15:49:01-04:00 summary: gh-118331: Handle errors in _PyObject_SetManagedDict (#118334) When det

[Python-checkins] gh-117657: TSAN fix race on `gstate->young.count` (#118313)

2024-04-29 Thread colesbury
https://github.com/python/cpython/commit/2ba1aed596ff9e7c5e193cf990f1f20f08bbf116 commit: 2ba1aed596ff9e7c5e193cf990f1f20f08bbf116 branch: main author: Alex Turner committer: colesbury date: 2024-04-29T20:26:26Z summary: gh-117657: TSAN fix race on `gstate->young.count` (#118313) files: M Pytho

[Python-checkins] [3.12] gh-118401: Docs: Use Sphinx short options (GH-118403) (#118407)

2024-04-29 Thread hugovk
https://github.com/python/cpython/commit/e99059445edcf7066ab456fef920d5494964f909 commit: e99059445edcf7066ab456fef920d5494964f909 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-04-2

[Python-checkins] gh-118347: Fix Windows installer not updating launcher (GH-118386)

2024-04-29 Thread zooba
https://github.com/python/cpython/commit/96d8ca7ad6c4f23f023dd6ed0abd042b29dff4a2 commit: 96d8ca7ad6c4f23f023dd6ed0abd042b29dff4a2 branch: main author: Steve Dower committer: zooba date: 2024-04-29T21:46:25+01:00 summary: gh-118347: Fix Windows installer not updating launcher (GH-118386) files:

[Python-checkins] gh-118359: Improve docs for Bdb.user_call (#118368)

2024-04-29 Thread AlexWaygood
https://github.com/python/cpython/commit/8e4fb5d260e529c9d4ca60980225fbd00dd5c3c8 commit: 8e4fb5d260e529c9d4ca60980225fbd00dd5c3c8 branch: main author: Tian Gao committer: AlexWaygood date: 2024-04-29T21:57:49+01:00 summary: gh-118359: Improve docs for Bdb.user_call (#118368) The `argument_list

[Python-checkins] [3.12] gh-118359: Improve docs for Bdb.user_call (GH-118368) (#118410)

2024-04-29 Thread AlexWaygood
https://github.com/python/cpython/commit/8e7486f41d2a4641698ba1a34a1c3eee756a4443 commit: 8e7486f41d2a4641698ba1a34a1c3eee756a4443 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-04-29T21:07:56Z summary: [3.12] gh-1183

[Python-checkins] GH-118306: Update JIT to use LLVM 18 (GH-118307)

2024-04-29 Thread brandtbucher
https://github.com/python/cpython/commit/8b56d82c59c2983b4292a7f506982f2cab352bb2 commit: 8b56d82c59c2983b4292a7f506982f2cab352bb2 branch: main author: Savannah Ostrowski committer: brandtbucher date: 2024-04-29T21:09:16Z summary: GH-118306: Update JIT to use LLVM 18 (GH-118307) files: A Misc/N

[Python-checkins] gh-118347: Fix Windows installer not updating launcher (GH-118386)

2024-04-29 Thread zooba
https://github.com/python/cpython/commit/97c0194c9f334f8c7b5366aa639e18d267057e6d commit: 97c0194c9f334f8c7b5366aa639e18d267057e6d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-04-29T21:16:17Z summary: gh-118347: Fix Windo

[Python-checkins] gh-118392: Add note about random.random for multi thread app (gh-118396)

2024-04-29 Thread corona10
https://github.com/python/cpython/commit/11cbf77f9799e86603bca927a98959c7b94fff80 commit: 11cbf77f9799e86603bca927a98959c7b94fff80 branch: main author: Donghee Na committer: corona10 date: 2024-04-30T13:42:13+09:00 summary: gh-118392: Add note about random.random for multi thread app (gh-118396)