blob: e550d247b7580b11d9a7f13f1fad4b22721936fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
requirements:
- contrib/restricted/libffi
disable_includes:
- mbarrier.h
exclude_from_macros:
- c/call_python.c
- c/cdlopen.c
- c/cffi1_module.c
- c/cglob.c
- c/commontypes.c
- c/ffi_obj.c
- c/lib_obj.c
- c/parse_c_type.c
- c/realize_c_type.c
- gen/*
- lsan.supp
mark_as_resources:
- cffi/_cffi_errors.h
- cffi/_cffi_include.h
- cffi/_embedding.h
- cffi/parse_c_type.h
exclude:
- c/libffi_*
- c/test_c.py
copy:
- c/*
keep:
- gen/*
- lsan.supp
|