[pypy-issue] [issue1452] No __name__ attribute on CFFI exposed functions

Armin Rigo tracker at bugs.pypy.org
Sun Apr 14 22:45:58 CEST 2013


Armin Rigo <armin.rigo at gmail.com> added the comment:

Ah bah.  No, it doesn't work completely in CPython either; it only works with
functions gotten directly from verify().  It wouldn't work with functions from
dlopen() or callbacks or just any other cdata that happens to be callable.

----------
nosy: +arigo

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


More information about the pypy-issue mailing list