- Add pdb_adjust_breakpoints.patch fixing expectd results in

test_pdb_breakpoints_preserved_across_interactive_sessions
  (bpo#45964).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=23
This commit is contained in:
2021-12-02 13:52:47 +00:00
committed by Git OBS Bridge
parent ea428dc2a4
commit b8412ecb52
4 changed files with 28 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
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
(bpo#45964).
-------------------------------------------------------------------
Mon Nov 29 00:17:07 UTC 2021 - Matej Cepl <mcepl@suse.com>