[Python-checkins] gh-121996: Introduce --disable-safety and --enable-slower-safety options (#122054)

2024-07-22 Thread corona10
https://github.com/python/cpython/commit/a9bb3c7b3bd8ba90de87d03cd4d614dca764b116 commit: a9bb3c7b3bd8ba90de87d03cd4d614dca764b116 branch: main author: Donghee Na committer: corona10 date: 2024-07-23T09:22:04+09:00 summary: gh-121996: Introduce --disable-safety and --enable-slower-safety option

[Python-checkins] gh-121637: Syntax error for optimized-away incorrect await (#121656)

2024-07-22 Thread JelleZijlstra
https://github.com/python/cpython/commit/2762c6cc5e4c1c0d630568db5fbba7a3a71a507c commit: 2762c6cc5e4c1c0d630568db5fbba7a3a71a507c branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-07-22T14:12:43-07:00 summary: gh-121637: Syntax error for optimized-away incorrect await (#12

[Python-checkins] Refactor test_capi.test_long (GH-122113)

2024-07-22 Thread serhiy-storchaka
https://github.com/python/cpython/commit/69f2dc5c06e62b4a9eb4da8f0cd456cc09b998ed commit: 69f2dc5c06e62b4a9eb4da8f0cd456cc09b998ed branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-22T21:43:00+03:00 summary: Refactor test_capi.test_long (GH-122113) Share common cod

[Python-checkins] [3.13] Revert "gh-121946: Temporarily switch to llvm-17 in TSan CI (GH-121975)" (GH-122032) (#122131)

2024-07-22 Thread colesbury
https://github.com/python/cpython/commit/e175bd3aafc754a7c5cbb2dba5b2e2e990e46b22 commit: e175bd3aafc754a7c5cbb2dba5b2e2e990e46b22 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-07-22T17:57:36Z summary: [3.13] Revert "g

[Python-checkins] Revert "gh-121946: Temporarily switch to llvm-17 in TSan CI (#121975)" (#122032)

2024-07-22 Thread colesbury
https://github.com/python/cpython/commit/ad935a901610bf54adcb35624b0202a03f2799b5 commit: ad935a901610bf54adcb35624b0202a03f2799b5 branch: main author: Sam Gross committer: colesbury date: 2024-07-22T13:33:40-04:00 summary: Revert "gh-121946: Temporarily switch to llvm-17 in TSan CI (#121975)" (

[Python-checkins] gh-121404: move calculation of module start location from compiler_body up to compiler_codegen (#122127)

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

[Python-checkins] gh-100240: Use a consistent implementation for freelists (#121934)

2024-07-22 Thread colesbury
https://github.com/python/cpython/commit/5716cc352940a5f8557a8191e873837aa619498a commit: 5716cc352940a5f8557a8191e873837aa619498a branch: main author: Sam Gross committer: colesbury date: 2024-07-22T12:08:27-04:00 summary: gh-100240: Use a consistent implementation for freelists (#121934) This

[Python-checkins] [3.8] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122121)

2024-07-22 Thread ambv
https://github.com/python/cpython/commit/1fb69b324720d9e0463c8fd52bd5737837167162 commit: 1fb69b324720d9e0463c8fd52bd5737837167162 branch: 3.8 author: Łukasz Langa committer: ambv date: 2024-07-22T17:08:28+02:00 summary: [3.8] gh-121957: Emit audit events for python -i and python -m asyncio (GH

[Python-checkins] gh-121795: Improve performance of set membership testing from set arguments (#121796)

2024-07-22 Thread rhettinger
https://github.com/python/cpython/commit/2408a8a22bd13d8f15172a2ecf8bbbc4355dcb3b commit: 2408a8a22bd13d8f15172a2ecf8bbbc4355dcb3b branch: main author: HarryLHW <[email protected]> committer: rhettinger date: 2024-07-22T10:05:23-05:00 summary: gh-121795: Improve performance of set membership te

[Python-checkins] Remove now unused function from itertools tests (#122100)

2024-07-22 Thread rhettinger
https://github.com/python/cpython/commit/97668192f7670caebe04c0cbcc488ae0334597d9 commit: 97668192f7670caebe04c0cbcc488ae0334597d9 branch: main author: Bradley Reynolds committer: rhettinger date: 2024-07-22T10:03:20-05:00 summary: Remove now unused function from itertools tests (#122100) files

[Python-checkins] [3.12] Merge Ubuntu test matrices in CI (GH-121813) (#122116)

2024-07-22 Thread hugovk
https://github.com/python/cpython/commit/8d1f15712d243e03e50332abb86ff4c121814aa5 commit: 8d1f15712d243e03e50332abb86ff4c121814aa5 branch: 3.12 author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2024-07-22T08:05:41-06:00 summary:

[Python-checkins] gh-119698: deprecate ``symtable.Class.get_methods`` (#121902)

2024-07-22 Thread JelleZijlstra
https://github.com/python/cpython/commit/c09d4c4a26a39a3c1185bc3449d3e0886cb82784 commit: c09d4c4a26a39a3c1185bc3449d3e0886cb82784 branch: main author: Bénédikt Tran <[email protected]> committer: JelleZijlstra date: 2024-07-22T07:04:17-07:00 summary: gh-119698: deprecate

[Python-checkins] [3.13] gh-99242 Ignore error when running regression tests under certain conditions. (GH-121663) (GH-121669)

2024-07-22 Thread encukou
https://github.com/python/cpython/commit/f00ba7335a1f4954197ea4eb7bcda861220e20eb commit: f00ba7335a1f4954197ea4eb7bcda861220e20eb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-22T14:53:46+02:00 summary: [3.13] gh-992

[Python-checkins] [3.9] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122120)

2024-07-22 Thread ambv
https://github.com/python/cpython/commit/9e9c71d09e68b42fd1b251af6e4bfde697fe9b57 commit: 9e9c71d09e68b42fd1b251af6e4bfde697fe9b57 branch: 3.9 author: Łukasz Langa committer: ambv date: 2024-07-22T13:49:47+02:00 summary: [3.9] gh-121957: Emit audit events for python -i and python -m asyncio (GH

[Python-checkins] [3.10] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122119)

2024-07-22 Thread ambv
https://github.com/python/cpython/commit/d86ab5dde286642a378fcc32c243bc3b4bed750d commit: d86ab5dde286642a378fcc32c243bc3b4bed750d branch: 3.10 author: Łukasz Langa committer: ambv date: 2024-07-22T13:48:50+02:00 summary: [3.10] gh-121957: Emit audit events for python -i and python -m asyncio (

[Python-checkins] [3.11] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122118)

2024-07-22 Thread ambv
https://github.com/python/cpython/commit/d542a9be51776e8d589363ee15164dec8dbd3a76 commit: d542a9be51776e8d589363ee15164dec8dbd3a76 branch: 3.11 author: Łukasz Langa committer: ambv date: 2024-07-22T13:44:55+02:00 summary: [3.11] gh-121957: Emit audit events for python -i and python -m asyncio (

[Python-checkins] [3.12] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122117)

2024-07-22 Thread ambv
https://github.com/python/cpython/commit/c1e834dd7856e912eb27da1d9b698c2b2710573e commit: c1e834dd7856e912eb27da1d9b698c2b2710573e branch: 3.12 author: Łukasz Langa committer: ambv date: 2024-07-22T13:41:23+02:00 summary: [3.12] gh-121957: Emit audit events for python -i and python -m asyncio (

[Python-checkins] [3.12] Generalize reusable Windows CI jobs (#121766) (#121776)

2024-07-22 Thread hugovk
https://github.com/python/cpython/commit/6e9b3f79fee4881c726758bf7d483cf1d7b71f85 commit: 6e9b3f79fee4881c726758bf7d483cf1d7b71f85 branch: 3.12 author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2024-07-22T05:40:10-06:00 summary:

[Python-checkins] [3.13] gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958) (GH-122115)

2024-07-22 Thread ambv
https://github.com/python/cpython/commit/148beb6de904121350bab169ba0919a73371 commit: 148beb6de904121350bab169ba0919a73371 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-07-22T13:36:57+02:00 summary: [3.13] gh-121957

[Python-checkins] gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)

2024-07-22 Thread ambv
https://github.com/python/cpython/commit/dc93d1125f594ac7aece98558eaf33d09c348519 commit: dc93d1125f594ac7aece98558eaf33d09c348519 branch: main author: Łukasz Langa committer: ambv date: 2024-07-22T13:04:08+02:00 summary: gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-1

[Python-checkins] gh-111051: [tests] Wait a second to support filesystems with low-resolution mtime (GH-121959)

2024-07-22 Thread ambv
https://github.com/python/cpython/commit/cad11a2bdceb6d4683ae5654ce555cdf5f191217 commit: cad11a2bdceb6d4683ae5654ce555cdf5f191217 branch: main author: Łukasz Langa committer: ambv date: 2024-07-22T13:03:07+02:00 summary: gh-111051: [tests] Wait a second to support filesystems with low-resolutio

[Python-checkins] [3.13] gh-118124: fix assert related C++ checks on Solaris/Illumos (GH-121974) (#122108)

2024-07-22 Thread vstinner
https://github.com/python/cpython/commit/82db81528c0e66d88d252e6a0eb4d9b1e686535a commit: 82db81528c0e66d88d252e6a0eb4d9b1e686535a branch: 3.13 author: Jakub Kulík committer: vstinner date: 2024-07-22T07:50:20Z summary: [3.13] gh-118124: fix assert related C++ checks on Solaris/Illumos (GH-12197

[Python-checkins] [3.12] gh-118124: fix assert related C++ checks on Solaris/Illumos (GH-121974) (#122109)

2024-07-22 Thread vstinner
https://github.com/python/cpython/commit/6586b171ea842151c24d2228d06a69d2fecaf29f commit: 6586b171ea842151c24d2228d06a69d2fecaf29f branch: 3.12 author: Jakub Kulík committer: vstinner date: 2024-07-22T07:45:17Z summary: [3.12] gh-118124: fix assert related C++ checks on Solaris/Illumos (GH-12197