1. 25 May, 2016 7 commits
  2. 24 May, 2016 5 commits
  3. 23 May, 2016 17 commits
  4. 22 May, 2016 5 commits
  5. 21 May, 2016 4 commits
  6. 20 May, 2016 2 commits
    • Marius Wachtler's avatar
      enable sqlalchemy_smalltest · 1257cf68
      Marius Wachtler authored
      1257cf68
    • Marius Wachtler's avatar
      store and restore is_reraise flag · 24ee1667
      Marius Wachtler authored
      I did not trigger this bug (also could not come up with a test) but just by inspecting the code I thought it's very suspicious.
      
      But I did remove the assert(!exc_state.is_reraise) assert because it got hit in a legitimate case,
      (c++ exception got rethrowen in the llvm tier, cought in our c++ code and rethrowen because of api mismatch. With no python code in between.)
      24ee1667