Skip to content

Commit 2c291f0

Browse files
committed
Update comments in test_bdb.py
1 parent d244856 commit 2c291f0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lib/test/test_bdb.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,6 +976,9 @@ def test_load_bps_from_previous_Bdb_instance(self):
976976
reset_Breakpoint()
977977
db1 = Bdb()
978978
fname = db1.canonic(__file__)
979+
# These line numbers are sensitive to this test file itself.
980+
# They must have associated bytecode, so update them if the file header
981+
# changes.
979982
db1.set_break(__file__, 51)
980983
self.assertEqual(db1.get_all_breaks(), {fname: [51]})
981984

0 commit comments

Comments
 (0)