invalidate the cache of all subtypes when updating a type's tp_dict (algorithm copied...
authorStefan Behnel <scoder@users.berlios.de>
Mon, 26 May 2008 22:12:36 +0000 (00:12 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 26 May 2008 22:12:36 +0000 (00:12 +0200)
commit26ff13715e6bf92f32d89517a70cef5795a63380
treee314f23e54e17a2602a35481e48dc376cc35b1e3
parentb6960765c5732d54ed8e7d0f28d96a34bf9b6661
invalidate the cache of all subtypes when updating a type's tp_dict (algorithm copied from typeobject.c in Py3)
Cython/Compiler/ExprNodes.py