Message399703
| Author | pablogsal |
|---|---|
| Recipients | Mark.Shannon, chris.jerdonek, corona10, iritkatriel, lukasz.langa, miss-islington, pablogsal, vstinner |
| Date | 2021-08-16.23:09:02 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1629155342.45.0.507919281682.issue44895@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
>> x = list(range(100)) Is creating a lot of objects, and the gc has a chance to run on every object creation so maybe what's happening there is that you are inadvertently triggering the gc |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-08-16 23:09:02 | pablogsal | set | recipients: + pablogsal, vstinner, chris.jerdonek, lukasz.langa, Mark.Shannon, corona10, miss-islington, iritkatriel |
| 2021-08-16 23:09:02 | pablogsal | set | messageid: <1629155342.45.0.507919281682.issue44895@roundup.psfhosted.org> |
| 2021-08-16 23:09:02 | pablogsal | link | issue44895 messages |
| 2021-08-16 23:09:02 | pablogsal | create | |