[issue32596] Lazy import concurrent.futures.process and thread

Antoine Pitrou report at bugs.python.org
Tue Mar 16 10:49:19 EDT 2021


Antoine Pitrou <pitrou at free.fr> added the comment:

I don't think this was a good idea. Making some imports implicitly lazy introduces unpredictability in stdlib imports. Here is an example bug report:
https://issues.apache.org/jira/browse/ARROW-11983

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list