Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d8e7db

Browse files
committed
Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols.
2 parents 9a3777e + 9ff79f7 commit 1d8e7db

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ Core and Builtins
2828
Library
2929
-------
3030

31+
- Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke
32+
malloc weak symbols.
33+
3134
- Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
3235
inside subjectAltName correctly. Formerly the module has used OpenSSL's
3336
GENERAL_NAME_print() function to get the string represention of ASN.1

Modules/_ctypes/libffi/fficonfig.py.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
ffi_sources = """
22
src/prep_cif.c
33
src/closures.c
4-
src/dlmalloc.c
54
""".split()
65

76
ffi_platforms = {

0 commit comments

Comments
 (0)