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 benjamin.peterson
Recipients benjamin.peterson, eric.snow
Date 2016-12-03.21:32:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480800738.41.0.861957002748.issue28862@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like the test if not the fix for #15578 reveals a reference leak somewhere in the import system:

$ ./python Lib/test/regrtest.py -R :: test_import
[1/1] test_import
beginning 9 repetitions
123456789
.........
test_import leaked [1, 1, 1, 1] references, sum=4
Warning -- sys.path was modified by test_import
1 test failed:
    test_import
[57131 refs]
History
Date User Action Args
2016-12-03 21:32:18benjamin.petersonsetrecipients: + benjamin.peterson, eric.snow
2016-12-03 21:32:18benjamin.petersonsetmessageid: <1480800738.41.0.861957002748.issue28862@psf.upfronthosting.co.za>
2016-12-03 21:32:18benjamin.petersonlinkissue28862 messages
2016-12-03 21:32:18benjamin.petersoncreate