We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a3777e + 9ff79f7 commit 1d8e7dbCopy full SHA for 1d8e7db
2 files changed
Misc/NEWS
@@ -28,6 +28,9 @@ Core and Builtins
28
Library
29
-------
30
31
+- Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke
32
+ malloc weak symbols.
33
+
34
- Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
35
inside subjectAltName correctly. Formerly the module has used OpenSSL's
36
GENERAL_NAME_print() function to get the string represention of ASN.1
Modules/_ctypes/libffi/fficonfig.py.in
@@ -1,7 +1,6 @@
1
ffi_sources = """
2
src/prep_cif.c
3
src/closures.c
4
-src/dlmalloc.c
5
""".split()
6
7
ffi_platforms = {
0 commit comments