Armin Rigo <[email protected]> added the comment: I may be wrong, but this looks almost impossible right now, no? We can't expose a raw pointer to the data in a bytearray object and expect the user to mutate it. This might be possible only with general pinning (and then we might end up with a large number of objects pinned for life).
---------- nosy: +arigo status: unread -> chatting ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1692> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
