- 24 Feb, 2013 5 commits
-
-
Pauli Virtanen authored
pyxbuild overwrites .so file contents, corrupting any mmapped code image loaded. If pyximporting the same module from two different processes, on Linux this leads to crashes with bus error. This commit fixes the issue by unlinking the file first. On Linux et al., this does not change the file contents of any open FDs. On Windows, unlinking fails, and we just switch to using a different file name.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 23 Feb, 2013 27 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
only include CythonFunction utility code if it's really used, might be unused if .pxd overrides all def functions to cdef
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 Feb, 2013 6 commits
-
-
Stefan Behnel authored
automatically replace calls to builtin.__contains__() with the corresponding C-API function and enable optimisation of unbound builtin methods for subtypes
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 21 Feb, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-