1. 07 Apr, 2023 1 commit
  2. 03 Apr, 2023 1 commit
  3. 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
  4. 28 Mar, 2023 2 commits
  5. 27 Mar, 2023 1 commit
  6. 24 Mar, 2023 1 commit
  7. 23 Mar, 2023 1 commit
  8. 16 Mar, 2023 3 commits
  9. 09 Mar, 2023 1 commit
  10. 07 Mar, 2023 1 commit
  11. 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
  12. 22 Feb, 2023 1 commit
  13. 20 Feb, 2023 1 commit
  14. 17 Feb, 2023 3 commits
  15. 16 Feb, 2023 2 commits
  16. 10 Feb, 2023 1 commit
  17. 09 Feb, 2023 1 commit
  18. 08 Feb, 2023 2 commits
  19. 07 Feb, 2023 1 commit
  20. 06 Feb, 2023 2 commits
  21. 04 Feb, 2023 1 commit
  22. 01 Feb, 2023 3 commits
  23. 19 Jan, 2023 1 commit
  24. 18 Jan, 2023 1 commit
  25. 14 Jan, 2023 1 commit
  26. 13 Jan, 2023 1 commit
  27. 03 Jan, 2023 4 commits