Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pony.orm.decompiling.DecompileError: Unsupported operation: POP_JUMP_IF_NONE #702

Open
ichsansaid opened this issue Feb 7, 2024 · 0 comments

Comments

@ichsansaid
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant