Issue 23918: symbols namespace pollution (original) (raw)

Issue23918

Created on 2015-04-11 23:36 by doko, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg240512 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2015-04-11 23:36
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.
msg240570 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-04-12 21:56
New changeset bf5a899a5d7c by Benjamin Peterson in branch 'default': make DirEntryType and ScandirIteratorType static (closes #23918) https://hg.python.org/cpython/rev/bf5a899a5d7c
History
Date User Action Args
2022-04-11 14:58:15 admin set github: 68106
2015-04-12 21:56:42 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved
2015-04-11 23:36:35 doko create