mcfletch / pyopengl

Repository for the PyOpenGL Project
Other
314 stars 97 forks source link

Fix ctypes FormatHandler for Python 3.12+ #100

Closed swt2c closed 1 year ago

swt2c commented 1 year ago

In Python 3.12, CArgObject moved from builtins to _ctypes it seems.

Fixes #99.

mcfletch commented 1 year ago

Merged to develop, should be in the next release.