This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author user30111
Recipients serhiy.storchaka, user30111
Date 2018-12-15.00:26:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544833619.75.0.788709270274.issue35504@psf.upfronthosting.co.za>
In-reply-to
Content
Why is it using -1 instead of NULL as the "not-set-indicator"? -1 is a valid python integer, that can be assigned, even if it doesn't make sense in the context, while `None` can not, because it's missing an `__index__` method.
History
Date User Action Args
2018-12-15 00:26:59user30111setrecipients: + user30111, serhiy.storchaka
2018-12-15 00:26:59user30111setmessageid: <1544833619.75.0.788709270274.issue35504@psf.upfronthosting.co.za>
2018-12-15 00:26:59user30111linkissue35504 messages
2018-12-15 00:26:59user30111create