diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-13 22:28:28 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-13 22:28:28 (GMT) |
commit | 9bd3bbcfe8f41509a0d60691000bd21e5338378f (patch) | |
tree | c1c71c3295f2f687755f1092fcc7666e27ba87c8 /Doc/ACKS.txt | |
parent | 34db4698958c64436de3a16fd5abf7224557492f (diff) | |
download | cpython-9bd3bbcfe8f41509a0d60691000bd21e5338378f.zip cpython-9bd3bbcfe8f41509a0d60691000bd21e5338378f.tar.gz cpython-9bd3bbcfe8f41509a0d60691000bd21e5338378f.tar.bz2 |
Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore
Diffstat (limited to 'Doc/ACKS.txt')
-rw-r--r-- | Doc/ACKS.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/ACKS.txt b/Doc/ACKS.txt index c51d211..7f67d36 100644 --- a/Doc/ACKS.txt +++ b/Doc/ACKS.txt @@ -120,6 +120,7 @@ docs@python.org), and we'll be glad to correct the problem. * Robert Lehmann * Marc-André Lemburg * Ross Light + * Gediminas Liktaras * Ulf A. Lindgren * Everett Lipman * Mirko Liss |