BPO | [14544](https://bugs.python.org/issue14544) --- | :--- Nosy | @rhettinger, @terryjreedy, @ncoghlan, @ezio-melotti, @merwok, @alex *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.* Show more details GitHub fields: ```python assignee = None closed_at = None created_at = labels = ['type-feature'] title = 'Limit "global" keyword name conflicts in language spec to those enforced by CPython' updated_at = user = 'https://github.com/ncoghlan' ``` bugs.python.org fields: ```python activity = actor = 'ezio.melotti' assignee = 'none' closed = False closed_date = None closer = None components = [] creation = creator = 'ncoghlan' dependencies = [] files = [] hgrepos = [] issue_num = 14544 keywords = [] message_count = 4.0 messages = ['158005', '158006', '158007', '237252'] nosy_count = 8.0 nosy_names = ['rhettinger', 'terry.reedy', 'ncoghlan', 'fossilet', 'ezio.melotti', 'eric.araujo', 'alex', 'cvrebert'] pr_nums = [] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue14544' versions = ['Python 3.5'] ``` ### Linked PRs * gh-126523 * gh-126738