[issue22290] "AMD64 OpenIndiana 3.x" buildbot: assertion failed in PyObject_Call() in test_subprocess.test_preexec()

STINNER Victor report at bugs.python.org
Wed Aug 27 15:27:30 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue22290>
_______________________________________


More information about the Python-bugs-list mailing list