Message316679
| 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:58 | vstinner | set | recipients: + vstinner, ned.deily, docs@python, eric.snow, hroncok |
| 2018-05-15 16:21:58 | vstinner | set | messageid: <1526401318.7.0.682650639539.issue33470@psf.upfronthosting.co.za> |
| 2018-05-15 16:21:58 | vstinner | link | issue33470 messages |
| 2018-05-15 16:21:58 | vstinner | create | |