avoid GIL state temp overhead in sections that do not contain yields
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 17 Mar 2013 09:18:37 +0000 (10:18 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 17 Mar 2013 09:18:37 +0000 (10:18 +0100)
commit0fdb241a57d236c1b930448a14f5d8b6b7bd1af4
tree3f384cbfb3f93f90c53361abd14fb4fbdeb1f538
parenta0618964cb259c11e5c180c79602c550d1dde8b2
avoid GIL state temp overhead in sections that do not contain yields

--HG--
extra : rebase_source : 9be74b8a1d6509acf415bf667558a635b38a902f
Cython/Compiler/Nodes.py
tests/run/generators.pyx