bpo-46547: remove leaking vars into pydoc.Helper namespace (#30957)
Fixes #90705
This commit is contained in:
@@ -1891,6 +1891,7 @@ class Helper:
|
||||
if topic not in topics:
|
||||
topics = topics + ' ' + topic
|
||||
symbols[symbol] = topics
|
||||
del topic, symbols_, symbol, topics
|
||||
|
||||
topics = {
|
||||
'TYPES': ('types', 'STRINGS UNICODE NUMBERS SEQUENCES MAPPINGS '
|
||||
|
||||
Reference in New Issue
Block a user