Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion Lib/test/test_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,6 @@ def func2():
('instruction', 'func2', 46),
('line', 'get_events', 11)])

@unittest.expectedFailure # TODO: RUSTPYTHON; - instruction offsets differ from CPython
def test_try_except(self):

def func3():
Expand Down
1 change: 0 additions & 1 deletion Lib/test/test_scope.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,6 @@ def dec(self):
self.assertEqual(c.dec(), 1)
self.assertEqual(c.dec(), 0)

@unittest.expectedFailure # TODO: RUSTPYTHON; figure out how to communicate that `y = 9` should be stored as a global rather than a STORE_NAME, even when the `global y` is in a nested subscope
def testGlobalInParallelNestedFunctions(self):
# A symbol table bug leaked the global statement from one
# function to other nested functions in the same block.
Expand Down
Loading
Loading