1. 26 Feb, 2022 1 commit
    • da-woods's avatar
      Fix reference counting in loops over memoryviews (GH-4663) · a40f34e0
      da-woods authored
      Memoryview temps weren't being properly incremented (at the start
      of the loop) or decremented (at the end of the loop). They were,
      however, decremented in the exception handling case.
      
      Long-term I think we really should unify reference counting for
      memoryviews further. It's *slightly* different from PyObjects
      (mainly that it happens in wrapper functions rather than the
      main function) and that leads to a large chance that it just
      gets missed.
      
      Fixes https://github.com/cython/cython/issues/4662
      a40f34e0
  2. 25 Feb, 2022 6 commits
  3. 24 Feb, 2022 8 commits
  4. 23 Feb, 2022 2 commits
  5. 22 Feb, 2022 1 commit
  6. 19 Feb, 2022 4 commits
  7. 16 Feb, 2022 11 commits
  8. 15 Feb, 2022 1 commit
  9. 13 Feb, 2022 2 commits
  10. 11 Feb, 2022 2 commits
  11. 10 Feb, 2022 2 commits