Message340843
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2019-04-25.14:49:40 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1556203780.64.0.387499693172.issue36719@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
regrtest (python3 -m test) has a --findleaks option to log warning if the garbage collector finds uncollectable objects. Problem: regrtest only logs a warning, but exit with a success in that case. Attached PR makes regrtest fail in that case and adds an unit test for --findleaks. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-25 14:49:40 | vstinner | set | recipients: + vstinner |
| 2019-04-25 14:49:40 | vstinner | set | messageid: <1556203780.64.0.387499693172.issue36719@roundup.psfhosted.org> |
| 2019-04-25 14:49:40 | vstinner | link | issue36719 messages |
| 2019-04-25 14:49:40 | vstinner | create | |