diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-08-12 01:40:38 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-08-12 01:40:38 (GMT) |
commit | c04d468333290e42913449f402d5110d556afe8a (patch) | |
tree | b282255dc8287166e569e2cd47f76f2b828b3892 /Misc | |
parent | f9dd274692373a335ee46bbe4c7f5849acedb927 (diff) | |
download | cpython-c04d468333290e42913449f402d5110d556afe8a.zip cpython-c04d468333290e42913449f402d5110d556afe8a.tar.gz cpython-c04d468333290e42913449f402d5110d556afe8a.tar.bz2 |
Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de Gaye.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -253,6 +253,9 @@ IDLE Tests ----- +- Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier + de Gaye. + - Issue #22060: test_ctypes has been somewhat cleaned up and simplified; it now uses unittest test discovery to find its tests. |