Add support of weakrefs to .NET extension objects
Bug #446470 reported by
Andrew Svetlov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python.Net fork |
New
|
Undecided
|
Andrew Svetlov |
Bug Description
Just make it work:
a = SomeClrObject(...)
wa = weakref.ref(a)
Changed in python.net-fork: | |
assignee: | nobody → Andrew Svetlov (andrew-svetlov) |
To post a comment you must log in.