Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change "oldrefcount = 0" to "oldrefcount = self._getRefcounts()" to make sure the ref is counted. This will match python 3.12's change for reference (the original "oldrefcount=0" added 1 ref in 3.11, but does not increase reference count in 3.12). PiperOrigin-RevId: 731103561
- Loading branch information