]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Test fixes for 3.15 (GH-133599)
authorZachary Ware <zach@python.org>
Wed, 7 May 2025 19:50:39 +0000 (14:50 -0500)
committerGitHub <noreply@github.com>
Wed, 7 May 2025 19:50:39 +0000 (14:50 -0500)
commit74e2acddf68b31ce16e8e0067b1df8c7b67bd6c8
treeace415e5c779658979f3736e27a5e7e4a4c8cd26
parent1460ccefd07f0d6d0e97409295796a5d5730a26e
Test fixes for 3.15 (GH-133599)

Followup to 942673ed194813015d98819cfae7eba78ba5e1f9 (GH-133588)

* Update configure for Python 3.15

* Update magic number for 3.15

* Remove deprecated 'check_home' argument from sysconfig.is_python_build

* Add warningignore entries for Modules/_sqlite/clinic/connection.c.h

* Work around c-analyzer complaints about _testclinic deprecation tests

---------

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Include/internal/pycore_magic_number.h
Lib/sysconfig/__init__.py
Lib/test/test_clinic.py
Misc/NEWS.d/next/Library/2025-05-07-13-31-06.gh-issue-92897.ubeqGE.rst [new file with mode: 0644]
Modules/_testclinic.c
Modules/clinic/_testclinic_depr.c.h
PC/launcher.c
Tools/build/.warningignore_macos
Tools/build/.warningignore_ubuntu
configure