STINNER Victor <vstin...@redhat.com> added the comment:

Oh, I'm sorry, I misunderstood the issue. Changes in the *private* API must not 
be documented. In short, you must not use the private API :-)

If you really have to use the private API, be prepared for incompatible changes 
in new Python releases. For the gdb issue, gdb should use an #ifdef using 
PY_VERSION_HEX. Depending on the Python version, the number of parameters 
changes.

Miro: Let's move the discussion to 
https://bugzilla.redhat.com/show_bug.cgi?id=1577396 to see how to fix gdb ;-)

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33470>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to