8000 fix lint · python/cpython@0fc495f · GitHub
[go: up one dir, main page]

Skip to content

Commit 0fc495f

Browse files
committed
fix lint
1 parent 1f61b55 commit 0fc495f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Include/internal/pycore_remote_debug.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
IMPORTANT: This header file is full of static functions that are not exported.
2+
IMPORTANT: This header file is full of static functions that are not exported.
33
4-
The reason is that we don't want to export these functions to the Python API
4+
The reason is that we don't want to export these functions to the Python API
55
and they can be used both for the interpreter and some shared libraries. The
66
reason we don't want to export them is to avoid having them participating in
77
return-oriented programming attacks.

0 commit comments

Comments
 (0)
0