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 skrah
Recipients boytsovea, gregory.p.smith, mark.dickinson, rhettinger, skrah
Date 2020-03-02.11:40:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583149249.28.0.834221175683.issue39794@roundup.psfhosted.org>
In-reply-to
Content
To make things more clear (it is good that Gregory asked):

ONLY use this flag if you don't use coroutines at all
OR control ALL async libraries in your application.

Random async libraries from PyPI may rely on the
ContextVar and silently give incorrect results.
History
Date User Action Args
2020-03-02 11:40:49skrahsetrecipients: + skrah, rhettinger, gregory.p.smith, mark.dickinson, boytsovea
2020-03-02 11:40:49skrahsetmessageid: <1583149249.28.0.834221175683.issue39794@roundup.psfhosted.org>
2020-03-02 11:40:49skrahlinkissue39794 messages
2020-03-02 11:40:49skrahcreate