Skip to content
Closed
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
Merge remote-tracking branch 'base' into update_simple_packages_3
  • Loading branch information
terryluan12 committed Dec 30, 2025
commit bf3c1313827ef4086d3e70e8e884f3bba8dca0ba
4 changes: 2 additions & 2 deletions Lib/test/test_bdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ def test_step_next_on_last_statement(self):
with TracerRun(self) as tracer:
tracer.runcall(tfunc_main)

@unittest.skip("TODO: RUSTPYTHON")
@unittest.skip('TODO: RUSTPYTHON')
# AssertionError: All paired tuples have not been processed, the last one was number 1 [('next',), ('quit',)]
def test_stepinstr(self):
self.expect_set = [
Expand Down Expand Up @@ -1249,7 +1249,7 @@ def main():
with TracerRun(self) as tracer:
tracer.runcall(tfunc_import)

@unittest.skip("TODO: RUSTPYTHON")
@unittest.skip('TODO: RUSTPYTHON')
# AssertionError: All paired tuples have not been processed, the last one was number 1 [('next',)]
def test_next_to_botframe(self):
# gh-125422
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.