1. 16 Jul, 2015 1 commit
    • Robert Bradshaw's avatar
      Use PyTypeObject* for the builtin type type. · 7ed3f722
      Robert Bradshaw authored
      Many C API calls, both from CPython and externally, expect
      PyTypeObject* for the type argument.  A misdeclaration is
      a warning in C, but an error in C++.
      
      The C type of other builtins, such as lists, are not typically
      required in function signatures, so they are left as PyObject*.
      7ed3f722
  2. 14 Jul, 2015 5 commits
  3. 13 Jul, 2015 5 commits
  4. 12 Jul, 2015 5 commits
  5. 11 Jul, 2015 1 commit
  6. 10 Jul, 2015 9 commits
  7. 08 Jul, 2015 14 commits