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.

Author serhiy.storchaka
Recipients Maciej Gol, serhiy.storchaka
Date 2020-01-24.09:14:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579857256.4.0.695438059543.issue39430@roundup.psfhosted.org>
In-reply-to
Content
PR 18161 fixes race condition by using "from ... import ..." which waits until the module be completely initialized if the specified names are not set.
History
Date User Action Args
2020-01-24 09:14:16serhiy.storchakasetrecipients: + serhiy.storchaka, Maciej Gol
2020-01-24 09:14:16serhiy.storchakasetmessageid: <1579857256.4.0.695438059543.issue39430@roundup.psfhosted.org>
2020-01-24 09:14:16serhiy.storchakalinkissue39430 messages
2020-01-24 09:14:16serhiy.storchakacreate