[issue35536] Calling built-in locals() and globals() in C++ leads to SystemError

Никита Сиргиенко report at bugs.python.org
Thu Dec 20 01:03:51 EST 2018


Никита Сиргиенко <warquark at gmail.com> added the comment:

I run some Python code before this moment, so I expect, that globals variable will be a PyDictObject with results of 'globals()' command: '__name__', '__doc__', global variables, etc.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35536>
_______________________________________


More information about the Python-bugs-list mailing list