Matthias Klose <d...@debian.org> added the comment:

reopening.

Lib/test/libregrtest/setup.py still needs fixing at least on 3.6, I didn't 
check the trunk.

libregrtest/setup.py:

60c60
<         if hasattr(module, '__file__'):
---
>         if getattr(module, '__file__', None):

----------
stage:  -> patch review
status:  -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32872>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to