Skip to content
Snippets Groups Projects
  1. Sep 25, 2023
  2. Sep 14, 2023
  3. Sep 13, 2023
  4. Jun 14, 2023
  5. Jun 08, 2023
  6. May 28, 2023
    • Armin Rigo's avatar
      issue 564 · dfa6c469
      Armin Rigo authored
      The distutils module is no longer included by default in Python 3.12.
      dfa6c469
  7. Feb 23, 2023
  8. Jan 09, 2023
    • Armin Rigo's avatar
      Issue 556 · e06731ee
      Armin Rigo authored
      Trying to make this test a little bit less fragile
      e06731ee
  9. Dec 24, 2022
  10. Dec 18, 2022
    • John David Anglin's avatar
      Fix the test failures on hppa · 31b49424
      John David Anglin authored
      A couple of years ago the libffi port for hppa-linux was changed from using a
      trampoline executed on the stack to the function descriptor technique used by
      ia64. This doesn't require an executable stack and is simpler. However,
      function pointers need to have the PLABEL bit set in the pointer. As a result,
      a simple cast can't be used to convert closure pointers to function pointers.
      
      python-cffi uses its own closure allocation so the problem can't be fixed in
      libffi.
      
      I added a macro CFFI_FN to do the conversion. It shouldn't affect other
      architectures. There is a similar define in libffi.
      
      Fixes: https://bugs.debian.org/1024271
      31b49424
  11. Dec 04, 2022
    • Armin Rigo's avatar
      issue 555 · 78c880fa
      Armin Rigo authored
      Incorrect brew installation setup
      78c880fa
    • Armin Rigo's avatar
      Issue 553 · 0edacf7e
      Armin Rigo authored
      Two missing calls to PyObject_GC_UnTrack()
      0edacf7e
  12. Nov 15, 2022
  13. Nov 14, 2022
  14. Nov 13, 2022
  15. Nov 11, 2022
  16. Sep 12, 2022
  17. Sep 03, 2022
  18. Jul 18, 2022
  19. Jul 15, 2022
  20. Jul 11, 2022
  21. Jun 30, 2022
  22. Jun 29, 2022
  23. Jun 08, 2022
Loading