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 serhiy.storchaka, vstinner
Date 2017-12-18.11:24:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513596243.38.0.213398074469.issue32365@psf.upfronthosting.co.za>
In-reply-to
Content
The following tests are leaking references: test_ast test_builtin test_compile.

It seems to be a regression introduced by the commit 3325a6780c81f1ea51190370b5454879c4862a37, bpo-27169.

Serhiy: would you mind to take a look?
History
Date User Action Args
2017-12-18 11:24:03vstinnersetrecipients: + vstinner, serhiy.storchaka
2017-12-18 11:24:03vstinnersetmessageid: <1513596243.38.0.213398074469.issue32365@psf.upfronthosting.co.za>
2017-12-18 11:24:03vstinnerlinkissue32365 messages
2017-12-18 11:24:03vstinnercreate