Message 392389 - Python tracker
Message392389
| Author | shreyanavigyan |
|---|---|
| Recipients | Guido.van.Rossum, Mark.Shannon, christian.heimes, corona10, erlendaasland, gvanrossum, pablogsal, serhiy.storchaka, shihai1991, shreyanavigyan, vstinner |
| Date | 2021-04-30.07:59:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1619769565.36.0.311510425841.issue43908@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Py_TPFLAGS_IMMUTABLETYPE has been applied to array.array by Erlend in https://github.com/python/cpython/pull/25696. Should Py_TPFLAGS_IMMUTABLETYPE be applied to other heap types also (the ones that were converted from static types)? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-30 07:59:25 | shreyanavigyan | set | recipients: + shreyanavigyan, gvanrossum, vstinner, christian.heimes, Mark.Shannon, serhiy.storchaka, Guido.van.Rossum, corona10, pablogsal, shihai1991, erlendaasland |
| 2021-04-30 07:59:25 | shreyanavigyan | set | messageid: <1619769565.36.0.311510425841.issue43908@roundup.psfhosted.org> |
| 2021-04-30 07:59:25 | shreyanavigyan | link | issue43908 messages |
| 2021-04-30 07:59:25 | shreyanavigyan | create | |