Lisandro Dalcin wrote:
> What do you think about this?
Fine with me. None is a very common value and often used in boolean checks like
if reference_that_may_be_None:
...
I bet the C compiler will even be able to figure out that such a variable
is None in some simple cases.
Stefan