- Adjust location of the test breakpoint in Lib/test/test_pdb.py,

because we have shortened Lib/pdb.py by removing the shebang

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=24
This commit is contained in:
2021-12-04 18:04:39 +00:00
committed by Git OBS Bridge
parent b8412ecb52
commit 1cb5117595
3 changed files with 4 additions and 21 deletions

View File

@@ -1,8 +1,8 @@
-------------------------------------------------------------------
Thu Dec 2 13:51:57 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Add pdb_adjust_breakpoints.patch fixing expectd results in
test_pdb_breakpoints_preserved_across_interactive_sessions
- Adjust location of the test breakpoint in Lib/test/test_pdb.py,
because we have shortened Lib/pdb.py by removing the shebang
(bpo#45964).
-------------------------------------------------------------------