Bug#890621: python3-keyrings.alt 2.2-2 module.__file__ is None, causing regrtest.py to fail

2018-02-19 Thread Ron Lovell
If I'm following correctly, it appears the issue with python3-keyrings.alt and libpython3.6-testsuite could be resolved with this change to libregrtest/setup.py: 60c60 < if hasattr(module, '__file__'): --- > if getattr(module, '__file__', None): That works as before for missing

Bug#890621: python3-keyrings.alt 2.2-2 module.__file__ is None, causing regrtest.py to fail

2018-02-18 Thread Dmitry Shachnev
Control: reassign -1 python3.6 3.6.4-4 Control: severity -1 serious Control: merge 890754 -1 On Sat, Feb 17, 2018 at 06:18:28PM -0600, Ron Lovell wrote: > Hi Dmitry, > > Thanks for the quick reply. I notice you have an older Python build. On my > Sid system, > in a new login session: > > $

Bug#890621: python3-keyrings.alt 2.2-2 module.__file__ is None, causing regrtest.py to fail

2018-02-16 Thread Dmitry Shachnev
Control: tags -1 unreproducible Hi Ron, On Fri, Feb 16, 2018 at 02:32:16PM -0600, Ron Lovell wrote: > When package 'keyrings' from python3-keyrings.alt is imported under > python3.6, the module object has a __file__ attribute with a value None. > This causes early failure of the Python 3.6

Bug#890621: python3-keyrings.alt 2.2-2 module.__file__ is None, causing regrtest.py to fail

2018-02-16 Thread Ron Lovell
Package: python3-keyrings.alt Version: 2.2-2 Severity: important Dear Maintainer, When package 'keyrings' from python3-keyrings.alt is imported under python3.6, the module object has a __file__ attribute with a value None. This causes early failure of the Python 3.6 regression tests from