This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Lazy import in concurrent.futures produces partial import errors
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.10, Python 3.9
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Fix false positives in circular import detection with from-imports
View: 43517
Assigned To: Nosy List: methane, pitrou
Priority: normal Keywords:

Created on 2021-03-16 14:58 by pitrou, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg388844 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2021-03-16 14:58
Here is a reproducer script:
https://gist.github.com/pitrou/a73fa2cfce2557e0dd435353b9976972

With Python 3.6 it works fine.
msg388845 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2021-03-16 15:18
Bisecting actually points to issue35943.
History
Date User Action Args
2022-04-11 14:59:42adminsetgithub: 87681
2021-03-16 16:17:16pitrousetstatus: open -> closed
superseder: Fix false positives in circular import detection with from-imports
resolution: duplicate
stage: needs patch -> resolved
2021-03-16 15:19:01pitrousetversions: - Python 3.8
2021-03-16 15:18:47pitrousetmessages: + msg388845
2021-03-16 14:58:40pitroucreate