Message336074
| Author | vstinner |
|---|---|
| Recipients | rhettinger, sir-sigurd, vstinner |
| Date | 2019-02-20.11:37:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1550662668.97.0.311478660512.issue36030@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I prefer PyTuple_FromArray() API idea. It's safer by design than you "list to tuple" function stealing references to list items if refcnt(list)==1. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-20 11:37:48 | vstinner | set | recipients: + vstinner, rhettinger, sir-sigurd |
| 2019-02-20 11:37:48 | vstinner | set | messageid: <1550662668.97.0.311478660512.issue36030@roundup.psfhosted.org> |
| 2019-02-20 11:37:48 | vstinner | link | issue36030 messages |
| 2019-02-20 11:37:48 | vstinner | create | |