We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6269f68 commit 37af64fCopy full SHA for 37af64f
1 file changed
Modules/_testlimitedcapi/set.c
@@ -178,7 +178,7 @@ test_frozenset_add_in_capi_tracking_immutable(PyObject *self, PyObject *Py_UNUSE
178
if (PyObject_GC_IsTracked(frozenset)) {
179
Py_DECREF(frozenset);
180
return raiseTestError("test_frozenset_add_in_capi_tracking_immutable",
181
- "frozenset with only int should not be GC tracked");
+ "frozenset with only bool should not be GC tracked");
182
}
183
184
Py_RETURN_NONE;
0 commit comments