1. 31 Mar, 2016 2 commits
    • Kevin Modzelewski's avatar
      Check CAPI exceptions before signals · 1077e7f2
      Kevin Modzelewski authored
      Previously we would check signals first.  Which means that we would then
      call into a signal handler with an active exception, which would later
      trigger asserts.
      
      For CXX functions, the exception automatically wins over the signal checking.
      CPython also checks signals first.
      
      The only tricky thing is that this was happening because the signals stuff
      was hooked deeper down the stack.  So pass down the CAPI-exception data as well.
      1077e7f2
    • Kevin Modzelewski's avatar
      Fix some more CAPI-only bugs · efd8ce63
      Kevin Modzelewski authored
      One of them was an issue of defining a CXX-style accelerator but
      not a CAPI-style one, so that's now asserted against.
      efd8ce63
  2. 30 Mar, 2016 9 commits
  3. 29 Mar, 2016 29 commits