Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed as not planned
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
On current main, I got this:
C:\Users\KIRILL-1\CLionProjects\cpython> ./python-mtest-vtest_typingRunningDebug|x64interpreter... ==CPython3.12.0a7+ (heads/issue-104057-dirty:d9931f6855, May12023, 23:20:40) [MSCv.193364bit (AMD64)] ==Windows-10-10.0.19043-SP0little-endian==Pythonbuild: debug==cwd: C:\Users\KIRILL-1\CLionProjects\cpython\build\test_python_19412æ==CPUcount: 16==encodings: locale=cp1251, FS=utf-80:00:00Runtestssequentially0:00:00 [1/1] test_typingtesttest_typingcrashed--Traceback (mostrecentcalllast): File"C:\Users\KIRILL-1\CLionProjects\cpython\Lib\test\libregrtest\runtest.py", line373, in_runtest_innerrefleak=_runtest_inner2(ns, test_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File"C:\Users\KIRILL-1\CLionProjects\cpython\Lib\test\libregrtest\runtest.py", line313, in_runtest_inner2the_module=importlib.import_module(abstest) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File"C:\Users\KIRILL-1\CLionProjects\cpython\Lib\importlib\__init__.py", line124, inimport_modulereturn_bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File"<frozen importlib._bootstrap>", line1332, in_gcd_importFile"<frozen importlib._bootstrap>", line1305, in_find_and_loadFile"<frozen importlib._bootstrap>", line1276, in_find_and_load_unlockedFile"<frozen importlib._bootstrap>", line841, in_load_unlockedFile"<frozen importlib._bootstrap_external>", line1027, inexec_moduleFile"<frozen importlib._bootstrap>", line400, in_call_with_frames_removedFile"C:\Users\KIRILL-1\CLionProjects\cpython\Lib\test\test_typing.py", line12, in<module>fromunittest.mockimportpatchFile"C:\Users\KIRILL-1\CLionProjects\cpython\Lib\unittest\mock.py", line26, in<module>importasyncioFile"C:\Users\KIRILL-1\CLionProjects\cpython\Lib\asyncio\__init__.py", line8, in<module>from .base_eventsimport*File"C:\Users\KIRILL-1\CLionProjects\cpython\Lib\asyncio\base_events.py", line45, in<module>from . importstaggeredFile"C:\Users\KIRILL-1\CLionProjects\cpython\Lib\asyncio\staggered.py", line11, in<module>from . importtasksFile"C:\Users\KIRILL-1\CLionProjects\cpython\Lib\asyncio\tasks.py", line946, in<module>eager_task_factory=create_eager_task_factory(Task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File"C:\Users\KIRILL-1\CLionProjects\cpython\Lib\asyncio\tasks.py", line936, increate_eager_task_factoryraiseTypeError( TypeError: Providedconstructordoesnotsupporteagertaskexecutiontest_typingfailed (uncaughtexception) ==Testsresult: FAILURE==1testfailed: test_typingTotalduration: 672msTestsresult: FAILUREMetadata
Metadata
Assignees
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error