1. Oct 03, 2020
  2. Oct 02, 2020
  3. Oct 01, 2020
  4. Sep 27, 2020
    • Ralf W. Grosse-Kunstleve's avatar
      static allocation for PyModuleDef, to avoid leak check errors. (#2413) · d159a563
      Ralf W. Grosse-Kunstleve authored
      * Initializing PyModuleDef object with PyModuleDef_HEAD_INIT.
      
      Python 3.8 documentation: m_base - Always initialize this member to PyModuleDef_HEAD_INIT.
      
      Long-standing (since first github commit in 2015), inconsequential bug.
      
      Also removing inconsequential Py_INCREF(def): PyModule_Create() resets the reference count to 1.
      
      * git rebase master
      
      * moving static PyModuleDef declaration to global scope, as requested by @wjakob
      
      * renaming the two new macros, to start with PYBIND11_DETAIL_MODULE
      d159a563
  5. Sep 23, 2020
  6. Sep 22, 2020
  7. Sep 20, 2020
  8. Sep 19, 2020
  9. Sep 18, 2020
  10. Sep 17, 2020
  11. Sep 16, 2020
  12. Sep 15, 2020