Message 365925 - Python tracker
Message365925
| Author | serhiy.storchaka |
|---|---|
| Recipients | corona10, pablogsal, serhiy.storchaka, shihai1991, tim.peters, vstinner |
| Date | 2020-04-07.17:36:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1586280961.21.0.981951407608.issue40217@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Interesting, this issue may be related to issue24379. The problem with the proposed implementation of subscript was that it created a reference loop, and not all links in this loop were visible by GC. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-04-07 17:36:01 | serhiy.storchaka | set | recipients: + serhiy.storchaka, tim.peters, vstinner, corona10, pablogsal, shihai1991 |
| 2020-04-07 17:36:01 | serhiy.storchaka | set | messageid: <1586280961.21.0.981951407608.issue40217@roundup.psfhosted.org> |
| 2020-04-07 17:36:01 | serhiy.storchaka | link | issue40217 messages |
| 2020-04-07 17:36:01 | serhiy.storchaka | create | |