Issue 27974: Remove dead code in importlib._bootstrap (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/72161

classification

Title: Remove dead code in importlib._bootstrap
Type: enhancement Stage:
Components: Versions: Python 3.6, Python 3.5

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, eric.snow, ncoghlan, python-dev, xiang.zhang
Priority: normal Keywords: patch

Created on 2016-09-06 16:32 by xiang.zhang, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
importlib__bootstrap.patch xiang.zhang,2016-09-06 16:32 review
Messages (3)
msg274564 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2016-09-06 16:32
_ManageReload in importlib._bootstrap seems obsolete since reve729b946cc03, remove it?
msg274663 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-09-06 23:21
New changeset a3db6e954f58 by Brett Cannon in branch 'default': Issue #27974: Remove importlib._bootstrap._ManageReload. https://hg.python.org/cpython/rev/a3db6e954f58
msg274664 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2016-09-06 23:21
Thanks for the patch!
History
Date User Action Args
2022-04-11 14:58:35 admin set github: 72161
2016-09-06 23:21:52 brett.cannon set status: open -> closedresolution: fixedmessages: +
2016-09-06 23:21:14 python-dev set nosy: + python-devmessages: +
2016-09-06 17:04:44 brett.cannon set nosy: + ncoghlan, eric.snow
2016-09-06 16:32:22 xiang.zhang create