[Python-checkins] [3.14] Exclude _testclinic_depr.c.h from c-analyzer (GH-137086) (#137089)

2025-07-24 Thread hugovk
https://github.com/python/cpython/commit/d996cb6700ebc93b6b5f4dbe0a7e31875aa861f9 commit: d996cb6700ebc93b6b5f4dbe0a7e31875aa861f9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-07-2

[Python-checkins] Exclude _testclinic_depr.c.h from c-analyzer (GH-137086)

2025-07-24 Thread zware
https://github.com/python/cpython/commit/d5e75c07682864e9d265e11f5e4730147e7d4842 commit: d5e75c07682864e9d265e11f5e4730147e7d4842 branch: main author: Zachary Ware committer: zware date: 2025-07-24T15:50:01-05:00 summary: Exclude _testclinic_depr.c.h from c-analyzer (GH-137086) _testclinic.c m

[Python-checkins] gh-136870: fix data races in instrumentation of bytecode (#136994)

2025-07-24 Thread kumaraditya303
https://github.com/python/cpython/commit/9a6b60af409d02468b935c569a4f49e88c399c4e commit: 9a6b60af409d02468b935c569a4f49e88c399c4e branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-24T17:58:46Z summary: gh-136870: fix data races in instrumentation of bytecode (#136994) D

[Python-checkins] [3.13] Fix docs for Queue.shutdown (gh-137028) (gh-137081)

2025-07-24 Thread rhettinger
https://github.com/python/cpython/commit/d9feec4542b158ad8c4e2c2d3d2ee6ce413061d1 commit: d9feec4542b158ad8c4e2c2d3d2ee6ce413061d1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2025-07-24T11:54:42-06:00 summary: [3.13] Fix

[Python-checkins] Fix docs for Queue.shutdown (gh-137028)

2025-07-24 Thread rhettinger
https://github.com/python/cpython/commit/245671555b7e33112ae1efd0c26071d7a0e27b3a commit: 245671555b7e33112ae1efd0c26071d7a0e27b3a branch: main author: Raymond Hettinger committer: rhettinger date: 2025-07-24T11:23:03-06:00 summary: Fix docs for Queue.shutdown (gh-137028) files: M Doc/library/a

[Python-checkins] [3.13] gh-136759: rename `lock.h` to `pylock.h` (GH-137041) (#137075)

2025-07-24 Thread kumaraditya303
https://github.com/python/cpython/commit/74503acba7d6c563aeef307ccf2d0cee141838b0 commit: 74503acba7d6c563aeef307ccf2d0cee141838b0 branch: 3.13 author: AN Long committer: kumaraditya303 date: 2025-07-24T21:36:25+05:30 summary: [3.13] gh-136759: rename `lock.h` to `pylock.h` (GH-137041) (#137075)

[Python-checkins] gh-132551: add missing critical sections on BytesIO methods (#137073)

2025-07-24 Thread kumaraditya303
https://github.com/python/cpython/commit/d8fa40b08da60a711311751891fa830cb4ae77f3 commit: d8fa40b08da60a711311751891fa830cb4ae77f3 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-24T11:57:48Z summary: gh-132551: add missing critical sections on BytesIO methods (#137073)

[Python-checkins] gh-137054: remove obsolete counting of objects in young generation under `Py_STATS` builds (#137055)

2025-07-24 Thread kumaraditya303
https://github.com/python/cpython/commit/e93c30d4666f925c6a5a2cc4952f69782760d101 commit: e93c30d4666f925c6a5a2cc4952f69782760d101 branch: main author: Sergey Miryanov committer: kumaraditya303 date: 2025-07-24T17:00:27+05:30 summary: gh-137054: remove obsolete counting of objects in young gener

[Python-checkins] gh-136759: rename `lock.h` to `pylock.h` (#137041)

2025-07-24 Thread kumaraditya303
https://github.com/python/cpython/commit/ec02db5caa546cb475453bd6efc1d517b95c commit: ec02db5caa546cb475453bd6efc1d517b95c branch: main author: AN Long committer: kumaraditya303 date: 2025-07-24T16:16:07+05:30 summary: gh-136759: rename `lock.h` to `pylock.h` (#137041) Rename `lock.h` t

[Python-checkins] [3.13] gh-136516: Mention installation artifacts as de-facto resources (GH-136419) (GH-137039)

2025-07-24 Thread encukou
https://github.com/python/cpython/commit/2880798d0eeab99b1701df9716a69f48e09f2ea5 commit: 2880798d0eeab99b1701df9716a69f48e09f2ea5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-07-24T09:01:12+02:00 summary: [3.13] gh-136