disable unnecessary PyType_IS_GC() check in PyPy (not supported)
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 16 Oct 2013 04:54:27 +0000 (06:54 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 16 Oct 2013 04:54:27 +0000 (06:54 +0200)
commite471e51ad78bae7dc90f2c922b3eb9ede81f45cb
tree6a80037ddb9fa8a15f6f795aa54efaeb091ac83f
parent50891af4178152c5d4646da6b072f410a8639446
disable unnecessary PyType_IS_GC() check in PyPy (not supported)
Cython/Compiler/ModuleNode.py