-
Notifications
You must be signed in to change notification settings - Fork 273
Closed
Description
On Linux:
src/pyscipopt/scip.c:463:62: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
463 | #define __Pyx_PyFrame_SetLineNumber(frame, lineno) (frame)->f_lineno = (lineno)
this is due to PyFrameObject structure members have been removed from the public C API, cf
https://docs.python.org/3.11/whatsnew/3.11.html
No surprise, as PyFrameObject was always subject to change.
Metadata
Metadata
Assignees
Labels
No labels