Closed guitargeek closed 8 months ago
Actually yes; and really 0x010c10
at this point. I forgot that this existed, so haven't updated patch numbers. I don't think it's used anywhere and I can't find why it was introduced (it seems to have been a bit of a random part of a larger commit).
I updated it in the repo.
Thanks!
The
CPYCPPYY_VERSION_HEX
is not really hexadecimal: https://github.com/wlav/CPyCppyy/blob/master/include/CPyCppyy/API.h#L28If this is meant to be like
PY_VERSION_HEX
, should it not be0x010c00
?