[issue36030] add internal API function to create tuple without items array initialization

STINNER Victor report at bugs.python.org
Tue Feb 26 17:31:28 EST 2019


STINNER Victor <vstinner at redhat.com> added the comment:

> Victor/vstinner: Isn't PR 12032 reintroducing the issue fixed in #29234?

No according to manual tests:
https://github.com/python/cpython/pull/12032#issuecomment-467110233

Usage of the stack memory doesn't change with PR 12032.

FYI I also tested manually since I was very surprised, and I confirm that the PR doesn't change the usage of the stack memory :-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36030>
_______________________________________


More information about the Python-bugs-list mailing list