module_is_name should not be static so that cython freeze can access it
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 18 Feb 2011 02:04:16 +0000 (18:04 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 18 Feb 2011 02:04:16 +0000 (18:04 -0800)
commit957e1324dd8c3594efd6c1fef6e47519b6fe1e34
tree407bde4a88351bf23d9c8856d10651c010b31147
parent4350d7f2807b45021eb480b4b3e3fb52eb58218f
module_is_name should not be static so that cython freeze can access it
Cython/Compiler/ModuleNode.py