summaryrefslogtreecommitdiff
path: root/Cython/Utility/ModuleSetupCode.c
Commit message (Collapse)AuthorAgeFilesLines
...
* fix (and test) bisecting into code object cacheStefan Behnel2012-01-281-11/+12
|
* implemented a module global cache for the code objects used in traceback ↵Stefan Behnel2012-01-281-0/+119
| | | | building
* Fix py24-py25 memoryview compilation errorsMark Florisson2012-01-221-0/+2
|
* externalised one more utility code section from module init codeStefan Behnel2011-11-131-3/+23
|
* renamed file for module setup utility code to make it more generally usableStefan Behnel2011-11-131-0/+224
--HG-- rename : Cython/Utility/CModulePreamble.c => Cython/Utility/ModuleSetupCode.c