https://bugs.python.org/issue32413
(cherry picked from commit
1c5fa5af8a95f25119e45e40a4ed8183d06f4a5b)
Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>
Update and return a dictionary representing the current local symbol table.
Free variables are returned by :func:`locals` when it is called in function
- blocks, but not in class blocks.
+ blocks, but not in class blocks. Note that at the module level, :func:`locals`
+ and :func:`globals` are the same dictionary.
.. note::
The contents of this dictionary should not be modified; changes may not