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 nirs
Recipients Ami Fischman, Mark.Shannon, deleted0524, erik.bray, gregory.p.smith, jack1142, jdemeyer, ncoghlan, nirs, njs, rhettinger, ryanhiebert, serhiy.storchaka, xgdomingo, yselivanov
Date 2021-02-09.12:56:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612875419.15.0.476349402356.issue29988@roundup.psfhosted.org>
In-reply-to
Content
Does https://github.com/python/cpython/pull/1799 solve this issue
for synchronous with?

    with closing(this), closing(that):

If it does, can we backport this fix to python 3.6?

3.6 is used as system python for RHEL/Centos 8, will be used for at
least 5 years or so.
History
Date User Action Args
2021-02-09 12:56:59nirssetrecipients: + nirs, rhettinger, gregory.p.smith, ncoghlan, njs, Mark.Shannon, erik.bray, serhiy.storchaka, jdemeyer, yselivanov, deleted0524, ryanhiebert, xgdomingo, jack1142, Ami Fischman
2021-02-09 12:56:59nirssetmessageid: <1612875419.15.0.476349402356.issue29988@roundup.psfhosted.org>
2021-02-09 12:56:59nirslinkissue29988 messages
2021-02-09 12:56:59nirscreate