Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 30b9d5d commit 9ff79f7Copy full SHA for 9ff79f7
2 files changed
Misc/NEWS
@@ -66,6 +66,9 @@ Core and Builtins
66
Library
67
-------
68
69
+- Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke
70
+ malloc weak symbols.
71
+
72
- Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
73
inside subjectAltName correctly. Formerly the module has used OpenSSL's
74
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