fix error on def-nogil functions
authorStefan Behnel <scoder@users.berlios.de>
Sat, 1 May 2010 15:28:46 +0000 (17:28 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 1 May 2010 15:28:46 +0000 (17:28 +0200)
commitff9c18d513e9d1d4adcd68306dfa3052bae510cc
tree004909805d18aa8f63395b18d4d5ca59f69a367f
parentb5d5b9f4e95f8b81a6c3b4fd4cf65ddb4703efda
fix error on def-nogil functions
Cython/Compiler/Parsing.py
tests/errors/def_nogil.pyx [new file with mode: 0644]