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 andrei.avk
Recipients andrei.avk
Date 2021-08-22.18:07:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629655665.44.0.0754665054148.issue44980@roundup.psfhosted.org>
In-reply-to
Content
In #41322 the behavior of returning a value!=None from test methods was deprecated, there are currently a few tests in Python that do that; it would be good to fix them to be consistent with our deprecation requirement and to avoid deprecation warnings in test runs; it may also possibly surface unexpected issues when reviewing these tests.

- there are two distutils tests - test_quiet and test_no_optimize_flag -- probably not worth it to investigate them as distutils is set for removal in 3.12

- test_null_strings in CAPI

- test_constructor in test_code

I'll try to fix the two tests above today.
History
Date User Action Args
2021-08-22 18:07:45andrei.avksetrecipients: + andrei.avk
2021-08-22 18:07:45andrei.avksetmessageid: <1629655665.44.0.0754665054148.issue44980@roundup.psfhosted.org>
2021-08-22 18:07:45andrei.avklinkissue44980 messages
2021-08-22 18:07:45andrei.avkcreate