Control: reassign 890621 libpython3.6-stdlib 3.6.4-4
Control: reassign 890754 src:typecatcher 0.3-1
Control: severity 890621 normal
Control: affects 890621 - src:typecatcher
Control: affects 890754 - src:typecatcher

On Tue, Feb 20, 2018 at 03:57:12AM +0700, Matthias Klose wrote:
> unmerge 890754
> clone 890621 -1
> reassign 890621 src:typecatcher 
> reassign 890754 src:python3-keyrings.alt

I think you meant this vice versa. 890621 was originally filed for
keyrings.alt, and 890754 for typecatcher.

However there is nothing to fix in python3-keyrings.alt. The real issue is
in /usr/lib/python3.6/test/libregrtest/setup.py file, which cannot treat
situations when __file__ is None properly.

As Ronald correctly noticed, it can be fixed by replacing
“if hasattr(module, '__file__')” with “if getattr(module, '__file__', None)”.

So I am reassigning this to libpython3.6-stdlib, which ships the
regrtest module. According to the documentation, this module is meant for
internal use by Python only, so it is at most normal severity.

Sorry for all this reassigning noise, but now it should be right.

--
Dmitry Shachnev

Attachment: signature.asc
Description: PGP signature

Reply via email to