[pypy-issue] [issue1671] ctypes keepalive missing

Armin Rigo tracker at bugs.pypy.org
Sat Jan 11 12:37:44 CET 2014


New submission from Armin Rigo <armin.rigo at gmail.com>:

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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1671>
________________________________________


More information about the pypy-issue mailing list