This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients Tomer Chachamu, georg.brandl, iritkatriel, ppperry, xdegaye
Date 2020-08-28.18:39:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598640000.05.0.868838192113.issue24160@roundup.psfhosted.org>
In-reply-to
Content
I've submitted a patch that I believe fixes this problem. It adds in Bdb's __init__ a call to a function that reads the Breakpoint's 'bplist' and 'bpbynumber' class attributes and populates the new instances' 'breaks' dict.
History
Date User Action Args
2020-08-28 18:40:00iritkatrielsetrecipients: + iritkatriel, georg.brandl, xdegaye, ppperry, Tomer Chachamu
2020-08-28 18:40:00iritkatrielsetmessageid: <1598640000.05.0.868838192113.issue24160@roundup.psfhosted.org>
2020-08-28 18:40:00iritkatriellinkissue24160 messages
2020-08-28 18:39:59iritkatrielcreate