i'm inclined to drop support for
On 03 Nov 2019 11:45, Michał Górny wrote:
> I've noticed that the logic in py-compile is built on assumptions from
> Python 2 and does not fit Python 3 well. Notably, there are two or
> three bugs here:
>
> 1. .opt-2 (-OO) level is not compiled for py3.5+.
>
> 2. .opt-1 (-O) and .opt-2 (-OO) are
Hello,
I've noticed that the logic in py-compile is built on assumptions from
Python 2 and does not fit Python 3 well. Notably, there are two or
three bugs here:
1. .opt-2 (-OO) level is not compiled for py3.5+.
2. .opt-1 (-O) and .opt-2 (-OO) are wrongly skipped for PyPy3.
Firstly, the code