List Question
20 TechQA 2024-03-30T08:41:45.080000How to check reference counting issues when doing direct manipulations of CPython objects?
17 views
Asked by Sylvain Leroux
Direct access to the internal fields of a CPython object
24 views
Asked by Sylvain Leroux
how to clone an Rc from a method that takes in &self
58 views
Asked by user21749640
Pytest/Mock keeping around extra object references in case of caught exceptions
28 views
Asked by Markus A.
IronPython garbage collection - How does it provides compatibility with C-extensions?
27 views
Asked by Saleh
Sharing objects implementing trait in Rust
81 views
Asked by Robert Larsen
COM programming reference count, release and destroy
88 views
Asked by drgs
Reference Counting Using RCObjects vs. static inline C++
57 views
Asked by The Lonesome Coder
Reference count after deleting a literal
127 views
Asked by Guido Gagliardi
How to count references in java correctly?
99 views
Asked by ImNotARobot
How do I prevent an arbitrary object's destructor from ever running in Python?
134 views
Asked by Zac B
In Swift, what is the accurate way to check the reference count of an class object in memory?
139 views
Asked by codingmon
In Rust, how does Weak<T> know when the inner value has been dropped?
406 views
Asked by Calogyne
Why do Python objects without circular references still get removed by garbage collection?
268 views
Asked by Holzner
TArray Result not always initially () within for loop?
143 views
Asked by hundreAd
Why does getrefcount increase by 2 when put inside a function?
116 views
Asked by lamc
Comparing 2 method of C++ ref-counting
147 views
Asked by Afshin
Why does cloning an Rc pointer in Rust increase its strong_count?
304 views
Asked by Yilmaz