Skip to content

Commit c0b632b

Browse files
committed
Register fields PyThreadState.curexc_*
1 parent aee7793 commit c0b632b

File tree

1 file changed

+3
-0
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/structs

1 file changed

+3
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/structs/CFields.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,9 @@ public enum CFields {
333333
PyMemberDef__flags(Int),
334334
PyMemberDef__doc(ConstCharPtr),
335335

336+
PyThreadState__curexc_type(PyObject),
337+
PyThreadState__curexc_value(PyObject),
338+
PyThreadState__curexc_traceback(PyObject),
336339
PyThreadState__dict(PyObject),
337340
PyThreadState__small_ints(PyObjectPtr),
338341

0 commit comments

Comments
 (0)