incref_local_binop option for SAGE
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 5 Sep 2007 23:43:04 +0000 (16:43 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 5 Sep 2007 23:43:04 +0000 (16:43 -0700)
commitc1609002021128e64e37da5001b76ca89b561f93
tree8ff74cda6b49494669315e889b3c10c88f724bf9
parent36549f78f500cc0b503d4cb82ce7c8ca38049ecb
incref_local_binop option for SAGE

This is so mutating inplace operations can be detected safely.
Cython/Compiler/CmdLine.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/Options.py
Cython/Compiler/Symtab.py