[Python-checkins] [3.12] Uncomment one grammar test (GH-118361) (#118385)

2024-05-01 Thread sobolevn
https://github.com/python/cpython/commit/29be35c0ab9495d75e283c15335eafe1b5e20fa8 commit: 29be35c0ab9495d75e283c15335eafe1b5e20fa8 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-05-02T06:03:49Z summary: [3.12] Uncomment

[Python-checkins] [3.12] docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (GH-118411) (#118504)

2024-05-01 Thread JelleZijlstra
https://github.com/python/cpython/commit/9ec7ddd8267b1246a760092127987d4dfcf02d5c commit: 9ec7ddd8267b1246a760092127987d4dfcf02d5c branch: 3.12 author: Jelle Zijlstra committer: JelleZijlstra date: 2024-05-02T06:01:06Z summary: [3.12] docs: typo: tiny grammar change: "pointed by" -> "pointed to

[Python-checkins] docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (#118411)

2024-05-01 Thread JelleZijlstra
https://github.com/python/cpython/commit/a6b610a94bee0e4436aee2825c14f05ec2f22f75 commit: a6b610a94bee0e4436aee2825c14f05ec2f22f75 branch: main author: Andrew Zipperer <[email protected]> committer: JelleZijlstra date: 2024-05-02T05:37:12Z summary: docs: typo: tiny gramma

[Python-checkins] gh-118335: Rename --experimental-interpreter on Windows to --experimental-jit-interpreter (#118497)

2024-05-01 Thread gvanrossum
https://github.com/python/cpython/commit/a37b0932285b5e883b13a46ff2a32f15d7339894 commit: a37b0932285b5e883b13a46ff2a32f15d7339894 branch: main author: Guido van Rossum committer: gvanrossum date: 2024-05-02T00:48:34Z summary: gh-118335: Rename --experimental-interpreter on Windows to --experim

[Python-checkins] gh-117953: Work Relative to Specific Extension Kinds in the Import Machinery (gh-118205)

2024-05-01 Thread ericsnowcurrently
https://github.com/python/cpython/commit/526ca4c09eed63e19ea5ffc46a76c5d8077a8bc9 commit: 526ca4c09eed63e19ea5ffc46a76c5d8077a8bc9 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-05-01T17:40:28-06:00 summary: gh-117953: Work Relative to Specific Extension Kinds in the Impo

[Python-checkins] gh-118335: Make REGEN_JIT_COMMAND empty if tier2 interpreter enabled (#118493)

2024-05-01 Thread gvanrossum
https://github.com/python/cpython/commit/a524152b8c56f82d807ecdd7ae9d39cfd643c469 commit: a524152b8c56f82d807ecdd7ae9d39cfd643c469 branch: main author: Guido van Rossum committer: gvanrossum date: 2024-05-01T16:36:29-07:00 summary: gh-118335: Make REGEN_JIT_COMMAND empty if tier2 interpreter ena

[Python-checkins] GH-118174: specify the type for the path argument of shutil.which

2024-05-01 Thread FFY00
https://github.com/python/cpython/commit/97feb4a78bf1ebdec26b685fd509cf57be4a commit: 97feb4a78bf1ebdec26b685fd509cf57be4a branch: main author: Filipe LaĆ­ns committer: FFY00 date: 2024-05-02T00:13:32+01:00 summary: GH-118174: specify the type for the path argument of shutil.which files:

[Python-checkins] gh-118413: Temporarily skip `test_release_task_refs` in free-threaded builds (#118491)

2024-05-01 Thread colesbury
https://github.com/python/cpython/commit/c408c36e9b346f9f15a34e98a5596f311df65efa commit: c408c36e9b346f9f15a34e98a5596f311df65efa branch: main author: Sam Gross committer: colesbury date: 2024-05-01T17:58:22-04:00 summary: gh-118413: Temporarily skip `test_release_task_refs` in free-threaded bu

[Python-checkins] gh-117607: Speedup os.path.relpath() (GH-117608)

2024-05-01 Thread zooba
https://github.com/python/cpython/commit/a7711a2a4e5cf16b34fc284085da724a8c2c06dd commit: a7711a2a4e5cf16b34fc284085da724a8c2c06dd branch: main author: Nice Zombies committer: zooba date: 2024-05-01T22:44:55+01:00 summary: gh-117607: Speedup os.path.relpath() (GH-117608) files: A Misc/NEWS.d/ne

[Python-checkins] GH-113464: Display a warning when building the JIT (GH-118481)

2024-05-01 Thread brandtbucher
https://github.com/python/cpython/commit/424438b11ec90110054f720bfa6ea67d644cc2ec commit: 424438b11ec90110054f720bfa6ea67d644cc2ec branch: main author: Brandt Bucher committer: brandtbucher date: 2024-05-01T21:35:49Z summary: GH-113464: Display a warning when building the JIT (GH-118481) files:

[Python-checkins] GH-118095: Make sure that progress is made if there are pending calls being handled. (GH-118484)

2024-05-01 Thread markshannon
https://github.com/python/cpython/commit/39981fd07a479ef3cefb38ee96ac319fe00f2dde commit: 39981fd07a479ef3cefb38ee96ac319fe00f2dde branch: main author: Mark Shannon committer: markshannon date: 2024-05-01T22:18:31+01:00 summary: GH-118095: Make sure that progress is made if there are pending cal

[Python-checkins] gh-118433: Temporarily skip `test_interrupt_main_subthread` in free-threaded builds (#118485)

2024-05-01 Thread colesbury
https://github.com/python/cpython/commit/8a50544a998764b8a315b316ceadaebdc748d8fe commit: 8a50544a998764b8a315b316ceadaebdc748d8fe branch: main author: mpage committer: colesbury date: 2024-05-01T20:59:12Z summary: gh-118433: Temporarily skip `test_interrupt_main_subthread` in free-threaded bui

[Python-checkins] gh-118272: set stacktop to 0 before freeing contents, to avoid access to invalid objects during GC (#118478)

2024-05-01 Thread iritkatriel
https://github.com/python/cpython/commit/6763bfcc0fbab7895514c1f954d79a2555036323 commit: 6763bfcc0fbab7895514c1f954d79a2555036323 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-05-01T

[Python-checkins] build(deps-dev): bump types-psutil from 5.9.5.20240316 to 5.9.5.20240423 in /Tools (#118464)

2024-05-01 Thread AlexWaygood
https://github.com/python/cpython/commit/1161ab9085ee6e2d6efdf497c81129ba0837031b commit: 1161ab9085ee6e2d6efdf497c81129ba0837031b branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-05-01T19:15:30Z summary: build(deps-dev): b

[Python-checkins] gh-117225: Move colorize functionality to own internal module (#118283)

2024-05-01 Thread hugovk
https://github.com/python/cpython/commit/3b3f8dea575d81a9e68f04b434942d06bd03fad5 commit: 3b3f8dea575d81a9e68f04b434942d06bd03fad5 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-05-01T12:27:06-0

[Python-checkins] gh-117225: Document colour use in `doctest` (#118268)

2024-05-01 Thread hugovk
https://github.com/python/cpython/commit/164e2c31c073b5fd8d25b3432a5e5c721f747393 commit: 164e2c31c073b5fd8d25b3432a5e5c721f747393 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-05-01T12:25:11-0

[Python-checkins] gh-110850: Add PyTime_TimeRaw() function (#118394)

2024-05-01 Thread vstinner
https://github.com/python/cpython/commit/b52c753e0fb8b87c7a0e3f1c72acd18327d8d16b commit: b52c753e0fb8b87c7a0e3f1c72acd18327d8d16b branch: main author: Victor Stinner committer: vstinner date: 2024-05-01T18:05:01Z summary: gh-110850: Add PyTime_TimeRaw() function (#118394) Add "Raw" variant of

[Python-checkins] [3.12] gh-116767: fix crash on 'async with' with many context managers (GH-118348) (#118477)

2024-05-01 Thread iritkatriel
https://github.com/python/cpython/commit/ebef3c5ba48aa4d5bdf8c02aba6c6356aef9d56b commit: ebef3c5ba48aa4d5bdf8c02aba6c6356aef9d56b branch: 3.12 author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-05-01T

[Python-checkins] gh-116622: Android sysconfig updates (#118352)

2024-05-01 Thread encukou
https://github.com/python/cpython/commit/75955110a643875b5d096b6eda06dcc6e542e171 commit: 75955110a643875b5d096b6eda06dcc6e542e171 branch: main author: Malcolm Smith committer: encukou date: 2024-05-01T16:47:54Z summary: gh-116622: Android sysconfig updates (#118352) files: A Misc/NEWS.d/next/L

[Python-checkins] Bump types-setuptools from 69.2.0.20240317 to 69.5.0.20240423 in /Tools (#118463)

2024-05-01 Thread AlexWaygood
https://github.com/python/cpython/commit/6d12f4469c5f9e24809df28b19900722d52af11b commit: 6d12f4469c5f9e24809df28b19900722d52af11b branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-05-01T17:07:29+01:00 summary: Bump types-se

[Python-checkins] Bump mypy from 1.9.0 to 1.10.0 in /Tools (#118461)

2024-05-01 Thread AlexWaygood
https://github.com/python/cpython/commit/2d161cb899a0b32e80f0dc4f1c24b1df443d10a3 commit: 2d161cb899a0b32e80f0dc4f1c24b1df443d10a3 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-05-01T17:06:54+01:00 summary: Bump mypy fro

[Python-checkins] gh-99730: urllib.request: Keep HEAD method on redirect (GH-99731)

2024-05-01 Thread encukou
https://github.com/python/cpython/commit/759e8e7ab83848c527a53d7b2051bc14ac7b7c76 commit: 759e8e7ab83848c527a53d7b2051bc14ac7b7c76 branch: main author: Harmen Stoppels committer: encukou date: 2024-05-01T18:01:47+02:00 summary: gh-99730: urllib.request: Keep HEAD method on redirect (GH-99731) f

[Python-checkins] GH-115802: Use the GHC calling convention in JIT code (GH-118287)

2024-05-01 Thread brandtbucher
https://github.com/python/cpython/commit/49baa656cb994122869bc807a88ea2f3f0d7751b commit: 49baa656cb994122869bc807a88ea2f3f0d7751b branch: main author: Brandt Bucher committer: brandtbucher date: 2024-05-01T08:05:53-07:00 summary: GH-115802: Use the GHC calling convention in JIT code (GH-118287)

[Python-checkins] gh-116122: Add SBOM generation to PCbuild/build.bat (GH-116138)

2024-05-01 Thread zooba
https://github.com/python/cpython/commit/f5406ef454662b98df107775d18ff71ae6849618 commit: f5406ef454662b98df107775d18ff71ae6849618 branch: 3.12 author: Seth Michael Larson committer: zooba date: 2024-05-01T15:47:41+01:00 summary: gh-116122: Add SBOM generation to PCbuild/build.bat (GH-116138) (

[Python-checkins] gh-117958: Expose JIT code via method in UOpExecutor (#117959)

2024-05-01 Thread gvanrossum
https://github.com/python/cpython/commit/beb653cc24275025708758d444835db2ddbb74e4 commit: beb653cc24275025708758d444835db2ddbb74e4 branch: main author: Anthony Shaw committer: gvanrossum date: 2024-05-01T07:11:14-07:00 summary: gh-117958: Expose JIT code via method in UOpExecutor (#117959) file

[Python-checkins] gh-99180: Remove traceback anchors in return and assign statements that cover all the displayed range (#112670)

2024-05-01 Thread pablogsal
https://github.com/python/cpython/commit/4a08a75cf4c490f7c43ede69bdf6e5a79c6a3af3 commit: 4a08a75cf4c490f7c43ede69bdf6e5a79c6a3af3 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-05-01T14:42:10+01:00 summary: gh-99180: Remove traceback anchors in return and assign stat

[Python-checkins] gh-116767: fix crash on 'async with' with many context managers (GH-118348)

2024-05-01 Thread encukou
https://github.com/python/cpython/commit/c1bf4874c1e9db2beda1d62c8c241229783c789b commit: c1bf4874c1e9db2beda1d62c8c241229783c789b branch: main author: Irit Katriel <[email protected]> committer: encukou date: 2024-05-01T13:01:16+02:00 summary: gh-116767: fix crash on '

[Python-checkins] GH-118095: Make invalidating and clearing executors memory safe (GH-118459)

2024-05-01 Thread markshannon
https://github.com/python/cpython/commit/f6fab21721c8aedc5dca97dbeb6292a067c19bf1 commit: f6fab21721c8aedc5dca97dbeb6292a067c19bf1 branch: main author: Mark Shannon committer: markshannon date: 2024-05-01T11:34:50+01:00 summary: GH-118095: Make invalidating and clearing executors memory safe (GH

[Python-checkins] Test syntax error on comma-less tuple-style sequence patterns (#115485)

2024-05-01 Thread hauntsaninja
https://github.com/python/cpython/commit/21c09d9f8195433f34b72ddfa25dd1bda3019ed7 commit: 21c09d9f8195433f34b72ddfa25dd1bda3019ed7 branch: main author: da-woods committer: hauntsaninja <[email protected]> date: 2024-05-01T01:33:28-07:00 summary: Test syntax error on c