Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update vm/src/object/core.rs
  • Loading branch information
youknowone authored Jul 4, 2025
commit 080638de85c07557e54f2defd43397364b6ea66e
1 change: 0 additions & 1 deletion vm/src/object/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,6 @@ impl AsRef<PyObject> for PyObjectRef {
}
}

Comment thread
youknowone marked this conversation as resolved.

impl<'a, T: PyObjectPayload> From<&'a Py<T>> for &'a PyObject {
#[inline(always)]
fn from(py_ref: &'a Py<T>) -> Self {
Expand Down
Loading