[Python-checkins] gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)

2024-08-08 Thread erlend-aasland
https://github.com/python/cpython/commit/2f5c3b09e45798a18d60841d04a165fb062be666 commit: 2f5c3b09e45798a18d60841d04a165fb062be666 branch: main author: Malcolm Smith committer: erlend-aasland date: 2024-08-09T00:00:55+02:00 summary: gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTH

[Python-checkins] [3.13] GH-118943: Remove regen-jit from the regen-all make target (GH-122840)

2024-08-08 Thread brandtbucher
https://github.com/python/cpython/commit/862bead2371d16d6213eb20c457bb215aaebb595 commit: 862bead2371d16d6213eb20c457bb215aaebb595 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: brandtbucher date: 2024-08-08T14:14:49-07:00 summary: [3.13] G

[Python-checkins] [3.13] GH-118943: Handle races when moving jit_stencils.h (GH-122709)

2024-08-08 Thread brandtbucher
https://github.com/python/cpython/commit/27a529277486c770a5a8ef2a01c151b5feeb2eca commit: 27a529277486c770a5a8ef2a01c151b5feeb2eca branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: brandtbucher date: 2024-08-08T13:37:49-07:00 summary: [3.13] G

[Python-checkins] GH-118943: Remove regen-jit from the regen-all make target (GH-122602)

2024-08-08 Thread brandtbucher
https://github.com/python/cpython/commit/8c9d1742de6e3c3232c96660291f109c23a3bc49 commit: 8c9d1742de6e3c3232c96660291f109c23a3bc49 branch: main author: Miro HronĨok committer: brandtbucher date: 2024-08-08T13:34:42-07:00 summary: GH-118943: Remove regen-jit from the regen-all make target (GH-122

[Python-checkins] gh-112301: Update documentation for configure options (``--disable-safety`` and ``--enable-slower-safety``) (#122758)

2024-08-08 Thread AA-Turner
https://github.com/python/cpython/commit/aab18f4d925528c2cbe4625211bf904db2a28317 commit: aab18f4d925528c2cbe4625211bf904db2a28317 branch: main author: Nate Ohlson committer: AA-Turner <[email protected]> date: 2024-08-08T20:35:00+01:00 summary: gh-112301: Update document

[Python-checkins] gh-122835: Fix module name in ``test_typing`` (#122836)

2024-08-08 Thread AlexWaygood
https://github.com/python/cpython/commit/2037d8cbaea4aed7000e3265113814657a9aea54 commit: 2037d8cbaea4aed7000e3265113814657a9aea54 branch: main author: Kirill Podoprigora committer: AlexWaygood date: 2024-08-08T19:26:31Z summary: gh-122835: Fix module name in ``test_typing`` (#122836) files: M

[Python-checkins] gh-122697: Fix free-threading memory leaks at shutdown (#122703)

2024-08-08 Thread colesbury
https://github.com/python/cpython/commit/2d9d3a9f5319ce3f850341d116b63cc51869df3a commit: 2d9d3a9f5319ce3f850341d116b63cc51869df3a branch: main author: Sam Gross committer: colesbury date: 2024-08-08T12:48:17-04:00 summary: gh-122697: Fix free-threading memory leaks at shutdown (#122703) We wer

[Python-checkins] gh-122562: fix dump_symtable for ste_free and ste_child_free removal (#122825)

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

[Python-checkins] gh-111495: Add more tests on PyEval C APIs (#122789)

2024-08-08 Thread vstinner
https://github.com/python/cpython/commit/bf8b3746398ea756c97e3cf263d63ca3ce3a544e commit: bf8b3746398ea756c97e3cf263d63ca3ce3a544e branch: main author: Victor Stinner committer: vstinner date: 2024-08-08T14:16:20+02:00 summary: gh-111495: Add more tests on PyEval C APIs (#122789) * Add Lib/test

[Python-checkins] GH-120024: Tidy up case generator code a bit. (GH-122780)

2024-08-08 Thread markshannon
https://github.com/python/cpython/commit/81c739e2dc5d19696b6e74fa1cd13914e84acef0 commit: 81c739e2dc5d19696b6e74fa1cd13914e84acef0 branch: main author: Mark Shannon committer: markshannon date: 2024-08-08T10:57:59+01:00 summary: GH-120024: Tidy up case generator code a bit. (GH-122780) files: M

[Python-checkins] gh-122744: test_venv: ignore pip's complaint about missing ssl (GH-122776)

2024-08-08 Thread encukou
https://github.com/python/cpython/commit/0d9c123d1ac4f3dd30bdef5182049d9a831eca10 commit: 0d9c123d1ac4f3dd30bdef5182049d9a831eca10 branch: main author: Petr Viktorin committer: encukou date: 2024-08-08T11:20:58+02:00 summary: gh-122744: test_venv: ignore pip's complaint about missing ssl (GH-122

[Python-checkins] InternalDocs: Fix typo in link to instruction_sequence.c inside compiler docs (#122809)

2024-08-08 Thread iritkatriel
https://github.com/python/cpython/commit/acf0d9eae673843e4fdd2e2661fe621b100ac78d commit: acf0d9eae673843e4fdd2e2661fe621b100ac78d branch: main author: Francisco Kurucz committer: iritkatriel <[email protected]> date: 2024-08-08T09:19:10+01:00 summary: InternalDocs: Fix

[Python-checkins] gh-122255: Add black box tests in test_warnings (GH-122227)

2024-08-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fe13c9baf40673fe369e98626dd87aea8b805aa2 commit: fe13c9baf40673fe369e98626dd87aea8b805aa2 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-08T10:35:47+03:00 summary: gh-122255: Add black box tests in test_warnings (GH-17

[Python-checkins] [3.13] gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-122456) (GH-122514)

2024-08-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/84c8cd0f3db37e8409303bd76d6d195d3a1ba6e4 commit: 84c8cd0f3db37e8409303bd76d6d195d3a1ba6e4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-08-08T07:26:52Z summary: [3.13] gh