pschanely / CrossHair

An analysis tool for Python that blurs the line between testing and type systems.
Other
1.03k stars 49 forks source link

Handle revamped invocation opcodes in Python 3.11 #168

Open pschanely opened 2 years ago

pschanely commented 2 years ago

Python 3.11 has some heavily modified the way invocation opcodes work (See CALL) and CrossHair will need to handle some new opcodes. (hopefully it can!)

pschanely commented 2 years ago

Early experiments are look promising. Will wait for a few more betas/RCs before tying up all the loose ends.