mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
whatsnew: cypthon can be compiled with address sanity checking enabled.
This commit is contained in:
parent
4f91364598
commit
4e564c893b
1 changed files with 5 additions and 0 deletions
|
@ -1484,6 +1484,11 @@ Other Build and C API Changes
|
||||||
existing :c:func:`PyStructSequence_InitType` function. The difference
|
existing :c:func:`PyStructSequence_InitType` function. The difference
|
||||||
is that it returns ``0`` on success and ``-1`` on failure.
|
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:
|
.. _other-improvements-3.4:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue