pony icon indicating copy to clipboard operation
pony copied to clipboard

python3.12 support

Open py-radicz opened this issue 1 year ago • 0 comments

Is it possible to add support for python3.12?

It seems quite compatible for doing queries like db.Entity.select().. but when I do db.Entity.select(lambda x: x.attr == y) I'll get IndexError: tuple index out of range raising from decompiler on line 209 e.g

    arg = [code.co_names[oparg]]
           ~~~~~~~~~~~~~^^^^^^^

py-radicz avatar Nov 22 '23 15:11 py-radicz