Message329525
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2018-11-09.15:40:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1541778052.84.0.788709270274.issue35199@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Currently, PyTuple_GET_ITEM() can be used with &PyTuple_GET_ITEM(). If we convert PyTuple_GET_ITEM() to a function returning PyObject*, it's no longer possible. My PR 10434 prepares the code for that. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-11-09 15:40:52 | vstinner | set | recipients: + vstinner |
| 2018-11-09 15:40:52 | vstinner | set | messageid: <1541778052.84.0.788709270274.issue35199@psf.upfronthosting.co.za> |
| 2018-11-09 15:40:52 | vstinner | link | issue35199 messages |
| 2018-11-09 15:40:52 | vstinner | create | |