1. 03 Apr, 2023 1 commit
  2. 30 Mar, 2023 1 commit
    • ci: Python 3.12 optional test job (#4575) · 4ce05175
      * ci: Python 3.12 optional testing
      
      Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
      
      * Skip test_flaky_exception_failure_point_init() for Python 3.12.0a6 (similar to https://github.com/google/pywrapcc/commit/af5c6536aba77b1db99bb16995d3a684351efb93#diff-f46006e3f43ffb1dd5d6862005427f6620f4dcfb1fa2f883d8482550069eeecc).
      
      * Disable tests/test_embed/test_interpreter.cpp (broken with Python 3.12.0alpha6)
      
      ```
      free(): invalid pointer
      
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      test_embed is a Catch v2.13.9 host application.
      Run with -? for options
      
      -------------------------------------------------------------------------------
      Custom PyConfig
      -------------------------------------------------------------------------------
      /home/runner/work/pybind11/pybind11/tests/test_embed/test_interpreter.cpp:175
      ...............................................................................
      
      /home/runner/work/pybind11/pybind11/tests/test_embed/test_interpreter.cpp:179: FAILED:
        {Unknown expression after the reported line}
      due to a fatal error condition:
        SIGABRT - Abort (abnormal termination) signal
      
      ===============================================================================
      test cases:    6 |    5 passed | 1 failed
      assertions: 1518 | 1517 passed | 1 failed
      ```
      
      ---------
      
      Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
      Co-authored-by: Ralf W. Grosse-Kunstleve <rwgk@google.com>
      Henry Schreiner committed
  3. 28 Mar, 2023 2 commits
  4. 27 Mar, 2023 1 commit
  5. 24 Mar, 2023 1 commit
  6. 23 Mar, 2023 1 commit
  7. 16 Mar, 2023 3 commits
  8. 09 Mar, 2023 1 commit
  9. 07 Mar, 2023 1 commit
  10. 23 Feb, 2023 1 commit
    • add --version option to pybind11-config (#4526) · 3cc7e425
      Without this, it's impossible to get feature parity between detection
      mechanisms. Both the pkg-config file and the cmake config set their
      versions, but the python probe script didn't provide an option for this.
      
      So you could print the compiler flags for using it, but you could not
      check what you got.
      Eli Schwartz committed
  11. 22 Feb, 2023 1 commit
  12. 20 Feb, 2023 1 commit
  13. 17 Feb, 2023 3 commits
  14. 16 Feb, 2023 2 commits
  15. 10 Feb, 2023 1 commit
  16. 09 Feb, 2023 1 commit
  17. 08 Feb, 2023 2 commits
  18. 07 Feb, 2023 1 commit
  19. 06 Feb, 2023 2 commits
  20. 04 Feb, 2023 1 commit
  21. 01 Feb, 2023 3 commits
  22. 19 Jan, 2023 1 commit
  23. 18 Jan, 2023 1 commit
  24. 14 Jan, 2023 1 commit
  25. 13 Jan, 2023 1 commit
  26. 03 Jan, 2023 5 commits