8000 Mark function as static · python/cpython@39e3954 · GitHub
[go: up one dir, main page]

Skip to content

Commit 39e3954

Browse files
committed
Mark function as static
1 parent a33b739 commit 39e3954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/qsbr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
#define QSBR_DEFERRED_LIMIT 10
5757

5858
// Allocate a QSBR thread state from the freelist
59-
struct _qsbr_thread_state *
59+
static struct _qsbr_thread_state *
6060
qsbr_allocate(struct _qsbr_shared *shared)
6161
{
6262
struct _qsbr_thread_state *qsbr = shared->freelist;

0 commit comments

Comments
 (0)
0