[Python-checkins] peps: PEP 509: mention explicitly that PyDictObject is not part of the stable ABI

victor.stinner python-checkins at python.org
Tue Jan 12 16:47:01 EST 2016


https://hg.python.org/peps/rev/655f4e82d7b2
changeset:   6174:655f4e82d7b2
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Jan 12 22:46:56 2016 +0100
summary:
  PEP 509: mention explicitly that PyDictObject is not part of the stable ABI

files:
  pep-0509.txt |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/pep-0509.txt b/pep-0509.txt
--- a/pep-0509.txt
+++ b/pep-0509.txt
@@ -158,6 +158,9 @@
   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 = {}

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list