mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols.
This commit is contained in:
parent
30b9d5d3af
commit
9ff79f7c46
2 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
ffi_sources = """
|
||||
src/prep_cif.c
|
||||
src/closures.c
|
||||
src/dlmalloc.c
|
||||
""".split()
|
||||
|
||||
ffi_platforms = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue