[New-bugs-announce] [issue23911] Move path-based bootstrap code to a separate frozen file.

Eric Snow report at bugs.python.org
Sat Apr 11 03:29:38 CEST 2015


New submission from Eric Snow:

The bootstrap code has a clear division between the core import functionality and the path-based import machinery.  The attached patch makes that division explicit by moving the latter into its own module.  The module is also frozen, necessarily.  In addition to clearly distinguishing the two parts, this division will help with some later work that I'd like to do later with an encapsulated import system abstraction.

The patch uses the name "pathy" throughout, which I'll change to something more descriptive later.  I'll also add the news entry then.

----------
assignee: eric.snow
components: Interpreter Core
files: path-based-importlib.diff
keywords: patch
messages: 240457
nosy: brett.cannon, eric.snow, ncoghlan
priority: normal
severity: normal
stage: patch review
status: open
title: Move path-based bootstrap code to a separate frozen file.
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file38893/path-based-importlib.diff

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


More information about the New-bugs-announce mailing list