bug#38043: [PATCH 6/6] py-compile: fix optimized compiling for Python 3.5+

2022-02-07 Thread Karl Berry
before i push, question about $scriptversion. is the policy for handling these documented somewhere ? is it like m4 serial numbers ? it should be updated whenever there's a code change ? Yes. Standard practice is to update scriptversion whenever a new version of the file is committe

bug#38043: [PATCH 6/6] py-compile: fix optimized compiling for Python 3.5+

2022-02-06 Thread Mike Frysinger
On 06 Feb 2022 15:47, Karl Berry wrote: > Fixes automake bug https://bugs.gnu.org/38043. > > All these changes look good to me (just casting my eyes over them ...), > and hopefully will result in something more future-maintainable. Thanks! before i push, question about $scriptversion. is the

bug#38043: [PATCH 6/6] py-compile: fix optimized compiling for Python 3.5+

2022-02-06 Thread Karl Berry
Fixes automake bug https://bugs.gnu.org/38043. All these changes look good to me (just casting my eyes over them ...), and hopefully will result in something more future-maintainable. Thanks!

bug#38043: [PATCH 6/6] py-compile: fix optimized compiling for Python 3.5+

2022-02-05 Thread Mike Frysinger
Fixes automake bug https://bugs.gnu.org/38043. Split the optimized compilation logic into a new section. This avoids trying to support multiple versions of major versions in a single script as it gets harder to verify new changes don't break old versions as time goes on. Now for Python 3.5+, com