Skip to content

Commit 3719abb

Browse files
committed
Remove <0
1 parent e33822d commit 3719abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2133,7 +2133,7 @@ sys__clear_type_cache_impl(PyObject *module)
21332133
{
21342134
if (PyErr_WarnEx(PyExc_DeprecationWarning,
21352135
"sys._clear_type_cache() is deprecated "
2136-
"and will be removed in future python versions", 1) < 0) {
2136+
"and will be removed in future python versions", 1)) {
21372137
return NULL;
21382138
}
21392139
PyType_ClearCache();

0 commit comments

Comments
 (0)