Message340843
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. |
|
| 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 | |
|