1. 15 Dec, 2021 3 commits
  2. 14 Dec, 2021 5 commits
  3. 06 Dec, 2021 12 commits
  4. 05 Dec, 2021 13 commits
  5. 30 Nov, 2021 1 commit
  6. 29 Nov, 2021 1 commit
  7. 26 Nov, 2021 1 commit
  8. 25 Nov, 2021 3 commits
  9. 24 Nov, 2021 1 commit
    • da-woods's avatar
      Clean up memoryview reference counting on error (GH-4476) · 002e7c6f
      da-woods authored
      Fixes https://github.com/cython/cython/issues/4296
      
      If there was an error in preparing the function arguments after a
      memoryview had already been created, then the memoryview was not
      cleaned up correctly.
      
      (This leaves it in the slightly odd position where memoryviews
      are cleaned up in the wrapper function on failure, but in the
      main function on success. I kind of think it'd be better to clean
      them up in the wrapper function in both cases, but I'm reluctant
      to mess with a system that largely works.)
      002e7c6f