summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-09-23-23-17-59.bpo-41840.QRFr4L.rst
blob: e96942d8ebd07f52e942699b3b4e2e48745624f1 (plain)
1
2
3
Fix a bug in the :mod:`symtable` module that was causing module-scope global
variables to not be reported as both local and global. Patch by Pablo
Galindo.