support 'frozenset' in cython namespace (just like 'set')
authorStefan Behnel <scoder@users.berlios.de>
Thu, 15 Apr 2010 21:17:10 +0000 (23:17 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 15 Apr 2010 21:17:10 +0000 (23:17 +0200)
commit20d9cddc2edab59a54c056bb039571aa90c8476f
treeff16bac7a3a632d03c773c8b734fb7d825deceaf
parentfdf002736ff77acf8fd6af34e7dd298527b42be0
support 'frozenset' in cython namespace (just like 'set')
Cython/Compiler/ParseTreeTransforms.py
Cython/Shadow.py