]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42355: symtable.get_namespace() now checks whether there are multiple or any...
authorBatuhan Taskaya <batuhan@python.org>
Sun, 18 Jul 2021 12:56:09 +0000 (15:56 +0300)
committerGitHub <noreply@github.com>
Sun, 18 Jul 2021 12:56:09 +0000 (15:56 +0300)
commita045991f60b51636a784623dda7ad84b5b2c6b73
tree3b778d4c70034327e1066aee0060638d93ce11ad
parent8f50f44592190b5a8cb115f0d58d577036e68308
bpo-42355: symtable.get_namespace() now checks whether there are multiple or any namespaces found (GH-23278)
Doc/library/symtable.rst
Lib/symtable.py
Lib/test/test_symtable.py