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 vstinner
Recipients Dennis Sweeney, iritkatriel, skip.montanaro, vstinner
Date 2021-11-10.11:07:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636542426.4.0.691279192496.issue45745@roundup.psfhosted.org>
In-reply-to
Content
In Python 3.6, regrtest failed if --findleaks was used and gc.garbage was not empty after a test completed.

I modified regrtest to always run this check: --findleaks is now ignored.

But I also modified --findleaks to make it an alias to the --fail-env-changed option: non-zero exit code if a test fails with "ENV CHANGED" status.

I wrote PR 29514 to clarify the situation: remove --findleaks :-)
History
Date User Action Args
2021-11-10 11:07:06vstinnersetrecipients: + vstinner, skip.montanaro, Dennis Sweeney, iritkatriel
2021-11-10 11:07:06vstinnersetmessageid: <1636542426.4.0.691279192496.issue45745@roundup.psfhosted.org>
2021-11-10 11:07:06vstinnerlinkissue45745 messages
2021-11-10 11:07:06vstinnercreate