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 doko
Recipients doko, vstinner
Date 2015-04-11.23:36:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428795395.74.0.22674392758.issue23918@psf.upfronthosting.co.za>
In-reply-to
Content
3.5 introduces the symbols:

DirEntryType
ScandirIteratorType

introduced by the fix for issue #22524.

These should either be local symbols, or prefixed with _Py or Py.
History
Date User Action Args
2015-04-11 23:36:35dokosetrecipients: + doko, vstinner
2015-04-11 23:36:35dokosetmessageid: <1428795395.74.0.22674392758.issue23918@psf.upfronthosting.co.za>
2015-04-11 23:36:35dokolinkissue23918 messages
2015-04-11 23:36:35dokocreate