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-02-09.12:09:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486642154.55.0.56262059852.issue29513@psf.upfronthosting.co.za>
In-reply-to
Content
The following code leaks one reference on Python 3.6:

    def test_attributes(self):
        d = dict((entry.name, entry) for entry in os.scandir('.'))

Or try the command:

   ./python -m test -R 3:3 test_os -v -m test_attributes
History
Date User Action Args
2017-02-09 12:09:14vstinnersetrecipients: + vstinner, serhiy.storchaka
2017-02-09 12:09:14vstinnersetmessageid: <1486642154.55.0.56262059852.issue29513@psf.upfronthosting.co.za>
2017-02-09 12:09:14vstinnerlinkissue29513 messages
2017-02-09 12:09:14vstinnercreate