Skip to content

Commit

Permalink
Add segfault test on osx-64+libffi=3.4 (bpo-44556)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbargull committed Dec 23, 2023
1 parent a3156fb commit 9255e8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ outputs:
- popd
- python run_test.py
- test ! -f default.profraw # [osx]
# Test for segfault on osx-64 with libffi=3.4, see https://bugs.python.org/issue44556
- python -c "from ctypes import CFUNCTYPE; CFUNCTYPE(None)(id)"

- name: libpython-static
script: build_static.sh # [unix]
Expand Down

0 comments on commit 9255e8d

Please sign in to comment.