[Python-checkins] When the Py_CompileStringExFlags fuzzer encounters a SystemError, abort (#115147)

2024-02-07 Thread alex
https://github.com/python/cpython/commit/38b970dfcc3cdebc87a456f17ef1e0f06dde7375 commit: 38b970dfcc3cdebc87a456f17ef1e0f06dde7375 branch: main author: Alex Gaynor committer: alex date: 2024-02-07T17:21:33-05:00 summary: When the Py_CompileStringExFlags fuzzer encounters a SystemError, abort (#

[Python-checkins] [3.12] gh-114828: parenthesize non-atomic macro definitions in pycore_symtable.h (GH-115143) (#115149)

2024-02-07 Thread carljm
https://github.com/python/cpython/commit/3a67d3272c21e421575a2729632ab6a4d59a7ffa commit: 3a67d3272c21e421575a2729632ab6a4d59a7ffa branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-02-07T20:39:22Z summary: [3.12] gh-114828: p

[Python-checkins] gh-114828: parenthesize non-atomic macro definitions in pycore_symtable.h (#115143)

2024-02-07 Thread carljm
https://github.com/python/cpython/commit/8f0998e844c2fd8c0c94681d0a6331c34ee31562 commit: 8f0998e844c2fd8c0c94681d0a6331c34ee31562 branch: main author: Carl Meyer committer: carljm date: 2024-02-07T13:19:47-07:00 summary: gh-114828: parenthesize non-atomic macro definitions in pycore_symtable.h

[Python-checkins] gh-112066: Use `PyDict_SetDefaultRef` in place of `PyDict_SetDefault`. (#112211)

2024-02-07 Thread colesbury
https://github.com/python/cpython/commit/ef3ceab09d2d0959c343c662461123d5b0e0b64b commit: ef3ceab09d2d0959c343c662461123d5b0e0b64b branch: main author: Sam Gross committer: colesbury date: 2024-02-07T13:43:18-05:00 summary: gh-112066: Use `PyDict_SetDefaultRef` in place of `PyDict_SetDefault`. (

[Python-checkins] [3.11] gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003) (#115141)

2024-02-07 Thread AlexWaygood
https://github.com/python/cpython/commit/e1e4cf761151ff5c4dd0210f55c0b5cd41718c0f commit: e1e4cf761151ff5c4dd0210f55c0b5cd41718c0f branch: 3.11 author: Skip Montanaro committer: AlexWaygood date: 2024-02-07T17:16:51Z summary: [3.11] gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003) (#

[Python-checkins] [3.12] gh-114828: Fix __class__ in class-scope inlined comprehensions (GH-115139) (#115140)

2024-02-07 Thread carljm
https://github.com/python/cpython/commit/967f27d0a18f53670aedab4988da753edaf4312d commit: 967f27d0a18f53670aedab4988da753edaf4312d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-02-07T17:12:54Z summary: [3.12] gh-114828: F

[Python-checkins] gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139)

2024-02-07 Thread carljm
https://github.com/python/cpython/commit/fedbf77191ea9d6515b39f958cc9e588d23517c9 commit: fedbf77191ea9d6515b39f958cc9e588d23517c9 branch: main author: Carl Meyer committer: carljm date: 2024-02-07T16:56:16Z summary: gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139) files

[Python-checkins] GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#115132)

2024-02-07 Thread pablogsal
https://github.com/python/cpython/commit/8a3c499ffe7e15297dd4c0b446a0b97b4d32108a commit: 8a3c499ffe7e15297dd4c0b446a0b97b4d32108a branch: main author: Mark Shannon committer: pablogsal date: 2024-02-07T12:38:34Z summary: GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)"

[Python-checkins] [3.12] gh-101100: Fix Py_DEBUG dangling Sphinx references (GH-115003) (#115135)

2024-02-07 Thread AlexWaygood
https://github.com/python/cpython/commit/a69e68db6075c6c64d3b97513d9be768037579cb commit: a69e68db6075c6c64d3b97513d9be768037579cb branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-02-07T10:55:21Z summary: [3.12] gh-1011

[Python-checkins] gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003)

2024-02-07 Thread AlexWaygood
https://github.com/python/cpython/commit/d0322fdf2c1a7292a43959fe5a572d783b88a1c4 commit: d0322fdf2c1a7292a43959fe5a572d783b88a1c4 branch: main author: Skip Montanaro committer: AlexWaygood date: 2024-02-07T10:48:42Z summary: gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003) files: M

[Python-checkins] [3.11] gh-103224: Resolve paths properly in test_sysconfig (GH-103292) (GH-115101)

2024-02-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3aa4418c5ae433674ded84eda0ece43f68251b29 commit: 3aa4418c5ae433674ded84eda0ece43f68251b29 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-07T11:36:27+02:00 summary: [3.1

[Python-checkins] [3.12] gh-103224: Resolve paths properly in test_sysconfig (GH-103292) (GH-115100)

2024-02-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/060c3edc4bcdc6873676f4b2153e6122f9f085bf commit: 060c3edc4bcdc6873676f4b2153e6122f9f085bf branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-02-07T11:36:10+02:00 summary: [3.1

[Python-checkins] gh-114505: Add missing header file dependencies (#114513)

2024-02-07 Thread erlend-aasland
https://github.com/python/cpython/commit/2afc7182e66635b3ec7efb59d2a6c18a7ad1f215 commit: 2afc7182e66635b3ec7efb59d2a6c18a7ad1f215 branch: main author: Skip Montanaro committer: erlend-aasland date: 2024-02-07T08:50:24Z summary: gh-114505: Add missing header file dependencies (#114513) Also mov