diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-03-23 11:01:36 +0000 |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-03-23 11:01:36 +0000 |
commit | 42fb352a987050eb042ca8b83d679752e02e1441 (patch) | |
tree | 8cb5493fb43e36e0a240e06e2a4cecdbf5a14c62 | |
parent | 30f0f054a481a02f7f481d0e514f9ea282b1685e (diff) | |
parent | 34870c4142b9bc6395be1446deebeb6cd1718d24 (diff) | |
download | cpython-git-42fb352a987050eb042ca8b83d679752e02e1441.tar.gz |
Merged upstream changes.
-rw-r--r-- | Doc/c-api/init.rst | 2 |
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. |