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 EliRibble, serhiy.storchaka
Date 2018-03-15.09:04:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521104665.78.0.467229070634.issue32799@psf.upfronthosting.co.za>
In-reply-to
Content
What is the full version of Python you used? If this is not 3.6.3 does upgrading to 3.6.3 help? Try also with 3.6.4rc1 and the beta of 3.7.

Do you use threads, forking, signal handlers? Is it synchronous or asynchronous code? Could you show the code of the function decorated with the contextmanager (or asynccontextmanager) decorator and the code that uses this context manager?

With such little information we can fix a bug only by accident, when fixing other bugs or during refactoring. And there is a chance that it is already fixed in 3.6.3, 3.6.4rc1 or 3.7.
History
Date User Action Args
2018-03-15 09:04:25serhiy.storchakasetrecipients: + serhiy.storchaka, EliRibble
2018-03-15 09:04:25serhiy.storchakasetmessageid: <1521104665.78.0.467229070634.issue32799@psf.upfronthosting.co.za>
2018-03-15 09:04:25serhiy.storchakalinkissue32799 messages
2018-03-15 09:04:25serhiy.storchakacreate