fix PyString_CheckExact definition in Py3, minor cleanup
authorStefan Behnel <scoder@users.berlios.de>
Mon, 12 Oct 2009 07:03:21 +0000 (09:03 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 12 Oct 2009 07:03:21 +0000 (09:03 +0200)
commit61e95f53cd2d0ad1d0dec6e8f654a8303847ddc9
tree532d4c3d026938d062cb71454f98b272b95572f4
parentb0ed60f9f0f3993faeef04636885a666426ba048
fix PyString_CheckExact definition in Py3, minor cleanup
Cython/Compiler/ModuleNode.py