-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
Description
23/38 Test #2: PyImath.PyImathNumpyTest_Python3 ........***Failed 0.04 sec
Traceback (most recent call last):
File "/builddir/build/BUILD/Imath-3.1.5/src/python/PyImathNumpyTest/pyImathNumpyTest.in", line 8, in <module>
from imath import *
^^^^^^^^^^^^^^^^^^^
SystemError: type Boost.Python.enum has the Py_TPFLAGS_HAVE_GC flag but has no traverse function
29/38 Test #1: PyImath.PyImathTest_Python3 .............***Failed 0.11 sec
Traceback (most recent call last):
File "/builddir/build/BUILD/Imath-3.1.5/src/python/PyImathTest/pyImathTest.in", line 8, in <module>
from imath import *
^^^^^^^^^^^^^^^^^^^
SystemError: type Boost.Python.enum has the Py_TPFLAGS_HAVE_GC flag but has no traverse function
From the bugzilla report:
The PyType_Ready() function now raises an error if a type is defined with the Py_TPFLAGS_HAVE_GC flag set but has no traverse function (PyTypeObject.tp_traverse). (Contributed by Victor Stinner in bpo-44263.)
Metadata
Metadata
Assignees
Labels
No labels