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 yan12125
Recipients yan12125
Date 2018-10-02.14:37:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538491062.89.0.545547206417.issue34871@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m test.regrtest test_inspect test_site
    Run tests sequentially
    0:00:00 load avg: 0.03 [1/2] test_inspect
    0:00:00 load avg: 0.03 [2/2] test_site
    test test_site failed -- Traceback (most recent call last):
      File "/home/yen/Projects/cpython/Lib/test/test_site.py", line 400, in test_abs_paths_cached_None
        site.abs_paths()
      File "/home/yen/Projects/cpython/Lib/site.py", line 101, in abs_paths
        for m in set(sys.modules.values()):
    TypeError: unhashable type: 'dict'

    test_site failed


If I run test_inspect or test_site individually, both pass. Full log can be found in the attached file.

Environment: Arch Linux x86_64 latest. CPython commit 81574b80e92554adf75c13fa42415beb8be383cb, configured with `./configure`
History
Date User Action Args
2018-10-02 14:37:42yan12125setrecipients: + yan12125
2018-10-02 14:37:42yan12125setmessageid: <1538491062.89.0.545547206417.issue34871@psf.upfronthosting.co.za>
2018-10-02 14:37:42yan12125linkissue34871 messages
2018-10-02 14:37:42yan12125create