Fix #566, where __getslice__ generates code that gives a confusing compiler error...
authorCarl Witty <Carl.Witty@gmail.com>
Thu, 12 Aug 2010 16:36:40 +0000 (09:36 -0700)
committerCarl Witty <Carl.Witty@gmail.com>
Thu, 12 Aug 2010 16:36:40 +0000 (09:36 -0700)
commit04a763d057997ba50228710e76d9be11de126111
treef769678ed56924879dbd541a84126931f2a79ce9
parent7d56e62cff612864b488e8b32a6d88a93cb5abae
Fix #566, where __getslice__ generates code that gives a confusing compiler error under Python 3.  (Now you get a Cython compiler warning and a direct error message.)  A modification of the patch for #215.
Cython/Compiler/ModuleNode.py