diff --git a/pep-0509.txt b/pep-0509.txt index 486d69a2b..18af59e54 100644 --- a/pep-0509.txt +++ b/pep-0509.txt @@ -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 = {}