Issue 43515: Lazy import in concurrent.futures produces partial import errors
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) * ![]() |
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) * ![]() |
Date: 2021-03-16 15:18 | |
Bisecting actually points to issue35943. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:42 | admin | set | github: 87681 |
| 2021-03-16 16:17:16 | pitrou | set | status: open -> closed superseder: Fix false positives in circular import detection with from-imports resolution: duplicate stage: needs patch -> resolved |
| 2021-03-16 15:19:01 | pitrou | set | versions: - Python 3.8 |
| 2021-03-16 15:18:47 | pitrou | set | messages: + msg388845 |
| 2021-03-16 14:58:40 | pitrou | create | |
