[issue36839] Support the buffer protocol in code objects

Eric Snow report at bugs.python.org
Thu May 30 15:43:18 EDT 2019


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

FWIW, I don't see the problem with supporting any read-only "buffer" object, rather than just bytes objects, for the string of bytes in a code object.  That's all that Dino is proposing.  The change is not invasive and solves a real need.  The additional maintenance burden is negligible.  Furthermore, the accommodation makes sense conceptually.

----------

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


More information about the Python-bugs-list mailing list