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

[Python-checkins] gh-128013: Convert unicodeobject.c macros to functions (#128061)

2024-12-18 Thread vstinner
https://github.com/python/cpython/commit/f802c8bf872ab882d3056675acc79c950fe5b93c commit: f802c8bf872ab882d3056675acc79c950fe5b93c branch: main author: Victor Stinner committer: vstinner date: 2024-12-18T16:34:31+01:00 summary: gh-128013: Convert unicodeobject.c macros to functions (#128061) Co

[Python-checkins] gh-128033: change `PyMutex_LockFast` to take `PyMutex` as argument (#128054)

2024-12-18 Thread kumaraditya303
https://github.com/python/cpython/commit/91c55085a959016250f1877e147ef379bb97dd12 commit: 91c55085a959016250f1877e147ef379bb97dd12 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-12-18T20:49:00+05:30 summary: gh-128033: change `PyMutex_LockFast` to take `PyMutex` as argume

[Python-checkins] gh-121621: clear running loop early in asyncio (#128004)

2024-12-18 Thread kumaraditya303
https://github.com/python/cpython/commit/8a433b683fecafe1cb04469a301df2b4618167d0 commit: 8a433b683fecafe1cb04469a301df2b4618167d0 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-12-18T14:25:03Z summary: gh-121621: clear running loop early in asyncio (#128004) files: M Mo

[Python-checkins] gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053)

2024-12-18 Thread kumaraditya303
https://github.com/python/cpython/commit/dbd08fb60d1c434ebb6009d28d2b97f90e011032 commit: dbd08fb60d1c434ebb6009d28d2b97f90e011032 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-12-18T18:04:20+05:30 summary: gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053)

[Python-checkins] gh-126639: Add ResourceWarning to NamedTemporaryFile (#126677)

2024-12-18 Thread kumaraditya303
https://github.com/python/cpython/commit/bad3cdefa840ff099e5e08cf88dcf6dfed7d37b8 commit: bad3cdefa840ff099e5e08cf88dcf6dfed7d37b8 branch: main author: Thomas Grainger committer: kumaraditya303 date: 2024-12-18T10:12:24Z summary: gh-126639: Add ResourceWarning to NamedTemporaryFile (#126677) Co

[Python-checkins] gh-126742: add NEWS entry for fix of localized error messages (GH-128025)

2024-12-18 Thread encukou
https://github.com/python/cpython/commit/2610bccfdf55bc6519808f8e1b5db2cfb03ae809 commit: 2610bccfdf55bc6519808f8e1b5db2cfb03ae809 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2024-12-18T09:59:37+01:00 summary: gh-126742: add NEWS entry f

[Python-checkins] [3.13] gh-126742: Avoid checking for library filename in test_ctypes (GH-128034) (#128056)

2024-12-18 Thread vstinner
https://github.com/python/cpython/commit/2ff3e95ad59a12123cffb2c171044cbeda7d03f5 commit: 2ff3e95ad59a12123cffb2c171044cbeda7d03f5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-12-18T08:49:13Z summary: [3.13] gh-126742:

[Python-checkins] [3.12] gh-126742: Avoid checking for library filename in test_ctypes (GH-128034) (#128057)

2024-12-18 Thread vstinner
https://github.com/python/cpython/commit/6ffa5644464f593ea9eff3430bb9a604f7faa7ed commit: 6ffa5644464f593ea9eff3430bb9a604f7faa7ed branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-12-18T08:45:34Z summary: [3.12] gh-126742:

[Python-checkins] gh-126742: Avoid checking for library filename in test_ctypes (#128034)

2024-12-18 Thread vstinner
https://github.com/python/cpython/commit/335e24fb0a5805ac1ecdbc01e0331b38fc33849d commit: 335e24fb0a5805ac1ecdbc01e0331b38fc33849d branch: main author: Bénédikt Tran <[email protected]> committer: vstinner date: 2024-12-18T09:25:42+01:00 summary: gh-126742: Avoid checking

[Python-checkins] gh-127174: add docs for asyncio.get_event_loop replacements (#127640)

2024-12-18 Thread kumaraditya303
https://github.com/python/cpython/commit/0581e3f52b6116774698761088f0daa7ec23fc0b commit: 0581e3f52b6116774698761088f0daa7ec23fc0b branch: main author: Thomas Grainger committer: kumaraditya303 date: 2024-12-18T13:50:05+05:30 summary: gh-127174: add docs for asyncio.get_event_loop replacements (