Home | History | Annotate | Download | only in test

Lines Matching refs:pyc

16               name + os.extsep + "pyc",

50 pyc = TESTFN + "$py.class"
52 pyc = TESTFN + os.extsep + "pyc"
77 self.fail("import from .pyc/.pyo failed: %s" % err)
79 unlink(pyc)
94 # Issue 6070: under posix .pyc files got their execute bit set if
109 "either a .pyc or .pyo file")
149 # Compile & remove .py file, we only need .pyc (or .pyo).
272 # and the .pyc file are renamed).