PEP 509: mention explicitly that PyDictObject is not part of the stable ABI

This commit is contained in:
Victor Stinner 2016-01-12 22:46:56 +01:00
parent f916adc862
commit 62cad3ab0c
1 changed files with 3 additions and 0 deletions

View File

@ -158,6 +158,9 @@ initilized to version ``0``. The version is incremented at each change:
values are compared by identity, not by their content; the version can
be incremented multiple times
.. note::
The ``PyDictObject`` structure is not part of the stable ABI.
Example using an hypothetical ``dict_get_version(dict)`` function::
>>> d = {}