[issue30985] Set closing variable in asyncore at close

Nir Soffer report at bugs.python.org
Tue Jul 25 18:00:16 EDT 2017


Nir Soffer added the comment:

Giampaolo, people using only 3.7 should probably use asyncio. Fixing
asyncore is more important to those that can use only 2.7 (e.g.Centos/RHEL)
or have to support both python 3 and 2.

Do you think using _closed is safer for backport? This can also clash with
existing code.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30985>
_______________________________________


More information about the Python-bugs-list mailing list