]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43517: Fix false positive in detection of circular imports (#24895)
authorAntoine Pitrou <antoine@python.org>
Sat, 20 Mar 2021 19:07:44 +0000 (20:07 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Mar 2021 19:07:44 +0000 (20:07 +0100)
commit2fd16ef406bba239b1334057fb499496a84b3aa2
tree0aca40303f31a7c1b22108eeba1afd9ae3b8ba60
parent7cb033c423b65def1632d6c3c747111543b342a2
bpo-43517: Fix false positive in detection of circular imports (#24895)
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