[Python-checkins] gh-139109: JIT _EXIT_TRACE to ENTER_EXECUTOR rather than _DEOPT (GH-141573)

2025-11-15 Thread Fidget-Spinner
https://github.com/python/cpython/commit/ed73c909f278a1eb558b120ef8ed2c0f8528bf58 commit: ed73c909f278a1eb558b120ef8ed2c0f8528bf58 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-11-15T20:19:41Z summary: gh-139109: JIT _EXIT_TRACE to ENTER_EXECUTOR rather than _DEOPT (GH-141573

[Python-checkins] [3.14] GH-141312: Allow only integers to longrangeiter_setstate state (GH-141317) (GH-141559)

2025-11-15 Thread serhiy-storchaka
https://github.com/python/cpython/commit/79c136f87b20f9debb4ab846a50cfb7b7fc5153d commit: 79c136f87b20f9debb4ab846a50cfb7b7fc5153d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-11-15T21:30:25+02:00 summary: [3.1

[Python-checkins] [3.13] GH-141312: Allow only integers to longrangeiter_setstate state (GH-141317) (GH-141568)

2025-11-15 Thread serhiy-storchaka
https://github.com/python/cpython/commit/cbeada9ec76e6edd7939eef95af0db35faeae50c commit: cbeada9ec76e6edd7939eef95af0db35faeae50c branch: 3.13 author: Sergey Miryanov committer: serhiy-storchaka date: 2025-11-15T21:14:17+02:00 summary: [3.13] GH-141312: Allow only integers to longrangeiter_sets

[Python-checkins] [3.14] GH-141509: Fix warning about remaining subinterpreters (GH-141528) (GH-141566)

2025-11-15 Thread ZeroIntensity
https://github.com/python/cpython/commit/21e43d5e8343f356f12d6450a00b3c1e66f66bab commit: 21e43d5e8343f356f12d6450a00b3c1e66f66bab branch: 3.14 author: Sergey Miryanov committer: ZeroIntensity date: 2025-11-15T13:56:52-05:00 summary: [3.14] GH-141509: Fix warning about remaining subinterpreters

[Python-checkins] gh-141553: Fix incorrect function signatures in `_testmultiphase` (#141554)

2025-11-15 Thread picnixz
https://github.com/python/cpython/commit/85f3009d7504ddcc01de715c494067e89c16303c commit: 85f3009d7504ddcc01de715c494067e89c16303c branch: main author: Shamil committer: picnixz <[email protected]> date: 2025-11-15T18:46:54+01:00 summary: gh-141553: Fix incorrect function

[Python-checkins] gh-140458: `xmlrpc.client` raises Fault, does not returns it. (GH-140759)

2025-11-15 Thread JulienPalard
https://github.com/python/cpython/commit/ed81baf81f144e14510c492b71cf860472b0a0b7 commit: ed81baf81f144e14510c492b71cf860472b0a0b7 branch: main author: Yongzi Li <[email protected]> committer: JulienPalard date: 2025-11-15T17:14:23+01:00 summary: gh-140458: `xmlrpc.client`