Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Description
Bug report
Bug description:
Platform: Windows10
Tested version: 3.10, 3.11, 3.12rc2
importsymtablescript="a=0"symt=symtable.symtable(script,"test.py","exec")print(symt._table)
<symtable entry top(-1), line 0>OverflowError: Python int too large to convert to C longThe above exception was the direct cause of the following exception:Traceback (most recent call last): File "x:\python\oneliner\__develop\symt.py", line 8, in <module> print(symt._table)SystemError: <built-in method write of _io.TextIOWrapper object at 0x000001508B5559A0> returned a result with an exception setCPython versions tested on:
3.12
Operating systems tested on:
Windows