Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing field initializer in (Python 3.12)
In Python 3.12, a new internal-only field was added to PyTypeObject, which must be initialized in ClassDefinition. Both GCC and Clang complained with: warning: missing initializer for member '_typeobject::tp_watched' [-Wmissing-field-initializers]
- Loading branch information