There was an error while loading. Please reload this page.
>>> ns = {} >>> exec("type A = int", ns, ns) >>> ns["A"].__module__ zsh: segmentation fault ./python.exe
I will propose a fix.
>>> ns = {} >>> exec("type A = int", ns, ns) >>> ns["A"].__module__ zsh: segmentation fault ./python.exeI will propose a fix.
Linked PRs