[Python-checkins] gh-69990: Make Profile.print_stats support sorting by multiple values (GH-104590)

2024-02-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2a7a0020c9d006d268b839320979364498a5f0e6 commit: 2a7a0020c9d006d268b839320979364498a5f0e6 branch: main author: Furkan Onder committer: serhiy-storchaka date: 2024-02-16T12:03:46Z summary: gh-69990: Make Profile.print_stats support sorting by multiple valu

[Python-checkins] Add `Python/tier2_redundancy_eliminator_cases.c.h` to `.gitattributes` as generated (#115551)

2024-02-16 Thread sobolevn
https://github.com/python/cpython/commit/b178eae3a676473e1c2287a46b4941fc0bcd193f commit: b178eae3a676473e1c2287a46b4941fc0bcd193f branch: main author: Nikita Sobolev committer: sobolevn date: 2024-02-16T13:10:21Z summary: Add `Python/tier2_redundancy_eliminator_cases.c.h` to `.gitattributes` as

[Python-checkins] gh-102013: Move PyUnstable_GC_VisitObjects() to Include/cpython/objimpl.h (#115560)

2024-02-16 Thread vstinner
https://github.com/python/cpython/commit/144eb5605b445d22729db6c416d03cc24947ba56 commit: 144eb5605b445d22729db6c416d03cc24947ba56 branch: main author: Victor Stinner committer: vstinner date: 2024-02-16T15:49:13+01:00 summary: gh-102013: Move PyUnstable_GC_VisitObjects() to Include/cpython/obji

[Python-checkins] gh-115480: Minor fixups in int constant propagation (GH-115507)

2024-02-16 Thread Fidget-Spinner
https://github.com/python/cpython/commit/f92857a93016aa26ba93959d2bdb690ef52e7f07 commit: f92857a93016aa26ba93959d2bdb690ef52e7f07 branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-02-16T22:59:43+08:00 summary: gh-115480: Minor fixups in int constant propagation (GH-115507) file

[Python-checkins] gh-112529: Make the GC scheduling thread-safe (#114880)

2024-02-16 Thread colesbury
https://github.com/python/cpython/commit/b24c9161a651f549ed48f4b4dba8996fe9cc4e09 commit: b24c9161a651f549ed48f4b4dba8996fe9cc4e09 branch: main author: Sam Gross committer: colesbury date: 2024-02-16T11:22:27-05:00 summary: gh-112529: Make the GC scheduling thread-safe (#114880) The GC keeps tr

[Python-checkins] gh-113743: Give _PyTypes_AfterFork a prototype. (gh-115563)

2024-02-16 Thread benjaminp
https://github.com/python/cpython/commit/2ac9d9f2fbeb743ae6d6b1cbf73337c230e21f3c commit: 2ac9d9f2fbeb743ae6d6b1cbf73337c230e21f3c branch: main author: Benjamin Peterson committer: benjaminp date: 2024-02-16T08:49:41-08:00 summary: gh-113743: Give _PyTypes_AfterFork a prototype. (gh-115563) Fix

[Python-checkins] gh-115362: Add documentation to pystats output (#115365)

2024-02-16 Thread AlexWaygood
https://github.com/python/cpython/commit/fbb016973149d983d30351bdd1aaf00df285c776 commit: fbb016973149d983d30351bdd1aaf00df285c776 branch: main author: Michael Droettboom committer: AlexWaygood date: 2024-02-16T17:06:07Z summary: gh-115362: Add documentation to pystats output (#115365) files: M

[Python-checkins] gh-115480: Type / constant propagation for float binary uops (GH-115550)

2024-02-16 Thread Fidget-Spinner
https://github.com/python/cpython/commit/13addd2bbdcbf96c5ea26a0f425c049f1b71e945 commit: 13addd2bbdcbf96c5ea26a0f425c049f1b71e945 branch: main author: Peter Lazorchak committer: Fidget-Spinner date: 2024-02-17T02:02:48+08:00 summary: gh-115480: Type / constant propagation for float binary uops

[Python-checkins] gh-114271: Make `thread._rlock` thread-safe in free-threaded builds (#115102)

2024-02-16 Thread colesbury
https://github.com/python/cpython/commit/f366e215044e348659df814c27bf70e78907df21 commit: f366e215044e348659df814c27bf70e78907df21 branch: main author: mpage committer: colesbury date: 2024-02-16T13:29:25-05:00 summary: gh-114271: Make `thread._rlock` thread-safe in free-threaded builds (#115102

[Python-checkins] gh-112720: make it easier to subclass and modify dis.ArgResolver's jump arg resolution (#115564)

2024-02-16 Thread iritkatriel
https://github.com/python/cpython/commit/74e6f4b32fceea8e8ffb0424d9bdc6589faf7ee4 commit: 74e6f4b32fceea8e8ffb0424d9bdc6589faf7ee4 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-02-16T

[Python-checkins] [3.11] gh-115570: Fix DeprecationWarnings in test_typing (#115571)

2024-02-16 Thread JelleZijlstra
https://github.com/python/cpython/commit/c01a4808d3d212bf9833306293e4d5806d941651 commit: c01a4808d3d212bf9833306293e4d5806d941651 branch: 3.11 author: Jelle Zijlstra committer: JelleZijlstra date: 2024-02-16T19:37:42Z summary: [3.11] gh-115570: Fix DeprecationWarnings in test_typing (#115571)

[Python-checkins] gh-115556: Remove quotes from command-line arguments in test.bat and rt.bat (#115557)

2024-02-16 Thread ambv
https://github.com/python/cpython/commit/711f42de2e3749208cfa7effa0d45b04e4e1fdd4 commit: 711f42de2e3749208cfa7effa0d45b04e4e1fdd4 branch: main author: Łukasz Langa committer: ambv date: 2024-02-16T21:24:56+01:00 summary: gh-115556: Remove quotes from command-line arguments in test.bat and rt.ba

[Python-checkins] gh-115103: Implement delayed memory reclamation (QSBR) (#115180)

2024-02-16 Thread colesbury
https://github.com/python/cpython/commit/590319072773bd6cdcca655c420d3adb84838e96 commit: 590319072773bd6cdcca655c420d3adb84838e96 branch: main author: Sam Gross committer: colesbury date: 2024-02-16T15:25:19-05:00 summary: gh-115103: Implement delayed memory reclamation (QSBR) (#115180) This a

[Python-checkins] gh-85294: Handle missing arguments to @singledispatchmethod gracefully (GH-21471)

2024-02-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8b776e0f41d7711f3e2be2435bf85f2d5fa6e009 commit: 8b776e0f41d7711f3e2be2435bf85f2d5fa6e009 branch: main author: Ammar Askar committer: serhiy-storchaka date: 2024-02-16T23:17:30+02:00 summary: gh-85294: Handle missing arguments to @singledispatchmethod gra

[Python-checkins] [3.12] gh-115570: Fix DeprecationWarnings in test_typing (#115571) (#115574)

2024-02-16 Thread JelleZijlstra
https://github.com/python/cpython/commit/83c7dd5200bae16d2f2f942fb0a826723d3023cc commit: 83c7dd5200bae16d2f2f942fb0a826723d3023cc branch: 3.12 author: Jelle Zijlstra committer: JelleZijlstra date: 2024-02-16T13:46:48-08:00 summary: [3.12] gh-115570: Fix DeprecationWarnings in test_typing (#1155

[Python-checkins] docs: Add glossary term references to shutil docs (#115559)

2024-02-16 Thread CAM-Gerlach
https://github.com/python/cpython/commit/318f2190bc93796008b0a4241243b0851b418436 commit: 318f2190bc93796008b0a4241243b0851b418436 branch: main author: Brian Schubert committer: CAM-Gerlach date: 2024-02-16T16:04:17-06:00 summary: docs: Add glossary term references to shutil docs (#115559) Add

[Python-checkins] [3.12] docs: Add glossary term references to shutil docs (GH-115559) (#115578)

2024-02-16 Thread CAM-Gerlach
https://github.com/python/cpython/commit/d08d5b62517c71a7f8781a6b2d3520a0e4bf7b19 commit: d08d5b62517c71a7f8781a6b2d3520a0e4bf7b19 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: CAM-Gerlach date: 2024-02-16T22:12:49Z summary: [3.12] docs: A

[Python-checkins] [3.11] docs: Add glossary term references to shutil docs (GH-115559) (#115579)

2024-02-16 Thread CAM-Gerlach
https://github.com/python/cpython/commit/7de9caec0da04d6c9b8786dc02754532e22bf432 commit: 7de9caec0da04d6c9b8786dc02754532e22bf432 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: CAM-Gerlach date: 2024-02-16T22:12:45Z summary: [3.11] docs: A

[Python-checkins] gh-111968: Split _Py_async_gen_asend_freelist out of _Py_async_gen_fr… (gh-115546)

2024-02-16 Thread corona10
https://github.com/python/cpython/commit/8db8d7118e1ef22bc7cdc3d8b657bc10c22c2fd6 commit: 8db8d7118e1ef22bc7cdc3d8b657bc10c22c2fd6 branch: main author: Donghee Na committer: corona10 date: 2024-02-17T10:03:10+09:00 summary: gh-111968: Split _Py_async_gen_asend_freelist out of _Py_async_gen_fr…

[Python-checkins] gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)

2024-02-16 Thread gvanrossum
https://github.com/python/cpython/commit/73e8637002639e565938d3f205bf46e7f1dbd6a8 commit: 73e8637002639e565938d3f205bf46e7f1dbd6a8 branch: main author: Jamie Phan committer: gvanrossum date: 2024-02-16T18:38:07-08:00 summary: gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)