This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients barry, brett.cannon, doko, eric.smith, ncoghlan, ned.deily
Date 2018-03-20.06:40:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521528057.73.0.467229070634.issue32872@psf.upfronthosting.co.za>
In-reply-to
Content
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):
History
Date User Action Args
2018-03-20 06:40:57dokosetrecipients: + doko, barry, brett.cannon, ncoghlan, eric.smith, ned.deily
2018-03-20 06:40:57dokosetmessageid: <1521528057.73.0.467229070634.issue32872@psf.upfronthosting.co.za>
2018-03-20 06:40:57dokolinkissue32872 messages
2018-03-20 06:40:57dokocreate