]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19447: Add a test case to py_compile.compile() to make sure
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 22 Aug 2014 17:18:12 +0000 (20:18 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 22 Aug 2014 17:18:12 +0000 (20:18 +0300)
commit5296db908a13b36b5ff69bf12446ef184cee5d3a
tree013f6cedd7864eb278eabd78d8f49f82b0b74b89
parent8fb7bb2f2983f0b2b99c1012e6cae8d165115a08
parent31f8a677a464300696d794b4ee179bbb66b84080
Issue #19447: Add a test case to py_compile.compile() to make sure
it don't raise an exception if doraise is False.

Patch by Bohuslav "Slavek" Kabrda.