1. 30 Aug, 2016 6 commits
  2. 29 Aug, 2016 10 commits
  3. 27 Aug, 2016 9 commits
  4. 26 Aug, 2016 8 commits
  5. 25 Aug, 2016 6 commits
  6. 24 Aug, 2016 1 commit
    • Victor Stinner's avatar
      method_call() and slot_tp_new() now uses fast call · 3f1057a4
      Victor Stinner authored
      Issue #27841: Add _PyObject_Call_Prepend() helper function to prepend an
      argument to existing arguments to call a function. This helper uses fast calls.
      
      Modify method_call() and slot_tp_new() to use _PyObject_Call_Prepend().
      3f1057a4