disable return value saving in finally clauses that only change the GIL status
authorStefan Behnel <stefan_ml@behnel.de>
Thu, 19 Dec 2013 22:31:51 +0000 (23:31 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Thu, 19 Dec 2013 22:31:51 +0000 (23:31 +0100)
commit79b462112d0be5f78b69fc38da4d8a334a61b031
treef8d372749c2bb865bd6f9e4933526ac715e34cbb
parent71f693f8a4abe427a4879d3c933cd597e90053e6
disable return value saving in finally clauses that only change the GIL status
Cython/Compiler/Nodes.py