Pablo Galindo Salgado <[email protected]> added the comment:
> 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. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue45786> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
