Decide what we do with == null
to == None
compilation. Maybe it should be compiled like is None
; maybe only ===
should be compiled to is
#68
Labels
optimization
This change would result in a more optimal Python; "Pythonification".
Originally created by @SerVB.
The text was updated successfully, but these errors were encountered: