improve module cleanup safety a little by making Cython cleanup functions run last...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 25 Aug 2012 16:26:25 +0000 (18:26 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 25 Aug 2012 16:26:25 +0000 (18:26 +0200)
commit3c833d65a18e9b23bea78e7544e8594e1053f6c9
tree5c3bdda0b0d97c151214e0b00f3c9b97b0c6cfa3
parent45afbe4df781321a97bc1ded39a79ecd9383c5dc
improve module cleanup safety a little by making Cython cleanup functions run last by atexit
Cython/Utility/ModuleSetupCode.c