Message 409862 - Python tracker
Message409862
| Author | vstinner |
|---|---|
| Recipients | JunyiXie, Mark.Shannon, corona10, mark.dickinson, rhettinger, shihai1991, vstinner |
| Date | 2022-01-06.15:24:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1641482647.88.0.456684254147.issue40521@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
My commit ea251806b8dffff11b30d2182af1e589caf88acf (interned strings) introduced bpo-46006 "[subinterpreter] _PyUnicode_EqualToASCIIId() issue with subinterpreters" regression. To unblock the Python 3.11.0a4 release, I just reverted the change. It reintroduces the issue, so I created bpo-46283: "[subinterpreters] Unicode interned strings must not be shared between interpreters". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-01-06 15:24:07 | vstinner | set | recipients: + vstinner, rhettinger, mark.dickinson, Mark.Shannon, corona10, shihai1991, JunyiXie |
| 2022-01-06 15:24:07 | vstinner | set | messageid: <1641482647.88.0.456684254147.issue40521@roundup.psfhosted.org> |
| 2022-01-06 15:24:07 | vstinner | link | issue40521 messages |
| 2022-01-06 15:24:07 | vstinner | create | |