C:\Users\KIRILL-1\CLionProjects\cpython> ./pythonLib/test/test_module.pyRunningDebug|x64interpreter...
.....................F..............
======================================================================FAIL: test_module_repr_with_full_loader (__main__.ModuleTests.test_module_repr_with_full_loader)
----------------------------------------------------------------------Traceback (mostrecentcalllast):
File"C:\Users\KIRILL-1\CLionProjects\cpython\Lib\test\test_module.py", line238, intest_module_repr_with_full_loaderself.assertEqual(
AssertionError: "<module 'foo' (<class '__main__.FullLoader'>)>"!="<module 'foo' (<class 'test.test_module.FullLoader'>)>"-<module'foo' (<class'__main__.FullLoader'>)>
? ^^^^^^+<module'foo' (<class'test.test_module.FullLoader'>)>
? ^^^^^^^^^^^^^^----------------------------------------------------------------------Ran36testsin0.217sFAILED (failures=1)
I'll soon send a PR to fix it.
Linked PRs
I'll soon send a PR to fix it.
Linked PRs