Make __pyx_import_star_type_names static to remove link errors when freezing.
authorRobert Bradshaw <robertwb@gmail.com>
Sat, 12 Jan 2013 20:59:27 +0000 (12:59 -0800)
committerRobert Bradshaw <robertwb@gmail.com>
Sat, 12 Jan 2013 20:59:27 +0000 (12:59 -0800)
commitf2844895d89809d17f56f6706581f16ff073dca4
tree5ba6396c885d2ea1a25ac1c491dbf1bc231d523b
parenta391c3a3f351b36bbdee882dd0604bc89bf3da02
Make __pyx_import_star_type_names static to remove link errors when freezing.
Cython/Compiler/ModuleNode.py