projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f91364
)
whatsnew: cypthon can be compiled with address sanity checking enabled.
author
R David Murray
<rdmurray@bitdance.com>
Mon, 24 Feb 2014 20:48:22 +0000
(15:48 -0500)
committer
R David Murray
<rdmurray@bitdance.com>
Mon, 24 Feb 2014 20:48:22 +0000
(15:48 -0500)
Doc/whatsnew/3.4.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.4.rst
b/Doc/whatsnew/3.4.rst
index 78261c503786c88649363340df8bb5d4d62c22ce..c0b753958ca2d852a341ceb36c86547c27b2053e 100644
(file)
--- a/
Doc/whatsnew/3.4.rst
+++ b/
Doc/whatsnew/3.4.rst
@@
-1484,6
+1484,11
@@
Other Build and C API Changes
existing :c:func:`PyStructSequence_InitType` function. The difference
is that it returns ``0`` on success and ``-1`` on failure.
+* The CPython source can now be compiled using the address sanity checking
+ features of recent versions of GCC and clang: the false alarms in the small
+ object allocator have been silenced. (Contributed by Dhiru Kholia in
+ :issue:`18598`.)
+
.. _other-improvements-3.4: