make the NULL-instead-of-None change in tp_clear() optional and off by default -...
authorStefan Behnel <stefan_ml@behnel.de>
Thu, 8 Aug 2013 17:49:11 +0000 (19:49 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Thu, 8 Aug 2013 17:49:11 +0000 (19:49 +0200)
commitb274ea0bfc89ac062cdcd408c8ae49bb06ad883d
tree7390f7452b367ab1cdd5a94b208b85f8b2619ed4
parent6e1c15baa0c447a7b21ee630596f97ed3362f2e4
make the NULL-instead-of-None change in tp_clear() optional and off by default - breaks too much code for now
Cython/Compiler/ModuleNode.py
Cython/Compiler/Options.py
runtests.py