Home
last modified time | relevance | path

Searched refs:CHECK_INVALID (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_testcapimodule.c2894 #define CHECK_INVALID(STR) \ in test_string_to_double() macro
2913 CHECK_INVALID(" 0.1"); in test_string_to_double()
2914 CHECK_INVALID("\t\n-3"); in test_string_to_double()
2915 CHECK_INVALID(".123 "); in test_string_to_double()
2916 CHECK_INVALID("3\n"); in test_string_to_double()
2917 CHECK_INVALID("123abc"); in test_string_to_double()
2923 #undef CHECK_INVALID in test_string_to_double()