[issue28095] test_startup_imports of test_site fails on OS X due to new import of enum in re

Ned Deily report at bugs.python.org
Fri Jul 28 03:11:45 EDT 2017


Ned Deily added the comment:

The changes for bpo-29585 to speed up startup removed the import of _osx_support, and of re, from site.py so the disabled test does not fail in 3.7 and is now re-enabled.  It's not appropriate to try to backport the startup speedup changes to 3.6, so the disabled portion of the test remains disabled on 3.6.x macOS.

----------
priority: deferred blocker -> 
resolution:  -> fixed
stage: needs patch -> resolved
status: open -> closed
versions:  -Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28095>
_______________________________________


More information about the Python-bugs-list mailing list