This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:02pablogsalsetrecipients: + pablogsal, vstinner, chris.jerdonek, lukasz.langa, Mark.Shannon, corona10, miss-islington, iritkatriel
2021-08-16 23:09:02pablogsalsetmessageid: <1629155342.45.0.507919281682.issue44895@roundup.psfhosted.org>
2021-08-16 23:09:02pablogsallinkissue44895 messages
2021-08-16 23:09:02pablogsalcreate