wlav / CPyCppyy

Other
23 stars 20 forks source link

Fix `missing-field-initializers` with Python 3.12 #24

Closed guitargeek closed 6 months ago

guitargeek commented 7 months ago

Adapting to a new field in Python 3.12: https://docs.python.org/3/c-api/typeobj.html#c.PyTypeObject.tp_watched

Corresponding ROOT PR: https://github.com/root-project/root/pull/15072