[Python-checkins] gh-121141: add support for `copy.replace` to AST nodes (#121162)

2024-07-03 Thread JelleZijlstra
https://github.com/python/cpython/commit/9728ead36181fb3f0a4b2e8a7291a3e0a702b952 commit: 9728ead36181fb3f0a4b2e8a7291a3e0a702b952 branch: main author: Bénédikt Tran <[email protected]> committer: JelleZijlstra date: 2024-07-03T20:10:54-07:00 summary: gh-121141: add suppor

[Python-checkins] [3.13] gh-117983: Defer import of threading for lazy module loading (GH-120233) (GH-121349)

2024-07-03 Thread brettcannon
https://github.com/python/cpython/commit/65ed1b742985ea615d47988fda72090b177f0b45 commit: 65ed1b742985ea615d47988fda72090b177f0b45 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: brettcannon date: 2024-07-03T21:14:42Z summary: [3.13] gh-1179

[Python-checkins] [3.12] gh-117983: Defer import of threading for lazy module loading (GH-120233) (GH-121350)

2024-07-03 Thread brettcannon
https://github.com/python/cpython/commit/81f575427edf497ee9d2dafe97986d3b9ed85ee5 commit: 81f575427edf497ee9d2dafe97986d3b9ed85ee5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: brettcannon date: 2024-07-03T21:09:00Z summary: [3.12] gh-1179

[Python-checkins] gh-117983: Defer import of threading for lazy module loading (#120233)

2024-07-03 Thread brettcannon
https://github.com/python/cpython/commit/94f50f8ee6872007d46c385f7af253497273255a commit: 94f50f8ee6872007d46c385f7af253497273255a branch: main author: Chris Markiewicz committer: brettcannon date: 2024-07-03T20:50:46Z summary: gh-117983: Defer import of threading for lazy module loading (#12023

[Python-checkins] [3.13] gh-118714: Make the pdb post-mortem restart/quit behavior more reasonable (GH-118725) (#121346)

2024-07-03 Thread gaogaotiantian
https://github.com/python/cpython/commit/e7008d78f37dd80392f9e8c3b734c707ae10049a commit: e7008d78f37dd80392f9e8c3b734c707ae10049a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gaogaotiantian date: 2024-07-03T12:15:53-07:00 summary: [3.13]

[Python-checkins] gh-118714: Make the pdb post-mortem restart/quit behavior more reasonable (#118725)

2024-07-03 Thread gaogaotiantian
https://github.com/python/cpython/commit/e245ed7d1e23b5c8bc0d568bd1a2f06ae92d631a commit: e245ed7d1e23b5c8bc0d568bd1a2f06ae92d631a branch: main author: Tian Gao committer: gaogaotiantian date: 2024-07-03T11:30:20-07:00 summary: gh-118714: Make the pdb post-mortem restart/quit behavior more reaso

[Python-checkins] [3.13] gh-112136: Restore removed _PyArg_Parser (GH-121262) (#121344)

2024-07-03 Thread vstinner
https://github.com/python/cpython/commit/3d4e533be515767e7beae0c4ad55bfad02c23c1b commit: 3d4e533be515767e7beae0c4ad55bfad02c23c1b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-07-03T18:29:00Z summary: [3.13] gh-112136:

[Python-checkins] gh-112136: Restore removed _PyArg_Parser (#121262)

2024-07-03 Thread vstinner
https://github.com/python/cpython/commit/f8373db153920b890c2e2dd8def249e8df63bcc6 commit: f8373db153920b890c2e2dd8def249e8df63bcc6 branch: main author: Victor Stinner committer: vstinner date: 2024-07-03T18:36:57+02:00 summary: gh-112136: Restore removed _PyArg_Parser (#121262) Restore the priv

[Python-checkins] [3.13] gh-121300: Add `replace` to `copy.__all__` (GH-121302) (#121337)

2024-07-03 Thread JelleZijlstra
https://github.com/python/cpython/commit/8799f0537b0b3c87280a3291f0efc5eb8047066a commit: 8799f0537b0b3c87280a3291f0efc5eb8047066a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-07-03T15:28:57Z summary: [3.13] gh-12

[Python-checkins] gh-121300: Add `replace` to `copy.__all__` (#121302)

2024-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/7c66906802cd8534b05264bd47acf9eb9db6d09e commit: 7c66906802cd8534b05264bd47acf9eb9db6d09e branch: main author: Max Muoto committer: kumaraditya303 date: 2024-07-03T20:33:56+05:30 summary: gh-121300: Add `replace` to `copy.__all__` (#121302) files: M Lib/

[Python-checkins] gh-121201: Disable perf_trampoline on riscv64 for now (#121328)

2024-07-03 Thread pablogsal
https://github.com/python/cpython/commit/ca2e8765009d0d3eb9fe6c75465825c50808f4dd commit: ca2e8765009d0d3eb9fe6c75465825c50808f4dd branch: main author: Stefano Rivera committer: pablogsal date: 2024-07-03T15:44:34+01:00 summary: gh-121201: Disable perf_trampoline on riscv64 for now (#121328) Di

[Python-checkins] GH-119726: Emit AArch64 trampolines out-of-line (GH-121280)

2024-07-03 Thread brandtbucher
https://github.com/python/cpython/commit/84512c0e7f4441f060026f4fd9ddb7611fc10de4 commit: 84512c0e7f4441f060026f4fd9ddb7611fc10de4 branch: main author: Diego Russo committer: brandtbucher date: 2024-07-03T06:22:21-07:00 summary: GH-119726: Emit AArch64 trampolines out-of-line (GH-121280) files:

[Python-checkins] [3.12] gh-121035: Update PNG image for logging flow diagram. (GH-121323) (GH-121325)

2024-07-03 Thread vsajip
https://github.com/python/cpython/commit/399e516d28f1604ef52baf52546b4c71e7cd4c84 commit: 399e516d28f1604ef52baf52546b4c71e7cd4c84 branch: 3.12 author: Vinay Sajip committer: vsajip date: 2024-07-03T13:02:02+01:00 summary: [3.12] gh-121035: Update PNG image for logging flow diagram. (GH-121323)

[Python-checkins] [3.13] gh-121035: Update PNG image for logging flow diagram. (GH-121323) (GH-121324)

2024-07-03 Thread vsajip
https://github.com/python/cpython/commit/253c033251052dbc6e2de41f5d3840b146c0889b commit: 253c033251052dbc6e2de41f5d3840b146c0889b branch: 3.13 author: Vinay Sajip committer: vsajip date: 2024-07-03T13:01:34+01:00 summary: [3.13] gh-121035: Update PNG image for logging flow diagram. (GH-121323)

[Python-checkins] [3.13] gh-121279: Fix importlib DeprecatedAttrsTests (#121319)

2024-07-03 Thread vstinner
https://github.com/python/cpython/commit/ec0f801a7222a256a20d01c99aca69e6aa4b10ae commit: ec0f801a7222a256a20d01c99aca69e6aa4b10ae branch: 3.13 author: Victor Stinner committer: vstinner date: 2024-07-03T13:57:05+02:00 summary: [3.13] gh-121279: Fix importlib DeprecatedAttrsTests (#121319) Dele

[Python-checkins] gh-121035: Update PNG image for logging flow diagram. (GH-121323)

2024-07-03 Thread vsajip
https://github.com/python/cpython/commit/26d24eeb90d781e381b97d64b4dcb1ee4dd891fe commit: 26d24eeb90d781e381b97d64b4dcb1ee4dd891fe branch: main author: Vinay Sajip committer: vsajip date: 2024-07-03T12:33:28+01:00 summary: gh-121035: Update PNG image for logging flow diagram. (GH-121323) files:

[Python-checkins] [3.13] gh-121245: a regression test for site.register_readline() (GH-121259) (#121322)

2024-07-03 Thread pablogsal
https://github.com/python/cpython/commit/251667340e9994ed209e2f53f923ac9fb24b3974 commit: 251667340e9994ed209e2f53f923ac9fb24b3974 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-07-03T11:11:41Z summary: [3.13] gh-121245

[Python-checkins] gh-121245: a regression test for site.register_readline() (#121259)

2024-07-03 Thread pablogsal
https://github.com/python/cpython/commit/afee76b6ebeefbbc2935ab4f5320355c6fa390dd commit: afee76b6ebeefbbc2935ab4f5320355c6fa390dd branch: main author: Sergey B Kirpichev committer: pablogsal date: 2024-07-03T11:45:43+01:00 summary: gh-121245: a regression test for site.register_readline() (#121

[Python-checkins] [3.13] gh-121035: Further improve logging flow diagram with respect to dark/light modes. (GH-121265) (GH-121320)

2024-07-03 Thread vsajip
https://github.com/python/cpython/commit/3302c5f1552233fc25dffc780355afe946b58ee3 commit: 3302c5f1552233fc25dffc780355afe946b58ee3 branch: 3.13 author: Vinay Sajip committer: vsajip date: 2024-07-03T11:41:18+01:00 summary: [3.13] gh-121035: Further improve logging flow diagram with respect to d

[Python-checkins] [3.12] gh-121035: Further improve logging flow diagram with respect to dark/light modes. (GH-121265) (GH-121321)

2024-07-03 Thread vsajip
https://github.com/python/cpython/commit/10818024c876c17d6ce1ebfaaa88e02607abb2f6 commit: 10818024c876c17d6ce1ebfaaa88e02607abb2f6 branch: 3.12 author: Vinay Sajip committer: vsajip date: 2024-07-03T11:40:26+01:00 summary: [3.12] gh-121035: Further improve logging flow diagram with respect to d

[Python-checkins] [3.13] gh-121035: Improve logging flow diagram for dark/light modes. (GH-121254) (GH-121317)

2024-07-03 Thread vsajip
https://github.com/python/cpython/commit/b62605d50fe1b123e9e9bd19a3230c6dc817ac79 commit: b62605d50fe1b123e9e9bd19a3230c6dc817ac79 branch: 3.13 author: Vinay Sajip committer: vsajip date: 2024-07-03T11:01:50+01:00 summary: [3.13] gh-121035: Improve logging flow diagram for dark/light modes. (GH

[Python-checkins] gh-121263: Macro-ify most stackref functions for MSVC (GH-121270)

2024-07-03 Thread Fidget-Spinner
https://github.com/python/cpython/commit/79e5dc1e499664966e50bb98065670033300 commit: 79e5dc1e499664966e50bb98065670033300 branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-07-03T17:49:31+08:00 summary: gh-121263: Macro-ify most stackref functions for MSVC (GH-121270) Ma

[Python-checkins] [3.12] gh-121035: Improve logging flow diagram for dark/light modes. (GH-121254) (GH-121316)

2024-07-03 Thread vsajip
https://github.com/python/cpython/commit/c3f393c8adb08eaa5ef68e4eece279d809f2a717 commit: c3f393c8adb08eaa5ef68e4eece279d809f2a717 branch: 3.12 author: Vinay Sajip committer: vsajip date: 2024-07-03T10:48:34+01:00 summary: [3.12] gh-121035: Improve logging flow diagram for dark/light modes. (GH

[Python-checkins] gh-121272: set ste_coroutine during symtable construction (#121297)

2024-07-03 Thread iritkatriel
https://github.com/python/cpython/commit/93156880efd14ad7adc7d3512552b434f5543890 commit: 93156880efd14ad7adc7d3512552b434f5543890 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-07-03T

[Python-checkins] [3.13] gh-106597: Add more offsets to _Py_DebugOffsets (GH-121311) (#121312)

2024-07-03 Thread pablogsal
https://github.com/python/cpython/commit/d3e586e652e1884fc6e337973c39bedb903777bc commit: d3e586e652e1884fc6e337973c39bedb903777bc branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-07-03T09:18:15Z summary: [3.13] gh-106597

[Python-checkins] gh-61103: Support float and long double complex types in ctypes module (#121248)

2024-07-03 Thread vstinner
https://github.com/python/cpython/commit/51c4a324c037fb2e31640202243fd1c8b33800d5 commit: 51c4a324c037fb2e31640202243fd1c8b33800d5 branch: main author: Sergey B Kirpichev committer: vstinner date: 2024-07-03T11:08:11+02:00 summary: gh-61103: Support float and long double complex types in ctypes

[Python-checkins] [3.13] gh-121279: Re-add prematurely removed import warnings to importlib.abc (#121281)

2024-07-03 Thread vstinner
https://github.com/python/cpython/commit/dacf4ffa7982e13dce87ecb61b3b21e99375298a commit: dacf4ffa7982e13dce87ecb61b3b21e99375298a branch: 3.13 author: Miro Hrončok committer: vstinner date: 2024-07-03T11:06:20+02:00 summary: [3.13] gh-121279: Re-add prematurely removed import warnings to import

[Python-checkins] gh-106597: Add more offsets to _Py_DebugOffsets (#121311)

2024-07-03 Thread pablogsal
https://github.com/python/cpython/commit/c9bdfbe86853fcf5f2b7dce3a50b383e23384ed2 commit: c9bdfbe86853fcf5f2b7dce3a50b383e23384ed2 branch: main author: Gabriele N. Tornetta committer: pablogsal date: 2024-07-03T08:53:44Z summary: gh-106597: Add more offsets to _Py_DebugOffsets (#121311) Add mor

[Python-checkins] [3.13] docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (GH-112237) (#121309)

2024-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/ee1db25bc0ea9309f834b154bdf5bdd81830a8f3 commit: ee1db25bc0ea9309f834b154bdf5bdd81830a8f3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-07-03T08:23:51Z summary: [3.13] docs

[Python-checkins] [3.13] gh-120782: Update internal type cache when reloading datetime (GH-120829) (#120855)

2024-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/2c3aa527fd37233527f1895bcb6eddbb7c1bab08 commit: 2c3aa527fd37233527f1895bcb6eddbb7c1bab08 branch: 3.13 author: neonene <[email protected]> committer: kumaraditya303 date: 2024-07-03T13:52:51+05:30 summary: [3.13] gh-120782: Update i

[Python-checkins] [3.12] docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (GH-112237) (#121310)

2024-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/4ade7723e829af350f07c5b9fd20cfec2712a982 commit: 4ade7723e829af350f07c5b9fd20cfec2712a982 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-07-03T13:50:02+05:30 summary: [3.12]

[Python-checkins] Docs: Add `os.splice` flags argument (#109847)

2024-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/9d3c9b822ce3c52cd747efe93b172f02c0d09289 commit: 9d3c9b822ce3c52cd747efe93b172f02c0d09289 branch: main author: Amin Alaee committer: kumaraditya303 date: 2024-07-03T13:40:57+05:30 summary: Docs: Add `os.splice` flags argument (#109847) Co-authored-by: Ad

[Python-checkins] docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (#112237)

2024-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/4232976b02cb999335c6bfdec3315520b21954f2 commit: 4232976b02cb999335c6bfdec3315520b21954f2 branch: main author: da-woods committer: kumaraditya303 date: 2024-07-03T13:35:02+05:30 summary: docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (#112237)

[Python-checkins] [3.13] gh-116181: Remove Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE in rotatingtree.c (GH-121260) (#121307)

2024-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/85971492b7afb0e29a1104dbf8adebe8d0336cf5 commit: 85971492b7afb0e29a1104dbf8adebe8d0336cf5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-07-03T07:59:26Z summary: [3.13] gh-1

[Python-checkins] build(deps): bump hypothesis from 6.100.2 to 6.104.2 in /Tools (#121218)

2024-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/f49c83aa6683915fe6ba0a1177c3d4e873429703 commit: f49c83aa6683915fe6ba0a1177c3d4e873429703 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: kumaraditya303 date: 2024-07-03T13:22:59+05:30 summary: build(deps

[Python-checkins] updated tp_flags initialization to use inplace or (#120625)

2024-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/f65d17bf471ae5932ebd8baacedca83bfc85bdb1 commit: f65d17bf471ae5932ebd8baacedca83bfc85bdb1 branch: main author: byundojin <[email protected]> committer: kumaraditya303 date: 2024-07-03T13:21:25+05:30 summary: updated tp_flags init

[Python-checkins] gh-111872: Document the max_children attribute for `socketserver.ForkingMixIn` (#118134)

2024-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/ff5751a208e05f9d054b6df44f7651b64d415908 commit: ff5751a208e05f9d054b6df44f7651b64d415908 branch: main author: AN Long committer: kumaraditya303 date: 2024-07-03T13:16:57+05:30 summary: gh-111872: Document the max_children attribute for `socketserver.Fork

[Python-checkins] gh-116181: Remove Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE in rotatingtree.c (#121260)

2024-07-03 Thread kumaraditya303
https://github.com/python/cpython/commit/705a123898f1394b62076c00ab6008c18fd8e115 commit: 705a123898f1394b62076c00ab6008c18fd8e115 branch: main author: AN Long committer: kumaraditya303 date: 2024-07-03T13:05:05+05:30 summary: gh-116181: Remove Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE in