krzema12 / kotlin-python

Python target for the Kotlin Programming Language. See https://github.com/krzema12/kotlin-python/tree/python-backend/python
https://discuss.kotlinlang.org/t/idea-python-backend/19852
48 stars 1 forks source link

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

Open krzema12 opened 2 years ago

krzema12 commented 2 years ago

Originally created by @SerVB.