Skip Montanaro added the comment:

> the current behaviour takes something that would be a harmless style error 
> for most structured data types ...

I'm not sure what a "structured data type" is, but in my mind the original 
poster's construct is more than a style error. He was using None as a sentinel, 
but not explicitly testing for its presence. The same error would be present if 
he used None as a sentinel value where the range of possible values was the set 
of all integers.

If there are problems with the definition of "false time" such that there are 
some combinations of time and timezone where UTC midnight is not zero, I would 
prefer to correct them.

Further, playing the devil's advocate, if you dispense with any false elements 
of time objects, why not simply zero out the nb_nonzero slot in time_as_number? 
Once that's gone, the time_as_number structure is all zeros, so the 
tp_as_number slot in PyDateTime_TimeType can be cleared.

----------
nosy: +skip.montanaro

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13936>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to