New submission from Armin Rigo <[email protected]>: The attached example prints garbage on PyPy, but works on CPython. This means that our ctypes is probably missing some keepalive logic, which is potentially bad, because it still works "most of the time" as long as no collection occurs in the meantime.
---------- files: x.py messages: 6476 nosy: arigo, pypy-issue priority: bug status: unread title: ctypes keepalive missing ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1671> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
