-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Failure when running test_inspect locally #136549
Copy link
Copy link
Closed
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixestestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixestestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
Bug description:
When running
test_inspectlocally (either viaunittestor via executingLib/test/test_inspect/test_inspect.py), I see this failure:I'm able to reproduce this back to 3.13, so it's definitely not a recent failure.
Interestingly, this failure does not show up when running through regrtest (
python -m test test_inspect), both in CI or locally. I'm not sure if this is a misconfiguration that regrtest fixes, or an actual bug that's being hidden.CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs