SpiceQA
Questions
Tags
Users
Badges
reference-counting
37 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Why does creating a variable name for an exception raised in a Python function affect the reference count of an input variable to that function?
user_513688
0
•
asked Feb 25, 2022
4
2
120
reference-counting
garbage-collection
exception
python
Are generators with context managers an anti-pattern?
user_17167312
0
•
asked Jan 16, 2022
5
2
115
reference-counting
generator
garbage-collection
python
Why are references to python values, that are function parameters, stored on the stack(frame) in CPython?
user_7483073
0
•
asked Dec 17, 2021
2
1
38
cpython
reference-counting
function
python
When is the reference count for a local variable in a python function decreased?
user_7483073
0
•
asked Dec 12, 2021
2
3
413
local-variables
reference-counting
python
How to share resources without exposing Rc in the API?
user_7098058
0
•
asked Nov 10, 2021
2
1
101
rust
reference-counting
Reference counting in python
user_14591686
0
•
asked Oct 26, 2021
2
0
38
reference-counting
python
When is reference-counting needed in a single threaded application that doesn't model circular data structures?
user_124486
0
•
asked Sep 26, 2021
13
2
837
rust
reference-counting
Does C++ offer a thread-safe reference counter?
user_620863
0
•
asked Aug 26, 2021
4
1
246
reference-counting
c++
Swift: keeping a strong reference to a weak variable
user_901334
0
•
asked Aug 14, 2021
2
2
406
automatic-ref-counting
reference-counting
swift
weak-references
Rust: implementing an iterator from a vector of std::Rc smart pointers
user_8562400
0
•
asked Jun 7, 2021
3
1
440
ownership
rust
reference-counting
1
(current)
2
3
4
Next
Next
Hot Questions