store GIL state in temp variable to safely keep it across generator yields (fixes...
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 17 Mar 2013 09:05:42 +0000 (10:05 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 17 Mar 2013 09:05:42 +0000 (10:05 +0100)
commita0618964cb259c11e5c180c79602c550d1dde8b2
tree1fdd1b5bcf5248ee08d6ecd7f1dee6b96183c3e4
parentc70e7c55c2239f1794c3ebc2962b32911803d1b8
store GIL state in temp variable to safely keep it across generator yields (fixes ticket 803)

--HG--
extra : rebase_source : 5fd93f1cf2916c987bfc4a4d410bf4a77afb2ac9
Cython/Compiler/Code.py
Cython/Compiler/Nodes.py
Cython/Compiler/PyrexTypes.py
tests/run/generators.pyx