automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] python tests: Do not require .pyo files


From: Lukas Fleischer
Subject: Re: [PATCH 2/2] python tests: Do not require .pyo files
Date: Sun, 08 Jul 2018 12:57:11 +0200
User-agent: alot/0.7

On Sat, 07 Jul 2018 at 23:45:27, Mathieu Lirzin wrote:
> Lukas Fleischer <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]