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 aeros
Recipients aeros, asvetlov, dacut, gvanrossum, larry, lukasz.langa, ned.deily, njs, pitrou, vaizki, xtreak, yselivanov
Date 2019-12-12.06:08:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576130883.69.0.486291974256.issue37228@roundup.psfhosted.org>
In-reply-to
Content
> The fix seems to generate few DeprecationWarning while running test suite with -Wall.

Thanks Karthikeyan, I'm guessing that I missed an assertWarns() or left an outdated test somewhere that explicitly sets `reuse_address=False` (since `reuse_address=True` would raise a ValueError instead of a DeprecationWarning). I'll do some investigation and fix the issue as soon as possible.
History
Date User Action Args
2019-12-12 06:08:03aerossetrecipients: + aeros, gvanrossum, pitrou, larry, ned.deily, njs, asvetlov, lukasz.langa, yselivanov, dacut, xtreak, vaizki
2019-12-12 06:08:03aerossetmessageid: <1576130883.69.0.486291974256.issue37228@roundup.psfhosted.org>
2019-12-12 06:08:03aeroslinkissue37228 messages
2019-12-12 06:08:03aeroscreate