Re: Python module packages that don't bytecompile on installation?

2019-11-04 Thread Ansgar
Paul Wise writes: > On Sat, Nov 2, 2019 at 6:04 PM Matthias Klose wrote: >> I'd say, there are currently more pressing issues than that, like the Python2 >> removal, or the introduction of Python 3.8. 3.8 also offers a central >> directory >> for bc files, so that's maybe another thing to look

Re: Python module packages that don't bytecompile on installation?

2019-11-03 Thread Thomas Goirand
On 11/3/19 10:27 AM, Matthias Klose wrote: > On 03.11.19 02:20, Paul Wise wrote: >> On Sat, Nov 2, 2019 at 6:04 PM Matthias Klose wrote: >>> Python2 >>> removal, or the introduction of Python 3.8.  3.8 also offers a >>> central directory >>> for bc files, so that's maybe another thing to look at,

Re: Python module packages that don't bytecompile on installation?

2019-11-03 Thread Matthias Klose
On 03.11.19 02:20, Paul Wise wrote: On Sat, Nov 2, 2019 at 6:04 PM Matthias Klose wrote: At this point I'd ignore any Python2 related package, and concentrate on Python3 stuff only. Yes, I was referring only to python3-* module packages. Byte compilation is an optimization, speeding up a

Re: Python module packages that don't bytecompile on installation?

2019-11-02 Thread Paul Wise
On Sat, Nov 2, 2019 at 6:04 PM Matthias Klose wrote: > At this point I'd ignore any Python2 related package, and concentrate on > Python3 > stuff only. Yes, I was referring only to python3-* module packages. > Byte compilation is an optimization, speeding up a program start if > byte-compiled

Re: Python module packages that don't bytecompile on installation?

2019-11-02 Thread Matthias Klose
On 02.11.19 04:22, Paul Wise wrote: Hi all, I run adequate on my system, which means I notice when Python module packages don't bytecompile when they are installed. So far I've just been ignoring the warnings that adequate prints. https://salsa.debian.org/debian/adequate In addition I

Python module packages that don't bytecompile on installation?

2019-11-01 Thread Paul Wise
Hi all, I run adequate on my system, which means I notice when Python module packages don't bytecompile when they are installed. So far I've just been ignoring the warnings that adequate prints. https://salsa.debian.org/debian/adequate In addition I noticed: * some Python modules on my system