1. 03 May, 2022 1 commit
    • da-woods's avatar
      Mark reverse operators with METHOD_COEXIST (GH-4753) · fe98838c
      da-woods authored
      This means that reverse operators (e.g. `__radd__`) won't be
      hidden by the automatic wrapper that `PyType_Ready()` produces if
      the forward method exists. Although they won't work as
      in Python, they will be possible to look up and call explicitly.
      This should make it easier to write code that's compatible with
      Cython 0.29.x and Cython 3 (where reverse operators will be full supported).
      
      Closes https://github.com/cython/cython/issues/4750
      fe98838c
  2. 21 Apr, 2022 1 commit
  3. 18 Apr, 2022 1 commit
  4. 16 Apr, 2022 1 commit
  5. 15 Apr, 2022 1 commit
  6. 12 Apr, 2022 3 commits
  7. 07 Apr, 2022 3 commits
  8. 01 Apr, 2022 1 commit
  9. 31 Mar, 2022 1 commit
  10. 21 Mar, 2022 1 commit
  11. 14 Mar, 2022 4 commits
  12. 12 Mar, 2022 2 commits
  13. 24 Feb, 2022 2 commits
  14. 19 Feb, 2022 1 commit
  15. 16 Feb, 2022 9 commits
  16. 04 Feb, 2022 1 commit
  17. 02 Feb, 2022 1 commit
  18. 28 Jan, 2022 6 commits