[Python-checkins] gh-122985: add SYMBOL_TO_SCOPE macro in symtable (#122986)

2024-08-13 Thread iritkatriel
https://github.com/python/cpython/commit/05fc4d758aa9b731c722e6c1c18e1f5e54597393 commit: 05fc4d758aa9b731c722e6c1c18e1f5e54597393 branch: main author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-08-14T

[Python-checkins] [3.13] Revert use of --rerun in iOS testbed. (#122995)

2024-08-13 Thread freakboy3742
https://github.com/python/cpython/commit/31a962b1b3b9bebdc976694ded7268942e543c71 commit: 31a962b1b3b9bebdc976694ded7268942e543c71 branch: 3.13 author: Russell Keith-Magee committer: freakboy3742 date: 2024-08-14T02:03:18Z summary: [3.13] Revert use of --rerun in iOS testbed. (#122995) Reverts

[Python-checkins] Ensure that iOS test re-runs don't try to spawn a process. (#122994)

2024-08-13 Thread freakboy3742
https://github.com/python/cpython/commit/e03073ff20107793a4ea28cdac0d6894774dd110 commit: e03073ff20107793a4ea28cdac0d6894774dd110 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-08-14T09:46:53+08:00 summary: Ensure that iOS test re-runs don't try to spawn a process.

[Python-checkins] [3.13] Add a --rerun option to the iOS testbed. (GH-122992) (#122993)

2024-08-13 Thread freakboy3742
https://github.com/python/cpython/commit/bfec6f319a97f2d12e24870df0f22bd5be7dfb4c commit: bfec6f319a97f2d12e24870df0f22bd5be7dfb4c branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-08-14T00:41:37Z summary: [3.13] Add a

[Python-checkins] Add a --rerun option to the iOS testbed. (#122992)

2024-08-13 Thread freakboy3742
https://github.com/python/cpython/commit/ce39d3c6bdab4c703ad95f37831b410fb729e116 commit: ce39d3c6bdab4c703ad95f37831b410fb729e116 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-08-14T08:14:33+08:00 summary: Add a --rerun option to the iOS testbed. (#122992) Enable

[Python-checkins] GH-121723: Skip test_config_queue_handler_multiprocessing_context in emulated JIT CI (#122969)

2024-08-13 Thread brandtbucher
https://github.com/python/cpython/commit/7b8328b6b33939dfff4606d286b10069a09223dd commit: 7b8328b6b33939dfff4606d286b10069a09223dd branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: brandtbucher date: 2024-08-13T16:25:36-07:00 summary: GH-121723: Skip test_c

[Python-checkins] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952)

2024-08-13 Thread ericsnowcurrently
https://github.com/python/cpython/commit/ee1b8ce26e700350e47a5f65201097121c41912e commit: ee1b8ce26e700350e47a5f65201097121c41912e branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-08-13T14:44:57-06:00 summary: gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-12295

[Python-checkins] [3.13] GH-85633: Fix pathlib test failures on filesystems without world-write. (GH-122883) (#122979)

2024-08-13 Thread barneygale
https://github.com/python/cpython/commit/d218810e203bc8a4f40818ebd51d2be90d3966cd commit: d218810e203bc8a4f40818ebd51d2be90d3966cd branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: barneygale date: 2024-08-13T17:39:14Z summary: [3.13] GH-85633

[Python-checkins] GH-85633: Fix pathlib test failures on filesystems without world-write. (#122883)

2024-08-13 Thread barneygale
https://github.com/python/cpython/commit/5f6851152254b4b9d70af4ae5aea3f20965cee28 commit: 5f6851152254b4b9d70af4ae5aea3f20965cee28 branch: main author: Barney Gale committer: barneygale date: 2024-08-13T17:09:21Z summary: GH-85633: Fix pathlib test failures on filesystems without world-write. (

[Python-checkins] [3.13] Fix `print` usage in `turtle` doctests (GH-122940) (#122977)

2024-08-13 Thread sobolevn
https://github.com/python/cpython/commit/4aa0e795a98325619832fbafda9ee55f46f985e3 commit: 4aa0e795a98325619832fbafda9ee55f46f985e3 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2024-08-13T17:03:36Z summary: [3.13] Fix `print

[Python-checkins] [3.12] Fix `print` usage in `turtle` doctests (GH-122940) (#122978)

2024-08-13 Thread sobolevn
https://github.com/python/cpython/commit/344a7b535bb725a7ea144648a6a3bc3ce8485e2c commit: 344a7b535bb725a7ea144648a6a3bc3ce8485e2c branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2024-08-13T16:58:37Z summary: [3.12] Fix `print

[Python-checkins] Fix `print` usage in `turtle` doctests (#122940)

2024-08-13 Thread sobolevn
https://github.com/python/cpython/commit/901d94992eddd84ded2edc55235cbf22503c4de4 commit: 901d94992eddd84ded2edc55235cbf22503c4de4 branch: main author: sobolevn committer: sobolevn date: 2024-08-13T19:39:12+03:00 summary: Fix `print` usage in `turtle` doctests (#122940) files: M Lib/turtle.py

[Python-checkins] gh-122873: Allow "python -m json" to work (#122884)

2024-08-13 Thread AA-Turner
https://github.com/python/cpython/commit/906b796af8388174cf493e23f29720eaed9fdf03 commit: 906b796af8388174cf493e23f29720eaed9fdf03 branch: main author: Trey Hunner committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2024-08-13T17:09:38+01:00 summary: gh-122873: Allow "python -

[Python-checkins] [3.13] GH-109975: Copyedit 3.13 What's New: Release Highlights (GH-122958) (#122971)

2024-08-13 Thread AA-Turner
https://github.com/python/cpython/commit/7db7fcc0ef0ed40f0307868d6467b304b4309dda commit: 7db7fcc0ef0ed40f0307868d6467b304b4309dda branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958)

2024-08-13 Thread AA-Turner
https://github.com/python/cpython/commit/db6f5e193315a3bbfa7b0b6644203bae3f76b638 commit: db6f5e193315a3bbfa7b0b6644203bae3f76b638 branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2024-08-13T15:30:5

[Python-checkins] GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)

2024-08-13 Thread markshannon
https://github.com/python/cpython/commit/7a65439b93d6ee4d4e32757b55909b882f9a2056 commit: 7a65439b93d6ee4d4e32757b55909b882f9a2056 branch: main author: Mark Shannon committer: markshannon date: 2024-08-13T14:22:57+01:00 summary: GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (

[Python-checkins] GH-122821: Simplify compilation of while statements to ensure consistency of offsets for sys.monitoring (GH-122934)

2024-08-13 Thread markshannon
https://github.com/python/cpython/commit/fe23f8ed970425828de20fb48750fa89da914886 commit: fe23f8ed970425828de20fb48750fa89da914886 branch: main author: Mark Shannon committer: markshannon date: 2024-08-13T10:25:44+01:00 summary: GH-122821: Simplify compilation of while statements to ensure consi