Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix test_string_to_double()
  • Loading branch information
vstinner committed Feb 1, 2025
commit 244285733f0743ae9f29585aa461bc91cdda5ec8
1 change: 1 addition & 0 deletions Modules/_testcapi/float.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ test_string_to_double(PyObject *self, PyObject *Py_UNUSED(ignored))
Py_RETURN_NONE;
fail:
PyErr_Format(PyExc_AssertionError, "test_string_to_double: %s", msg);
return NULL;
#undef CHECK_STRING
#undef CHECK_INVALID
}
Expand Down