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 christian.heimes
Recipients christian.heimes, eric.snow, gregory.p.smith, gvanrossum, steve.dower
Date 2021-12-03.14:16:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638540977.81.0.715282907627.issue45695@roundup.psfhosted.org>
In-reply-to
Content
Good news: I got a test case for OOT build with read-only sources

Bad news: 15 test cases are failing and testing takes much longer because pyc files are missing.

15 re-run tests:
    test__xxsubinterpreters test_ast test_bdb test_capi test_doctest
    test_import test_importlib test_interpreters test_pickle
    test_pydoc test_runpy test_support test_threading test_trace
    test_unicodedata

We have to live with read-only OOT builds and writable tests for now.
History
Date User Action Args
2021-12-03 14:16:17christian.heimessetrecipients: + christian.heimes, gvanrossum, gregory.p.smith, eric.snow, steve.dower
2021-12-03 14:16:17christian.heimessetmessageid: <1638540977.81.0.715282907627.issue45695@roundup.psfhosted.org>
2021-12-03 14:16:17christian.heimeslinkissue45695 messages
2021-12-03 14:16:17christian.heimescreate