This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients docs@python, eric.snow, hroncok, ned.deily, vstinner
Date 2018-05-15.16:21:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526401318.7.0.682650639539.issue33470@psf.upfronthosting.co.za>
In-reply-to
Content
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 ;-)
History
Date User Action Args
2018-05-15 16:21:58vstinnersetrecipients: + vstinner, ned.deily, docs@python, eric.snow, hroncok
2018-05-15 16:21:58vstinnersetmessageid: <1526401318.7.0.682650639539.issue33470@psf.upfronthosting.co.za>
2018-05-15 16:21:58vstinnerlinkissue33470 messages
2018-05-15 16:21:58vstinnercreate