summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-23 11:01:36 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-03-23 11:01:36 +0000
commit42fb352a987050eb042ca8b83d679752e02e1441 (patch)
tree8cb5493fb43e36e0a240e06e2a4cecdbf5a14c62
parent30f0f054a481a02f7f481d0e514f9ea282b1685e (diff)
parent34870c4142b9bc6395be1446deebeb6cd1718d24 (diff)
downloadcpython-git-42fb352a987050eb042ca8b83d679752e02e1441.tar.gz
Merged upstream changes.
-rw-r--r--Doc/c-api/init.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst
index 377724c623..6f847d94e1 100644
--- a/Doc/c-api/init.rst
+++ b/Doc/c-api/init.rst
@@ -665,6 +665,8 @@ with sub-interpreters:
knowing that the GIL is locked can allow the caller to perform sensitive
actions or otherwise behave differently.
+ .. versionadded:: 3.4
+
The following macros are normally used without a trailing semicolon; look for
example usage in the Python source distribution.