Lines Matching defs:bool_str
1915 const char *bool_str = (obj == Py_True) ? "I01\n" : "I00\n";1916 if (_Pickler_Write(self, bool_str, strlen(bool_str)) < 0)