summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/pymem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/pymem.h b/Include/pymem.h
index 671f967c89..7f74f3701b 100644
--- a/Include/pymem.h
+++ b/Include/pymem.h
@@ -30,6 +30,8 @@ extern "C" {
debugging info to dynamic memory blocks. The system routines have no idea
what to do with that stuff, and the Python wrappers have no idea what to do
with raw blocks obtained directly by the system routines then.
+
+ The GIL must be held when using these APIs.
*/
/*