[issue36778] test_site.StartupImportTests.test_startup_imports fails if default code page is not cp1252

Eryk Sun report at bugs.python.org
Sat May 4 16:15:39 EDT 2019


Eryk Sun <eryksun at gmail.com> added the comment:

> I think it is better to just make the check in the test conditional.

Okay. The test verifies work done to minimize interpreter startup time, but probably the relative cost of importing functools (and thus collections et al) isn't significant compared to the overall cost of spawning a process in a Windows desktop environment. That may not be the case for Nano Server and IoT Core.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36778>
_______________________________________


More information about the Python-bugs-list mailing list