- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message392411
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | vstinner |
|---|---|
| Recipients | Arfrever, Mark.Shannon, benjamin.peterson, brett.cannon, eltoder, eric.snow, gvanrossum, larry, lemburg, ncoghlan, ned.deily, njs, pitrou, python-dev, rhettinger, serhiy.storchaka, vstinner |
| Date | 2021-04-30.10:43:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1619779437.85.0.55873032179.issue24912@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Update: a new Py_TPFLAGS_IMMUTABLETYPE flag was added in bpo-43908, and it's now checked rather than relying on Py_TPFLAGS_HEAPTYPE to decide if a type is "mutable" or not. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-30 10:43:57 | vstinner | set | recipients: + vstinner, lemburg, gvanrossum, brett.cannon, rhettinger, ncoghlan, pitrou, larry, benjamin.peterson, ned.deily, Arfrever, njs, Mark.Shannon, python-dev, eltoder, eric.snow, serhiy.storchaka |
| 2021-04-30 10:43:57 | vstinner | set | messageid: <1619779437.85.0.55873032179.issue24912@roundup.psfhosted.org> |
| 2021-04-30 10:43:57 | vstinner | link | issue24912 messages |
| 2021-04-30 10:43:57 | vstinner | create | |

