- Notifications
You must be signed in to change notification settings - Fork750
Open
Description
We have trouble keeping proper refcount balance on internal objects. For short-lived references, the problem is solved withBorrowedReference
andNewReference
types. For long-lived references we havePyObject
, that ensures safety, however we are not using it in internal classes. There's very little reason not to do so.
Metadata
Metadata
Assignees
Labels
No labels