be more optimistic when parsing optional keywords: if (interned) string pointers...
authorStefan Behnel <scoder@users.berlios.de>
Wed, 24 Dec 2008 21:52:23 +0000 (22:52 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 24 Dec 2008 21:52:23 +0000 (22:52 +0100)
commit8839d75af18291e84ab7dda2144341becb45c4ab
treeceb80c4f5646cfc46e8c954a6614e352a56f2f91
parent7a76ae3eac1dbff4257f3116191c19b087489caa
be more optimistic when parsing optional keywords: if (interned) string pointers are identical, we know it's the right type of object
Cython/Compiler/Nodes.py