MatthieuDartiailh/bytecode

Support for Python 2

Closed this issue · 4 comments

Hi,

I would be interested in adding support for Python 2 bytecode to be able to use bytecode in a project that must retain 2/3compatibility and for which the better Python 3 support provided by bytecode would be interesting.

Would you merge such a PR and do you have any advice as to how structure the code ?

Thanks

This makes sense. I will focus on the stack depth first to get a bit more familiar with the code. I will move to Python 2 support only next.

@MatthieuDartiailh I would be interested in any potential investigation outcomes regarding Python 2 support. Did you manage to figure out the amount of work required?

Now that we are well past Python 2 EOL, I have no interest anymore in Python 2 I must say. I even dropped support for Python < 3.6 in the current main (but I messed up the commit message badly...)