Maciej Gol added the comment:
This is a HUGE eye opener! Didn't know of that 'import' vs 'from x import
y' difference. Thanks a lot! Is it documented somewhere ?
pt., 24 sty 2020, 15:08 użytkownik Serhiy Storchaka
napisał:
>
> Serhiy Storchaka added the
Maciej Gol added the comment:
By the way, thanks a lot for the fix <3
--
___
Python tracker
<https://bugs.python.org/issue39430>
___
___
Python-bugs-list mai
Maciej Gol added the comment:
> PR 18161 fixes race condition by using "from ... import ..."
> which waits until the module be completely initialized if the specified
> names are not set.
Correct me if I'm wrong, but I think the behavior of 'import lzma'
Maciej Gol added the comment:
Uploading fixed file (the former had a typo)
--
Added file: https://bugs.python.org/file48861/test.py
___
Python tracker
<https://bugs.python.org/issue39
Change by Maciej Gol :
Removed file: https://bugs.python.org/file48860/test.py
___
Python tracker
<https://bugs.python.org/issue39430>
___
___
Python-bugs-list mailin
New submission from Maciej Gol :
Hey guys,
We have a component that archives and unarchives multiple files in separate
threads that started to
misbehave recently.
We have noticed a bunch of `AttributeError: module 'lzma' has no attribute
'LZMAFile'` errors, which are
un