[New-bugs-announce] [issue43515] Lazy import in concurrent.futures produces partial import errors

Antoine Pitrou report at bugs.python.org
Tue Mar 16 10:58:40 EDT 2021


New submission from Antoine Pitrou <pitrou at free.fr>:

Here is a reproducer script:
https://gist.github.com/pitrou/a73fa2cfce2557e0dd435353b9976972

With Python 3.6 it works fine.

----------
components: Library (Lib)
messages: 388844
nosy: methane, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: Lazy import in concurrent.futures produces partial import errors
type: behavior
versions: Python 3.10, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43515>
_______________________________________


More information about the New-bugs-announce mailing list