1. 20 Sep, 2017 1 commit
    • Stefan Behnel's avatar
      Make vtable order of extension types with fused methods only dependant on the... · fcc3461e
      Stefan Behnel authored
      Make vtable order of extension types with fused methods only dependant on the original declaration order (e.g. in the .pxd file).
      Previously, fused methods were specialised and expanded on first use, which lead to an arbitrary order in the vtable.
      Also fixes compile failures when inheriting from base types with fused cdef methods.
      Fixes #1873.
      fcc3461e
  2. 19 Sep, 2017 2 commits
  3. 16 Sep, 2017 1 commit
  4. 15 Sep, 2017 3 commits
  5. 14 Sep, 2017 1 commit
  6. 13 Sep, 2017 12 commits
  7. 12 Sep, 2017 20 commits