You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "D:\git\github\com\anya-pm-service-python\modules\master\infra\repositories\pony\master_repo_impl.py", line 62, in get_all data = select(data for data in self.Schema if data.deleted_at is None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\git\github\com\anya-pm-service-python\venv12\Lib\site-packages\pony\orm\core.py", line 5560, in select return make_query(args, frame_depth=cut_traceback_depth+1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\git\github\com\anya-pm-service-python\venv12\Lib\site-packages\pony\orm\core.py", line 5546, in make_query tree, external_names, cells = decompile(gen) File "D:\git\github\com\anya-pm-service-python\venv12\Lib\site-packages\pony\orm\decompiling.py", line 43, in decompile decompiler = Decompiler(codeobject) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\git\github\com\anya-pm-service-python\venv12\Lib\site-packages\pony\orm\decompiling.py", line 162, in __init__ decompiler.decompile() File "D:\git\github\com\anya-pm-service-python\venv12\Lib\site-packages\pony\orm\decompiling.py", line 273, in decompile throw(DecompileError('Unsupported operation: %s' % opname)) File "D:\git\github\com\anya-pm-service-python\venv12\Lib\site-packages\pony\utils\utils.py", line 99, in throw raise exc pony.orm.decompiling.DecompileError: Unsupported operation: POP_JUMP_IF_NONE
i got error when using 3.12
The text was updated successfully, but these errors were encountered:
File "D:\git\github\com\anya-pm-service-python\modules\master\infra\repositories\pony\master_repo_impl.py", line 62, in get_all data = select(data for data in self.Schema if data.deleted_at is None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\git\github\com\anya-pm-service-python\venv12\Lib\site-packages\pony\orm\core.py", line 5560, in select return make_query(args, frame_depth=cut_traceback_depth+1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\git\github\com\anya-pm-service-python\venv12\Lib\site-packages\pony\orm\core.py", line 5546, in make_query tree, external_names, cells = decompile(gen) File "D:\git\github\com\anya-pm-service-python\venv12\Lib\site-packages\pony\orm\decompiling.py", line 43, in decompile decompiler = Decompiler(codeobject) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\git\github\com\anya-pm-service-python\venv12\Lib\site-packages\pony\orm\decompiling.py", line 162, in __init__ decompiler.decompile() File "D:\git\github\com\anya-pm-service-python\venv12\Lib\site-packages\pony\orm\decompiling.py", line 273, in decompile throw(DecompileError('Unsupported operation: %s' % opname)) File "D:\git\github\com\anya-pm-service-python\venv12\Lib\site-packages\pony\utils\utils.py", line 99, in throw raise exc pony.orm.decompiling.DecompileError: Unsupported operation: POP_JUMP_IF_NONE
i got error when using 3.12
The text was updated successfully, but these errors were encountered: