[pypy-issue] [issue970] llexternal callbacks

Armin Rigo tracker at bugs.pypy.org
Wed Dec 21 10:03:57 CET 2011


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

rffi.llexternal() functions do not support callbacks other than the ones
explicitly listed as functionptr arguments.  The problem is that this missing
support is a bit subtle, i.e. it mostly works anyway but can cause bugs or
crashes in translated programs in some situations.  We need to do something to
improve the situation one way or another.

----------
messages: 3588
nosy: arigo, pypy-issue
priority: bug
status: unread
title: llexternal callbacks

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue970>
________________________________________


More information about the pypy-issue mailing list