[pypy-issue] [issue1688] TypeError in cffi when type(weakref) isn't ModuleType

Alex Gaynor tracker at bugs.pypy.org
Thu Feb 6 16:11:48 CET 2014


Alex Gaynor <alex.gaynor at gmail.com> added the comment:

It's coming because you go into the branch of the `if`, since the module is not an 
instance of `ModuleProxy` (aka `type(weakref)`).

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


More information about the pypy-issue mailing list