STINNER Victor added the comment:

The error may be close to the call to the gc module: gc.isenabled(), 
gc.disable() or gc.enable(). The error is maybe an exception raised before the 
call to PyObject_Call(), because the called gc functions are very simple.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22290>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to