don't allow pointer assignments to Python variables (except for char*)
authorStefan Behnel <scoder@users.berlios.de>
Tue, 20 Oct 2009 18:08:31 +0000 (20:08 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 20 Oct 2009 18:08:31 +0000 (20:08 +0200)
commitd3e89c97246b8820f2572ee7d5dd0fd346e72689
treeac449115aa5c03ce99fb84e4239ddc0cfef149fc
parente8aa2fe4bcc7a0dff37a4ed1d73c44d64d6b876d
don't allow pointer assignments to Python variables (except for char*)
Cython/Compiler/PyrexTypes.py