[New-bugs-announce] [issue23918] symbols namespace pollution

Matthias Klose report at bugs.python.org
Sun Apr 12 01:36:35 CEST 2015


New submission from Matthias Klose:

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.

----------
components: Extension Modules
messages: 240512
nosy: doko, haypo
priority: normal
severity: normal
status: open
title: symbols namespace pollution
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23918>
_______________________________________


More information about the New-bugs-announce mailing list