Kyle Stanley <aeros...@gmail.com> added the comment:

> I'll fix them accordingly and open a new PR (as well as the backports).

Nevermind. Upon further inspection, the other occurrences of `reuse_address=` 
were for create_server(), not create_datagram_endpoint(). The PR will only 
include the removal of the two occurrences of `reuse_address=False` in 
Lib/test/test_asyncio/test_base_events.py. Fortunately, this _should_ mean that 
the `needs backport to x` labels and automated backports from miss-islington 
will work correctly, since the changes are rather minimal. 

Thanks again for pointing it out Karthikeyan, as well as mentioning the 
specific tests the DeprecationWarnings were coming from. That made it a lot 
easier to figure out the source of the warnings.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37228>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to