Skip to content
Draft
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
Next Next commit
fix compile
  • Loading branch information
arihant2math committed Apr 6, 2025
commit 59505bcc99cbd11a6c4a099f443742becd033f7d
1 change: 1 addition & 0 deletions vm/src/exceptions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,7 @@ pub(super) mod types {

#[pyexception(name, base = "PyBaseException", ctx = "base_exception_group")]
#[derive(Debug)]
#[allow(clippy::unused, clippy::dead_code)]
pub struct PyBaseExceptionGroup {
pub(super) traceback: PyRwLock<Option<PyTracebackRef>>,
pub(super) cause: PyRwLock<Option<PyRef<Self>>>,
Expand Down