An error occurred fetching the project authors.
  1. 14 Nov, 2015 1 commit
  2. 25 Jul, 2015 1 commit
  3. 26 Dec, 2014 2 commits
  4. 16 May, 2013 2 commits
  5. 24 Feb, 2013 1 commit
    • Pauli Virtanen's avatar
      pyximport: fix a bug crashing other processes · e2f2580a
      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.
      e2f2580a
  6. 15 Aug, 2012 1 commit
  7. 07 Aug, 2012 1 commit
  8. 06 Aug, 2012 4 commits
  9. 01 Aug, 2012 1 commit
  10. 23 Oct, 2009 1 commit
  11. 24 Sep, 2009 1 commit
  12. 10 Mar, 2009 1 commit
  13. 22 Feb, 2009 1 commit
  14. 25 Jan, 2009 1 commit
  15. 24 Jan, 2009 2 commits
  16. 17 Jan, 2009 1 commit
  17. 16 Aug, 2008 2 commits