[Python-checkins] gh-114058: More robust method handling in redundancy eliminator (GH-115779)

2024-02-22 Thread Fidget-Spinner
https://github.com/python/cpython/commit/a33ffe4785f90f68227ddf2ec3e06d5ceaf76cec commit: a33ffe4785f90f68227ddf2ec3e06d5ceaf76cec branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-02-23T15:42:03+08:00 summary: gh-114058: More robust method handling in redundancy eliminator (GH-1

[Python-checkins] gh-115836: Don't use hardcoded line numbers in test_monitoring (#115837)

2024-02-22 Thread carljm
https://github.com/python/cpython/commit/a494a3dd8e0e74861972698c37b14a4087a4688c commit: a494a3dd8e0e74861972698c37b14a4087a4688c branch: main author: Brett Simmers committer: carljm date: 2024-02-23T03:14:17Z summary: gh-115836: Don't use hardcoded line numbers in test_monitoring (#115837) fi

[Python-checkins] [3.11] gh-88516: show file proxy icon in IDLE editor windows on macOS (GH-112894) (#115841)

2024-02-22 Thread terryjreedy
https://github.com/python/cpython/commit/f7052d530cd94125e8f6ea53fb6a6144410218d1 commit: f7052d530cd94125e8f6ea53fb6a6144410218d1 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-02-23T02:38:49Z summary: [3.11] gh-8851

[Python-checkins] [3.12] gh-88516: show file proxy icon in IDLE editor windows on macOS (GH-112894) (#115840)

2024-02-22 Thread terryjreedy
https://github.com/python/cpython/commit/a3bef5664b720c7d470a625b0662b1ca8dec8049 commit: a3bef5664b720c7d470a625b0662b1ca8dec8049 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-02-22T21:37:17-05:00 summary: [3.12] gh

[Python-checkins] gh-88516: show file proxy icon in IDLE editor windows on macOS (#112894)

2024-02-22 Thread terryjreedy
https://github.com/python/cpython/commit/b48101864c724a7eab41a6878a836f38e54e04fb commit: b48101864c724a7eab41a6878a836f38e54e04fb branch: main author: Ronald Oussoren committer: terryjreedy date: 2024-02-23T02:15:39Z summary: gh-88516: show file proxy icon in IDLE editor windows on macOS (#1128

[Python-checkins] gh-115727: Reduce confidence even on 100% predicted jumps (#115748)

2024-02-22 Thread gvanrossum
https://github.com/python/cpython/commit/4ee6bdfbaa792a3aa93c65c2022a89bd2d1e0894 commit: 4ee6bdfbaa792a3aa93c65c2022a89bd2d1e0894 branch: main author: Guido van Rossum committer: gvanrossum date: 2024-02-22T12:23:48-08:00 summary: gh-115727: Reduce confidence even on 100% predicted jumps (#1157

[Python-checkins] gh-112075: Iterating a dict shouldn't require locks (#115108)

2024-02-22 Thread DinoV
https://github.com/python/cpython/commit/1002fbe12e0bd8c9a54bc5addbf5d94a5b35f91f commit: 1002fbe12e0bd8c9a54bc5addbf5d94a5b35f91f branch: main author: Dino Viehland committer: DinoV date: 2024-02-22T12:02:39-08:00 summary: gh-112075: Iterating a dict shouldn't require locks (#115108) Makes it

[Python-checkins] Update http.cookiejar document for cookie object attributes (GH-101885)

2024-02-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a3859422d15d98892fd53499916bd424f841404f commit: a3859422d15d98892fd53499916bd424f841404f branch: main author: NewUserHa <[email protected]> committer: serhiy-storchaka date: 2024-02-22T19:08:04Z summary: Update http.cookiejar doc

[Python-checkins] GH-113464: Clean up JIT stencil generation (GH-115800)

2024-02-22 Thread brandtbucher
https://github.com/python/cpython/commit/17dab2e572141a4295325bf7019301fece301fe1 commit: 17dab2e572141a4295325bf7019301fece301fe1 branch: main author: Brandt Bucher committer: brandtbucher date: 2024-02-22T10:22:23-08:00 summary: GH-113464: Clean up JIT stencil generation (GH-115800) files: M

[Python-checkins] gh-115827: Fix compile warning in `longobject.c` (#115828)

2024-02-22 Thread sobolevn
https://github.com/python/cpython/commit/465df8855e9fff771e119ea525344de48869ef1a commit: 465df8855e9fff771e119ea525344de48869ef1a branch: main author: Nikita Sobolev committer: sobolevn date: 2024-02-22T17:57:12Z summary: gh-115827: Fix compile warning in `longobject.c` (#115828) Objects/longo

[Python-checkins] GH-115651: Convert `LOAD_MODULE_ATTR` into `LOAD_INLINE_CONST` when the module is itself a constant. (GH-115711)

2024-02-22 Thread markshannon
https://github.com/python/cpython/commit/b348313e7a48811acacc293ac4b2c8b20b4c631b commit: b348313e7a48811acacc293ac4b2c8b20b4c631b branch: main author: Mark Shannon committer: markshannon date: 2024-02-22T14:48:25Z summary: GH-115651: Convert `LOAD_MODULE_ATTR` into `LOAD_INLINE_CONST` when the

[Python-checkins] [3.12] gh-115663: Remove 'regen-sbom' from the 'regen-all' target (GH-115790) (#115820)

2024-02-22 Thread hugovk
https://github.com/python/cpython/commit/b254de71d0d1eb0232ff4abd403a4977ca3f2fe7 commit: b254de71d0d1eb0232ff4abd403a4977ca3f2fe7 branch: 3.12 author: Seth Michael Larson committer: hugovk <[email protected]> date: 2024-02-22T14:25:41Z summary: [3.12] gh-115663: Remove 'reg

[Python-checkins] [3.12] gh-100762: Fix optimization in gen_close (GH-111069) (#115818)

2024-02-22 Thread iritkatriel
https://github.com/python/cpython/commit/eb4774d2b7f5d50cd3cb8dc5abce9f94ce54197e commit: eb4774d2b7f5d50cd3cb8dc5abce9f94ce54197e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date:

[Python-checkins] gh-115663: Remove 'regen-sbom' from the 'regen-all' target (#115790)

2024-02-22 Thread hugovk
https://github.com/python/cpython/commit/c6a47de70966e6899871245e800a0a9271e25b12 commit: c6a47de70966e6899871245e800a0a9271e25b12 branch: main author: Seth Michael Larson committer: hugovk <[email protected]> date: 2024-02-22T15:42:26+02:00 summary: gh-115663: Remove 'regen

[Python-checkins] gh-115796: fix exception table construction in _testinternalcapi.assemble_code_object (#115797)

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

[Python-checkins] gh-115714: Don't use CLOCK_PROCESS_CPUTIME_ID and times() on WASI (GH-115757)

2024-02-22 Thread encukou
https://github.com/python/cpython/commit/8aa372edcd857d2fbec8da0cb993de15b4179308 commit: 8aa372edcd857d2fbec8da0cb993de15b4179308 branch: main author: Petr Viktorin committer: encukou date: 2024-02-22T12:39:45+01:00 summary: gh-115714: Don't use CLOCK_PROCESS_CPUTIME_ID and times() on WASI (GH-

[Python-checkins] gh-115765: Don't use deprecated AC_CHECK_TYPE macro in configure.ac (#115792)

2024-02-22 Thread erlend-aasland
https://github.com/python/cpython/commit/baae73d7307214ee97abbe80aaa8c1c773a6f682 commit: baae73d7307214ee97abbe80aaa8c1c773a6f682 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-02-22T10:04:15+01:00 summary: gh-115765: Don't use deprecated AC_CHECK_TYPE macro in conf