We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a855a6d commit 3889bdbCopy full SHA for 3889bdb
Include/internal/pycore_remote_debug.h
@@ -1,7 +1,7 @@
1
/*
2
- IMPORTANT: This header file is full of static functions that are not exported.
+IMPORTANT: This header file is full of static functions that are not exported.
3
4
-The reason is that we don't want to export these functions to the Python API
+The reason is that we don't want to export these functions to the Python API
5
and they can be used both for the interpreter and some shared libraries. The
6
reason we don't want to export them is to avoid having them participating in
7
return-oriented programming attacks.
0 commit comments