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

Skip to content

Commit 9ff79f7

Browse files
committed
Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols.
1 parent 30b9d5d commit 9ff79f7

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
@@ -66,6 +66,9 @@ Core and Builtins
6666
Library
6767
-------
6868

69+
- Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke
70+
malloc weak symbols.
71+
6972
- Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
7073
inside subjectAltName correctly. Formerly the module has used OpenSSL's
7174
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)