Message 408606 - Python tracker
Message408606
| Author | vstinner |
|---|---|
| Recipients | eric.snow, shihai1991, vstinner |
| Date | 2021-12-15.14:49:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1639579760.52.0.946887055447.issue40533@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Until all Python stdlib C extensions and all third-party C extensions will be modified to no longer use and define static types and will stop shared Python objects between two interpreters, we can no longer micro-optimize the comparison of two interned strings by only comparing their memory addresse. See bpo-46006. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-12-15 14:49:20 | vstinner | set | recipients: + vstinner, eric.snow, shihai1991 |
| 2021-12-15 14:49:20 | vstinner | set | messageid: <1639579760.52.0.946887055447.issue40533@roundup.psfhosted.org> |
| 2021-12-15 14:49:20 | vstinner | link | issue40533 messages |
| 2021-12-15 14:49:20 | vstinner | create | |