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.

classification
Title: symbols namespace pollution
Type: Stage: resolved
Components: Extension Modules Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: doko, python-dev, vstinner
Priority: normal Keywords:

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:15adminsetgithub: 68106
2015-04-12 21:56:42python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg240570

resolution: fixed
stage: resolved
2015-04-11 23:36:35dokocreate