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 gregory.p.smith
Recipients gregory.p.smith
Date 2021-10-18.08:00:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634544005.09.0.344049302401.issue45506@roundup.psfhosted.org>
In-reply-to
Content
for easy pasting:

git clone https://github.com/python/cpython.git upstream && \
mkdir b-u && cd b-u && \
../upstream/configure --with-pydebug && make -j3 && \
./python -m test.regrtest test_importlib

[change python to python.exe for macos, adjust -j as appropriate]

(if I can figure out git bisect command i'll start one before going to bed...)

(oh hey, i've got macOS producing the same error as Linux now somehow)
History
Date User Action Args
2021-10-18 08:00:05gregory.p.smithsetrecipients: + gregory.p.smith
2021-10-18 08:00:05gregory.p.smithsetmessageid: <1634544005.09.0.344049302401.issue45506@roundup.psfhosted.org>
2021-10-18 08:00:05gregory.p.smithlinkissue45506 messages
2021-10-18 08:00:04gregory.p.smithcreate