Skip to content

Commit cb878a0

Browse files
committed
Remove python impl
1 parent 6ebf5d0 commit cb878a0

File tree

2 files changed

+0
-333
lines changed

2 files changed

+0
-333
lines changed

crates/vm/Lib/python_builtins/_py_exceptiongroup.py

Lines changed: 0 additions & 330 deletions
This file was deleted.

crates/vm/src/vm/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,6 @@ impl VirtualMachine {
394394
);
395395
}
396396

397-
// ExceptionGroup is now implemented natively in Rust (exceptions.rs)
398-
// No Python fallback needed
399-
400397
self.initialized = true;
401398
}
402399

0 commit comments

Comments
 (0)