This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:35adminsetgithub: 72161
2016-09-06 23:21:52brett.cannonsetstatus: open -> closed
resolution: fixed
messages: + msg274664
2016-09-06 23:21:14python-devsetnosy: + python-dev
messages: + msg274663
2016-09-06 17:04:44brett.cannonsetnosy: + ncoghlan, eric.snow
2016-09-06 16:32:22xiang.zhangcreate