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 serhiy.storchaka
Recipients ZackerySpytz, serhiy.storchaka, user30111
Date 2018-12-15.21:25:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544909152.55.0.788709270274.issue35504@psf.upfronthosting.co.za>
In-reply-to
Content
> Why is it using -1 instead of NULL as the "not-set-indicator"?

Because the field of the C structure has integer type, and it can not be the NULL pointer.
History
Date User Action Args
2018-12-15 21:25:52serhiy.storchakasetrecipients: + serhiy.storchaka, ZackerySpytz, user30111
2018-12-15 21:25:52serhiy.storchakasetmessageid: <1544909152.55.0.788709270274.issue35504@psf.upfronthosting.co.za>
2018-12-15 21:25:52serhiy.storchakalinkissue35504 messages
2018-12-15 21:25:52serhiy.storchakacreate