Re: [PATCH 2/2] python tests: Do not require .pyo files
Lukas Fleischer <[email protected]>
| Newsgroups | gmane.comp.sysutils.automake.patches |
|---|---|
| Message-ID | <153104743165.32707.3132304544719842942@typhoon> |
On Sat, 07 Jul 2018 at 23:45:27, Mathieu Lirzin wrote: > Lukas Fleischer <[email protected]> writes: > > > As of Python 3.5, but unoptimized and optimized bytecode are stored > > within .pyc files; .pyo files are no longer generated. Update the Python > > tests such that the test do not fail if .pyo files are missing. > > Like in other message, it is important that the test suite passes > with older python version. Have you checked? Note that this patch only removes some checks, so after this patch, everything is strictly less restrictive. I don't see how this could possibly break backwards compatibility. Nevertheless, I just made sure that everything still works with Python 2.7.15.