testCompileModules(): Use builtins.compile() instead of py_compile.compile()
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Wed, 20 Feb 2013 19:53:53 +0000 (20:53 +0100)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Wed, 20 Feb 2013 19:53:53 +0000 (20:53 +0100)
commite8d1337b5936ee058872d25f21b914e96bcbf677
treef3d3ae0516123e3698d141467774e3ee4eaa9204
parent630047890226fa6e0e1994b931e5ce680f1cdfcc
testCompileModules(): Use builtins.compile() instead of py_compile.compile()
to avoid replacing /dev/null character device with a regular file when
using Python 3.4 (http://bugs.python.org/issue17222).
pym/portage/tests/lint/test_compile_modules.py