[issue36839] Support the buffer protocol in code objects

Stefan Krah report at bugs.python.org
Tue Jun 4 06:16:19 EDT 2019


Stefan Krah <stefan at bytereef.org> added the comment:

720MB <= "3-4 dozen" * 20 MB <= 960MB.  Per server.

It has all been said. :-)


I don't understand the objections about alignment. malloc() and obmalloc()
are at least 8-byte aligned, mmap() with NULL as the first parameter
is page-aligned.

----------

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


More information about the Python-bugs-list mailing list