[Python-checkins] gh-96471: Add shutdown() method to queue.Queue (#104750)

2024-02-09 Thread gvanrossum
https://github.com/python/cpython/commit/b2d9d134dcb5633deebebf2b0118cd4f7ca598a2 commit: b2d9d134dcb5633deebebf2b0118cd4f7ca598a2 branch: main author: Laurie O committer: gvanrossum date: 2024-02-09T20:58:30-08:00 summary: gh-96471: Add shutdown() method to queue.Queue (#104750) Co-authored-by

[Python-checkins] gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (gh-114899)

2024-02-09 Thread corona10
https://github.com/python/cpython/commit/d4d5bae1471788b345155e8e93a2fe4ab92d09dc commit: d4d5bae1471788b345155e8e93a2fe4ab92d09dc branch: main author: Donghee Na committer: corona10 date: 2024-02-10T00:57:04Z summary: gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (

[Python-checkins] [3.11] gh-115198: Fix test_check_metadata_deprecation in test_distutils (#115200)

2024-02-09 Thread terryjreedy
https://github.com/python/cpython/commit/115f72b70b7df816cf588fde149e1d9358862cd2 commit: 115f72b70b7df816cf588fde149e1d9358862cd2 branch: 3.11 author: Serhiy Storchaka committer: terryjreedy date: 2024-02-09T18:23:29-05:00 summary: [3.11] gh-115198: Fix test_check_metadata_deprecation in test_d

[Python-checkins] [3.11] gh-115165: Fix `typing.Annotated` for immutable types (GH-115213) (#115228)

2024-02-09 Thread AlexWaygood
https://github.com/python/cpython/commit/7542210a95dda6e9eb3e7f0c606940d6f3b75c72 commit: 7542210a95dda6e9eb3e7f0c606940d6f3b75c72 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-02-09T22:43:24Z summary: [3.11] gh-1151

[Python-checkins] [3.12] gh-115165: Fix `typing.Annotated` for immutable types (GH-115213) (#115227)

2024-02-09 Thread AlexWaygood
https://github.com/python/cpython/commit/321ec5e0fe87220c5ed5711926bb0212f963e5fd commit: 321ec5e0fe87220c5ed5711926bb0212f963e5fd branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-02-09T22:31:57Z summary: [3.12] gh-1151

[Python-checkins] gh-115165: Fix `typing.Annotated` for immutable types (#115213)

2024-02-09 Thread AlexWaygood
https://github.com/python/cpython/commit/564385612cdf72c2fa8e629a68225fb2cd3b3d99 commit: 564385612cdf72c2fa8e629a68225fb2cd3b3d99 branch: main author: dave-shawley committer: AlexWaygood date: 2024-02-09T22:11:37Z summary: gh-115165: Fix `typing.Annotated` for immutable types (#115213) The ret

[Python-checkins] gh-110481: Implement inter-thread queue for biased reference counting (#114824)

2024-02-09 Thread colesbury
https://github.com/python/cpython/commit/a3af3cb4f424034b56404704fdf8f18e8c0a9982 commit: a3af3cb4f424034b56404704fdf8f18e8c0a9982 branch: main author: Sam Gross committer: colesbury date: 2024-02-09T17:08:32-05:00 summary: gh-110481: Implement inter-thread queue for biased reference counting (#

[Python-checkins] [3.12] gh-101100: Fix sphinx warnings in `library/enum.rst` (GH-114696) (GH-115208)

2024-02-09 Thread ethanfurman
https://github.com/python/cpython/commit/3539b02873525ffbb81f34491c982c52393ae87e commit: 3539b02873525ffbb81f34491c982c52393ae87e branch: 3.12 author: Nikita Sobolev committer: ethanfurman date: 2024-02-09T12:10:26-08:00 summary: [3.12] gh-101100: Fix sphinx warnings in `library/enum.rst` (GH-1

[Python-checkins] [3.11] gh-101100: Fix sphinx warnings in `library/enum.rst` (GH-114696) (GH-115209)

2024-02-09 Thread ethanfurman
https://github.com/python/cpython/commit/ca3eca1584c948d075eee904ad8f1bb910894212 commit: ca3eca1584c948d075eee904ad8f1bb910894212 branch: 3.11 author: Nikita Sobolev committer: ethanfurman date: 2024-02-09T12:09:59-08:00 summary: [3.11] gh-101100: Fix sphinx warnings in `library/enum.rst` (GH-1

[Python-checkins] gh-112903: Handle non-types in _BaseGenericAlias.__mro_entries__() (#115191)

2024-02-09 Thread carljm
https://github.com/python/cpython/commit/a225520af941fb125a4ede77a617501dfb8b46da commit: a225520af941fb125a4ede77a617501dfb8b46da branch: main author: Carl Meyer committer: carljm date: 2024-02-09T12:19:09-07:00 summary: gh-112903: Handle non-types in _BaseGenericAlias.__mro_entries__() (#11519

[Python-checkins] Add Peter L to ACKS (GH-115222)

2024-02-09 Thread Fidget-Spinner
https://github.com/python/cpython/commit/5a173efa693a053bf4a059c82c1c06c82a9fa8fb commit: 5a173efa693a053bf4a059c82c1c06c82a9fa8fb branch: main author: Peter Lazorchak committer: Fidget-Spinner date: 2024-02-10T01:06:14+08:00 summary: Add Peter L to ACKS (GH-115222) files: M Misc/ACKS diff --g

[Python-checkins] gh-115142: Skip test_optimizer if _testinternalcapi module is not available (GH-115175)

2024-02-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f8931adc597aa696a0f60439e8f9a9047d51ef1c commit: f8931adc597aa696a0f60439e8f9a9047d51ef1c branch: main author: Kirill Podoprigora committer: serhiy-storchaka date: 2024-02-09T18:59:41+02:00 summary: gh-115142: Skip test_optimizer if _testinternalcapi modu

[Python-checkins] gh-115184: Fix refleak tracking issues in free-threaded build (#115188)

2024-02-09 Thread colesbury
https://github.com/python/cpython/commit/31633f4473966b3bcd470440bab7f348711be48f commit: 31633f4473966b3bcd470440bab7f348711be48f branch: main author: Sam Gross committer: colesbury date: 2024-02-09T09:23:12-05:00 summary: gh-115184: Fix refleak tracking issues in free-threaded build (#115188)

[Python-checkins] [3.11] Docs: correctly link to code objects (GH-115214) (#115217)

2024-02-09 Thread erlend-aasland
https://github.com/python/cpython/commit/ff72af89911aa12bc3697a02d5edce299d79d504 commit: ff72af89911aa12bc3697a02d5edce299d79d504 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-02-09T14:18:01Z summary: [3.11] Docs

[Python-checkins] [3.12] Docs: correctly link to code objects (GH-115214) (#115216)

2024-02-09 Thread erlend-aasland
https://github.com/python/cpython/commit/370cbbbfeb2629dafe154387871d2eb9e3d5921a commit: 370cbbbfeb2629dafe154387871d2eb9e3d5921a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-02-09T14:17:49Z summary: [3.12] Docs

[Python-checkins] Docs: correctly link to code objects (#115214)

2024-02-09 Thread erlend-aasland
https://github.com/python/cpython/commit/769d4448260aaec687d9306950225316f9faefce commit: 769d4448260aaec687d9306950225316f9faefce branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-02-09T15:11:36+01:00 summary: Docs: correctly link to code objects (#115214) files: M Do

[Python-checkins] [3.11] gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH-115163) (GH-115206)

2024-02-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/20c6535693acacd8136820a032dfcfd9d99a6f89 commit: 20c6535693acacd8136820a032dfcfd9d99a6f89 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-09T11:01:47Z summary: [3.11] gh

[Python-checkins] [3.12] gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH-115163) (GH-115205)

2024-02-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0211f919b11c029d067769cae3f5e86068df85ce commit: 0211f919b11c029d067769cae3f5e86068df85ce branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-09T11:00:35Z summary: [3.12] gh

[Python-checkins] gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH-115163)

2024-02-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/846fd721d518dda88a7d427ec3d2c03c45d9fa90 commit: 846fd721d518dda88a7d427ec3d2c03c45d9fa90 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-09T12:36:12+02:00 summary: gh-115059: Flush the underlying write buffer in io.Buffere

[Python-checkins] GH-113632: update configure.ac for WebAssembly support tiers (#115192)

2024-02-09 Thread erlend-aasland
https://github.com/python/cpython/commit/c968dc7ff3041137bb702436ff944692dede1ad1 commit: c968dc7ff3041137bb702436ff944692dede1ad1 branch: main author: Brett Cannon committer: erlend-aasland date: 2024-02-09T09:21:49+01:00 summary: GH-113632: update configure.ac for WebAssembly support tiers (#1