[Python-checkins] gh-124858: fix happy eyeballs refcyles (#124859)

2024-10-02 Thread 1st1
https://github.com/python/cpython/commit/c066bf553577d1000e208eb078d9e758c3e41186 commit: c066bf553577d1000e208eb078d9e758c3e41186 branch: main author: Thomas Grainger committer: 1st1 date: 2024-10-02T16:32:31-07:00 summary: gh-124858: fix happy eyeballs refcyles (#124859) files: A Misc/NEWS.d/

[Python-checkins] [3.12] gh-120378: Fix crash caused by integer overflow in `curses` (GH-124555) (#124911)

2024-10-02 Thread vstinner
https://github.com/python/cpython/commit/8dce4918ab3ad6c6faa25f9e3fbbfe022b4882b5 commit: 8dce4918ab3ad6c6faa25f9e3fbbfe022b4882b5 branch: 3.12 author: Peter Bierma committer: vstinner date: 2024-10-02T21:40:49Z summary: [3.12] gh-120378: Fix crash caused by integer overflow in `curses` (GH-1245

[Python-checkins] GH-118093: Don't lose confidence when tracing through 100% biased branches (GH-124813)

2024-10-02 Thread brandtbucher
https://github.com/python/cpython/commit/6810928927e4d12d9a5dd90e672afb096882b730 commit: 6810928927e4d12d9a5dd90e672afb096882b730 branch: main author: Brandt Bucher committer: brandtbucher date: 2024-10-02T19:24:37Z summary: GH-118093: Don't lose confidence when tracing through 100% biased bran

[Python-checkins] GH-119726: Deduplicate AArch64 trampolines within a trace (GH-123872)

2024-10-02 Thread brandtbucher
https://github.com/python/cpython/commit/b85923a0feaae698c811f6c4cf6be018f3725dd5 commit: b85923a0feaae698c811f6c4cf6be018f3725dd5 branch: main author: Diego Russo committer: brandtbucher date: 2024-10-02T12:07:20-07:00 summary: GH-119726: Deduplicate AArch64 trampolines within a trace (GH-12387

[Python-checkins] [3.12] gh-123978: Remove broken time.thread_time() on NetBSD (GH-124116) (GH-124427)

2024-10-02 Thread gpshead
https://github.com/python/cpython/commit/829cdf06d4f40b0774a5a13f9e6023f3e29bf44d commit: 829cdf06d4f40b0774a5a13f9e6023f3e29bf44d branch: 3.12 author: Serhiy Storchaka committer: gpshead date: 2024-10-02T11:02:14-07:00 summary: [3.12] gh-123978: Remove broken time.thread_time() on NetBSD (GH-12

[Python-checkins] gh-111178: Fix function signatures in funcobject.c (#124908)

2024-10-02 Thread vstinner
https://github.com/python/cpython/commit/7a178b760573dcb7d67138129baad27a24ab202d commit: 7a178b760573dcb7d67138129baad27a24ab202d branch: main author: Victor Stinner committer: vstinner date: 2024-10-02T19:29:56+02:00 summary: gh-78: Fix function signatures in funcobject.c (#124908) files:

[Python-checkins] gh-120619: Optimize through `_Py_FRAME_GENERAL` (GH-124518)

2024-10-02 Thread Fidget-Spinner
https://github.com/python/cpython/commit/b84a763dca412e8dbbc9cf7c6273c11d6c2220a7 commit: b84a763dca412e8dbbc9cf7c6273c11d6c2220a7 branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-10-03T01:10:51+08:00 summary: gh-120619: Optimize through `_Py_FRAME_GENERAL` (GH-124518) * Optimi

[Python-checkins] gh-87135: Hang non-main threads that attempt to acquire the GIL during finalization (GH-105805)

2024-10-02 Thread gpshead
https://github.com/python/cpython/commit/8cc5aa47ee464ddfd8da5461edecf4a5c72df2ff commit: 8cc5aa47ee464ddfd8da5461edecf4a5c72df2ff branch: main author: Jeremy Maitin-Shepard committer: gpshead date: 2024-10-02T09:17:49-07:00 summary: gh-87135: Hang non-main threads that attempt to acquire the GI

[Python-checkins] gh-111178: Fix function signatures in longobject.c (#124895)

2024-10-02 Thread vstinner
https://github.com/python/cpython/commit/113b2d7583cdbf79da18e696f299a9aca24b599b commit: 113b2d7583cdbf79da18e696f299a9aca24b599b branch: main author: Victor Stinner committer: vstinner date: 2024-10-02T17:41:19+02:00 summary: gh-78: Fix function signatures in longobject.c (#124895) * Add

[Python-checkins] gh-111178: Fix function signatures in methodobject.c (#124902)

2024-10-02 Thread vstinner
https://github.com/python/cpython/commit/29951c8471f4b4283493c8e3f768d967d0bdd564 commit: 29951c8471f4b4283493c8e3f768d967d0bdd564 branch: main author: Victor Stinner committer: vstinner date: 2024-10-02T17:24:10+02:00 summary: gh-78: Fix function signatures in methodobject.c (#124902) file

[Python-checkins] gh-111178: Fix function signatures in weakrefobject.c (#124903)

2024-10-02 Thread vstinner
https://github.com/python/cpython/commit/1ea6672a6fca8de94a617f5d0ca39c5dca5cc032 commit: 1ea6672a6fca8de94a617f5d0ca39c5dca5cc032 branch: main author: Victor Stinner committer: vstinner date: 2024-10-02T15:01:23Z summary: gh-78: Fix function signatures in weakrefobject.c (#124903) files: M

[Python-checkins] gh-124213: Fix incorrect context manager use in in_systemd_nspawn_sync_suppressed() (#124892)

2024-10-02 Thread vstinner
https://github.com/python/cpython/commit/8d7d257f6bcc76892a084b169cc9efa414a9e4c6 commit: 8d7d257f6bcc76892a084b169cc9efa414a9e4c6 branch: main author: Michał Górny committer: vstinner date: 2024-10-02T14:31:42Z summary: gh-124213: Fix incorrect context manager use in in_systemd_nspawn_sync_sup

[Python-checkins] [3.12] gh-85935: Improve tests for invalid arguments in test_argparse (GH-124891) (GH-124898)

2024-10-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6660d2974558d2b01b611e8954f9013448d29f0c commit: 6660d2974558d2b01b611e8954f9013448d29f0c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-02T17:31:20+03:00 summary: [3.1

[Python-checkins] gh-120378: Fix crash caused by integer overflow in `curses` (#124555)

2024-10-02 Thread vstinner
https://github.com/python/cpython/commit/c2ba931318280796a6dcc33d1a5c5c02ad4d035b commit: c2ba931318280796a6dcc33d1a5c5c02ad4d035b branch: main author: Peter Bierma committer: vstinner date: 2024-10-02T14:31:23Z summary: gh-120378: Fix crash caused by integer overflow in `curses` (#124555) This

[Python-checkins] gh-111178: Fix function signatures in moduleobject.c (#124900)

2024-10-02 Thread vstinner
https://github.com/python/cpython/commit/7bd9dbf8e148f14f9c9c6715a820bfda6adff957 commit: 7bd9dbf8e148f14f9c9c6715a820bfda6adff957 branch: main author: Victor Stinner committer: vstinner date: 2024-10-02T14:31:04Z summary: gh-78: Fix function signatures in moduleobject.c (#124900) files: M

[Python-checkins] gh-111178: Fix function signatures in setobject.c (#124888)

2024-10-02 Thread vstinner
https://github.com/python/cpython/commit/9132148edfccd14a6492039f180d4281fc78e499 commit: 9132148edfccd14a6492039f180d4281fc78e499 branch: main author: Victor Stinner committer: vstinner date: 2024-10-02T16:03:23+02:00 summary: gh-78: Fix function signatures in setobject.c (#124888) files:

[Python-checkins] gh-111178: Fix locale_free() signature (#124896)

2024-10-02 Thread vstinner
https://github.com/python/cpython/commit/1d4e3e0585c1051ec18268137fbb0fc1a4d2 commit: 1d4e3e0585c1051ec18268137fbb0fc1a4d2 branch: main author: Victor Stinner committer: vstinner date: 2024-10-02T13:58:47Z summary: gh-78: Fix locale_free() signature (#124896) files: M Modules/_local

[Python-checkins] gh-85935: Improve tests for invalid arguments in test_argparse (GH-124891)

2024-10-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2c050d4bc28bffd2990b5a0bd03fb6fc56b13656 commit: 2c050d4bc28bffd2990b5a0bd03fb6fc56b13656 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-02T16:28:05+03:00 summary: gh-85935: Improve tests for invalid arguments in test_argp

[Python-checkins] gh-111178: Fix function signatures in tupleobject.c (#124804)

2024-10-02 Thread vstinner
https://github.com/python/cpython/commit/595a5631d906a769bc53408af2c1e5b68316338a commit: 595a5631d906a769bc53408af2c1e5b68316338a branch: main author: Victor Stinner committer: vstinner date: 2024-10-02T13:37:04+02:00 summary: gh-78: Fix function signatures in tupleobject.c (#124804) files

[Python-checkins] gh-111178: Fix function signatures in bytesobject.c (#124806)

2024-10-02 Thread vstinner
https://github.com/python/cpython/commit/1d3700f943e39561d6e56d57486fbf9f4ab2c377 commit: 1d3700f943e39561d6e56d57486fbf9f4ab2c377 branch: main author: Victor Stinner committer: vstinner date: 2024-10-02T13:35:51+02:00 summary: gh-78: Fix function signatures in bytesobject.c (#124806) files

[Python-checkins] [3.12] gh-122864: Fix a ``test_funcattrs.test___builtins__`` when executing directly (GH-124845) (#124885)

2024-10-02 Thread Eclips4
https://github.com/python/cpython/commit/cceb25c5033bce5d19311d63f6943215a1a27283 commit: cceb25c5033bce5d19311d63f6943215a1a27283 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2024-10-02T10:36:54Z summary: [3.12] gh-122864:

[Python-checkins] gh-122864: Fix a ``test_funcattrs.test___builtins__`` when executing directly (#124845)

2024-10-02 Thread Eclips4
https://github.com/python/cpython/commit/8fbf10d6cfd9c69ffcc1f80fa0c5f33785197af7 commit: 8fbf10d6cfd9c69ffcc1f80fa0c5f33785197af7 branch: main author: Mark Byrne <[email protected]> committer: Eclips4 date: 2024-10-02T12:58:39+03:00 summary: gh-122864: Fix a ``test_func

[Python-checkins] GH-124820: Move `-mno-outline-atomics` flag to aarch64 Linux JIT builds only (#124821)

2024-10-02 Thread vstinner
https://github.com/python/cpython/commit/6737333ac5777345d058271621ccb3c2d11dc81e commit: 6737333ac5777345d058271621ccb3c2d11dc81e branch: main author: Savannah Ostrowski committer: vstinner date: 2024-10-02T11:40:59+02:00 summary: GH-124820: Move `-mno-outline-atomics` flag to aarch64 Linux JIT

[Python-checkins] [3.12] gh-58282: Fix support of tuple metavar for positional arguments in argparse (GH-124782) (GH-124881)

2024-10-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/72bbebdfd9263dcf11423518aaeb61128dc4b43f commit: 72bbebdfd9263dcf11423518aaeb61128dc4b43f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-10-02T12:07:38+03:00 summary: [3.1

[Python-checkins] gh-58282: Fix support of tuple metavar for positional arguments in argparse (GH-124782)

2024-10-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9b31a2d83fa7cb0fe4d75ce7cf6a2c9ea2ce0728 commit: 9b31a2d83fa7cb0fe4d75ce7cf6a2c9ea2ce0728 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-02T11:28:02+03:00 summary: gh-58282: Fix support of tuple metavar for positional argu