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, pablogsal
Date 2021-11-11.16:38:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636648724.79.0.708637449857.issue45786@roundup.psfhosted.org>
In-reply-to
Content
> Allocating memory can invoke GC

Technically, only allocating objects can trigger GC (specifically initializing them). All the malloc APIs don't currently call the GC by themselves.
History
Date User Action Args
2021-11-11 16:38:44pablogsalsetrecipients: + pablogsal, Mark.Shannon
2021-11-11 16:38:44pablogsalsetmessageid: <1636648724.79.0.708637449857.issue45786@roundup.psfhosted.org>
2021-11-11 16:38:44pablogsallinkissue45786 messages
2021-11-11 16:38:44pablogsalcreate