]> granicus.if.org Git - python/commit
Issue #16824: Fix a failure guard in the never reached in the normal test execution...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 31 Dec 2012 09:37:34 +0000 (11:37 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 31 Dec 2012 09:37:34 +0000 (11:37 +0200)
commit528b825cb1db4611c80ea2dff74b47eb71a4d029
treef5a7cc6ec4ac200dd61487e9f20f78df16c3d77d
parent1dce0003a662c8d1adf664b598b7941ad83bf23b
parent5da57027efb830f1bb6dfeecade94faee28b21ae
Issue #16824: Fix a failure guard in the never reached in the normal test execution code in test_pep380.
Original patch by Stefan Behnel.