An error occurred fetching the project authors.
- 14 Nov, 2015 1 commit
-
-
Stefan Behnel authored
-
- 25 Jul, 2015 1 commit
-
-
Petr Viktorin authored
-
- 26 Dec, 2014 2 commits
-
-
Stefan Behnel authored
fix test runner and pyximport in Py 2.7.9 and 3.4+: setuptools replaces "distutils.dist.Distribution" *after* we import it, which then breaks the input validation in "distutils.cmd"
-
Stefan Behnel authored
fix test runner and pyximport in Py 2.7.9 and 3.4+: setuptools replaces "distutils.dist.Distribution" *after* we import it, which then breaks the input validation in "distutils.cmd" --HG-- extra : transplant_source : %3A%84%AC%02E%17%D8%EE%E64Mpv%25%A3%8E%8B%E5%CA%19
-
- 16 May, 2013 2 commits
-
-
Martin Teichmann authored
It is very astonishing to a user, that pyximport uses a different set of config files from the underlying distutils.
-
Martin Teichmann authored
This reverts commit 813ff05a. This was an accidentally applied twice.
-
- 24 Feb, 2013 1 commit
-
-
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.
-
- 15 Aug, 2012 1 commit
-
-
Stefan Behnel authored
-
- 07 Aug, 2012 1 commit
-
-
Stefan Behnel authored
when pyximporting a package __init__ module in place, make sure we provide __path__ at module init time to support relative imports
-
- 06 Aug, 2012 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 Aug, 2012 1 commit
-
-
Stefan Behnel authored
-
- 23 Oct, 2009 1 commit
-
-
Stefan Behnel authored
-
- 24 Sep, 2009 1 commit
-
-
Lisandro Dalcin authored
-
- 10 Mar, 2009 1 commit
-
-
Robert Bradshaw authored
-
- 22 Feb, 2009 1 commit
-
-
Stefan Behnel authored
-
- 25 Jan, 2009 1 commit
-
-
Stefan Behnel authored
-
- 24 Jan, 2009 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Jan, 2009 1 commit
-
-
Stefan Behnel authored
-
- 16 Aug, 2008 2 commits
-
-
Robert Bradshaw authored
-
PaulPrescod authored
-