Message 376044 - Python tracker
Message376044
| 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:00 | iritkatriel | set | recipients: + iritkatriel, georg.brandl, xdegaye, ppperry, Tomer Chachamu |
| 2020-08-28 18:40:00 | iritkatriel | set | messageid: <1598640000.05.0.868838192113.issue24160@roundup.psfhosted.org> |
| 2020-08-28 18:40:00 | iritkatriel | link | issue24160 messages |
| 2020-08-28 18:39:59 | iritkatriel | create | |