summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-03-15 19:23:30 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-03-15 19:23:30 (GMT)
commitec43833cc7d6d3a41de7ccfb11b69f5738ec7db5 (patch)
tree02849b7191156803287ed8bb15883d41cc43acb7 /Doc/whatsnew
parentab1dfd68e1dd1e5251c6dfa9bc45b10f45ce39a6 (diff)
parent9bb9877d8079ccfc4f5b5448ba111392140112e4 (diff)
downloadcpython-ec43833cc7d6d3a41de7ccfb11b69f5738ec7db5.zip
cpython-ec43833cc7d6d3a41de7ccfb11b69f5738ec7db5.tar.gz
cpython-ec43833cc7d6d3a41de7ccfb11b69f5738ec7db5.tar.bz2
Merge doc update
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.2.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 1baa9e1..256b343 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -2698,3 +2698,7 @@ require changes to your code:
a new function, :func:`asyncore.handle_accepted`, was added to replace it.
(Contributed by Giampaolo Rodola in :issue:`6706`.)
+
+* Due to the new :term:`GIL` implementation, :c:func:`PyEval_InitThreads()`
+ cannot be called before :c:func:`Py_Initialize()` anymore.
+