]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-107184)
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 27 Jul 2023 21:08:38 +0000 (15:08 -0600)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2023 21:08:38 +0000 (15:08 -0600)
commit75c974f5353685f338344618ad7344e64c2293d0
tree60873d069c1b951fe914538626f8b6f4cbfb137b
parentb72947a8d26915156323ccfd04d273199ecb870c
gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-107184)

This fixes a bug where incompatible modules could still be imported if attempted multiple times.
Lib/test/test_capi/check_config.py
Lib/test/test_import/__init__.py
Misc/NEWS.d/next/Core and Builtins/2023-07-24-11-11-41.gh-issue-104621.vM8Y_l.rst [new file with mode: 0644]
Python/import.c