[issue23548] TypeError in event loop finalizer, new in Python 3.4.3

Jack O'Connor report at bugs.python.org
Thu Mar 5 07:35:04 CET 2015


Jack O'Connor added the comment:

@gvanrossum, the last two lines you suggested don't give any error, as expected. Not sure why we're getting that error message in the toy example.

@haypo, closing the event loop explicitly works fine for me. But since you mentioned it, I don't see any warning when I leave out closing the event loop and turn on PYTHONASYNCIODEBUG=1. What should I be seeing?

----------

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


More information about the Python-bugs-list mailing list