Message 387142 - Python tracker (original) (raw)
Message387142
Author | vstinner |
---|---|
Recipients | Michael.Felt, corona10, erlendaasland, miss-islington, rhettinger, ronaldoussoren, shihai1991, vstinner |
Date | 2021-02-17.10:55:53 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1613559354.11.0.118979387978.issue40170@roundup.psfhosted.org |
In-reply-to |
Content |
---|
> For PySequence_ITEM, I guess adding a private C version (for example _PySequence_Item) and redirecting the macro to the C version would be acceptable. This can introduce a performance slowdown and so should wait until the PEP 620 is accepted. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2021-02-17 10:55:54 | vstinner | set | recipients: + vstinner, rhettinger, ronaldoussoren, Michael.Felt, corona10, miss-islington, shihai1991, erlendaasland |
2021-02-17 10:55:54 | vstinner | set | messageid: 1613559354.11.0.118979387978.issue40170@roundup.psfhosted.org |
2021-02-17 10:55:54 | vstinner | link | issue40170 messages |
2021-02-17 10:55:53 | vstinner | create |