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 python-dev
Recipients python-dev, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-02-09.18:07:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20170209180734.16444.36473.EDBF0F6F@psf.io>
In-reply-to
Content
New changeset 4e3a16bdadae by Serhiy Storchaka in branch '3.6':
Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034.
https://hg.python.org/cpython/rev/4e3a16bdadae

New changeset a3f8c5d172b4 by Serhiy Storchaka in branch 'default':
Issue #29513: Fix outdated comment and remove redundand code is os.scandir().
https://hg.python.org/cpython/rev/a3f8c5d172b4
History
Date User Action Args
2017-02-09 18:07:38python-devsetrecipients: + python-dev, vstinner, serhiy.storchaka, xiang.zhang
2017-02-09 18:07:38python-devlinkissue29513 messages
2017-02-09 18:07:38python-devcreate