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 brett.cannon, doko, eric.snow, ncoghlan
Date 2018-05-11.16:07:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526054824.37.0.682650639539.issue33465@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
ERROR: test_from_import_missing_attr_has_name_and_so_path (test.test_import.ImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.7/test/test_import/__init__.py", line 98, in test_from_import_missing_attr_has_name_and_so_path
    self.assertEqual(cm.exception.path, select.__file__)
AttributeError: module 'select' has no attribute '__file__'

----------------------------------------------------------------------
Ran 75 tests in 0.618s

FAILED (errors=1, skipped=1)
test test_import failed
History
Date User Action Args
2018-05-11 16:07:04dokosetrecipients: + doko, brett.cannon, ncoghlan, eric.snow
2018-05-11 16:07:04dokosetmessageid: <1526054824.37.0.682650639539.issue33465@psf.upfronthosting.co.za>
2018-05-11 16:07:04dokolinkissue33465 messages
2018-05-11 16:07:04dokocreate