Replies: 3 comments 5 replies
-
You could take To be honest, this sounds like an XY problem and maybe we could offer better advice if you describe what you are trying to achieve. |
Beta Was this translation helpful? Give feedback.
-
@adamreichold Thanks for your reply. I am writing to implement something that can remain as 'secretive' as it can be in python.
In python, I did this:
Where it clearly references Thank you. |
Beta Was this translation helpful? Give feedback.
-
Write basically the same class you wrote in Rust using Python. Call the field |
Beta Was this translation helpful? Give feedback.
-
My question is the same as the title.
I want to decrease the reference count of the value which get passed into a method of my #[pyclass] to disallow the garbage collector from tracking it.
Beta Was this translation helpful? Give feedback.
All reactions