We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f07081 commit 473d538Copy full SHA for 473d538
vm/src/builtins/memory.rs
@@ -124,7 +124,7 @@ pub struct PyMemoryView {
124
obj: PyObjectRef,
125
buffer: BufferRef,
126
options: BufferOptions,
127
- released: AtomicCell<bool>,
+ pub(crate) released: AtomicCell<bool>,
128
// start should always less or equal to the stop
129
// start and stop pointing to the memory index not slice index
130
// if length is not zero than [start, stop)
0 commit comments