Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the ThreadChecker field in front of dict and weakref.
Offsets for dict and weakref are calculated from the end of the PyCell struct. When using the non-dummy ThreadChecker, the offsets were invalid since the `ThreadCheckerImpl` is not zero-sized.
- Loading branch information