Skip to content

Commit 24d4f7a

Browse files
committed
fix smelly symbols for real this time
1 parent c700d1e commit 24d4f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_functoolsmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ bounded_lru_cache_wrapper_pre_call_lock_held(lru_cache_object *self, PyObject *a
13121312
return 0;
13131313
}
13141314

1315-
PyObject *
1315+
static PyObject *
13161316
bounded_lru_cache_wrapper_post_call_lock_held(lru_cache_object *self,
13171317
PyObject *result, PyObject *key, Py_hash_t hash)
13181318
{

0 commit comments

Comments
 (0)