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#53340: t/instmany-python.sh failure w/automake-1.16.2 under Gentoo

2022-02-06 Thread Mike Frysinger
turns out this doesn't repro in official automake versions because it requires a Gentoo-specific patch -- the one sent for #38043 to fix Python 3.5+ compilation. the issue is that lib/am/python.am chops up the list of files before the globs are expanded instead of after. ## This is somewhat tricky

bug#53338: One test failed in automake 1.14.1

2022-02-06 Thread Mike Frysinger
ugh, cc-ed bug-automake by accident and got a dupe report. closing this. https://bugs.gnu.org/18564