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 amaury.forgeotdarc, gpolo, loewis, python-dev, serhiy.storchaka
Date 2015-03-31.21:09:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427836146.85.0.786801876883.issue21526@psf.upfronthosting.co.za>
In-reply-to
Content
The case (value->typePtr == NULL) is tested above for purpose, so it is not a bug when one of type pointers is NULL.

"booleanString" was added in 8.5, replacing "boolean", but in 8.6 it is not used. All boolean values in 8.6 are just integers 0 and 1.
History
Date User Action Args
2015-03-31 21:09:06serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, amaury.forgeotdarc, gpolo, python-dev
2015-03-31 21:09:06serhiy.storchakasetmessageid: <1427836146.85.0.786801876883.issue21526@psf.upfronthosting.co.za>
2015-03-31 21:09:06serhiy.storchakalinkissue21526 messages
2015-03-31 21:09:06serhiy.storchakacreate