Message320418
| Author | serhiy.storchaka |
|---|---|
| Recipients | a-j-buxton, ronaldoussoren, serhiy.storchaka, terry.reedy |
| Date | 2018-06-25.12:15:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1529928900.82.0.56676864532.issue33930@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The trashcan mechanism is used for slot wrappers. The following code doesn't crash:
o = object()
for x in range(1000000):
o = o.__hash__ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-25 12:15:01 | serhiy.storchaka | set | recipients: + serhiy.storchaka, terry.reedy, ronaldoussoren, a-j-buxton |
| 2018-06-25 12:15:00 | serhiy.storchaka | set | messageid: <1529928900.82.0.56676864532.issue33930@psf.upfronthosting.co.za> |
| 2018-06-25 12:15:00 | serhiy.storchaka | link | issue33930 messages |
| 2018-06-25 12:15:00 | serhiy.storchaka | create | |