Message239751
| 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. |
|