]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-43517: Fix false positive in detection of circular imports (GH-24895) ...
authorAntoine Pitrou <antoine@python.org>
Sat, 20 Mar 2021 19:40:18 +0000 (20:40 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Mar 2021 19:40:18 +0000 (12:40 -0700)
commitac17ed60f2033253248be494a8e1980fe7e3531d
tree543843154e3c076fe7aadcc2aa4c41c7323a533e
parente8e341993e3f80a3c456fb8e0219530c93c13151
[3.9] bpo-43517: Fix false positive in detection of circular imports (GH-24895) (GH-24948)

(cherry picked from commit 2fd16ef406bba239b1334057fb499496a84b3aa2)

Co-authored-by: Antoine Pitrou <antoine@python.org>
Automerge-Triggered-By: GH:pitrou
Lib/test/test_importlib/partial/cfimport.py [new file with mode: 0644]
Lib/test/test_importlib/partial/pool_in_threads.py [new file with mode: 0644]
Lib/test/test_importlib/test_threaded_import.py
Misc/NEWS.d/next/Core and Builtins/2021-03-16-17-12-54.bpo-43517.zAo6Ws.rst [new file with mode: 0644]
Python/import.c