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: Python/importlib.h is now generated by Programs/_freeze_importlib.c, change comment
Type: enhancement Stage: resolved
Components: Build Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: berker.peksag Nosy List: berker.peksag, crozzy, python-dev
Priority: normal Keywords: patch

Created on 2014-11-24 19:48 by crozzy, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
freeze_importlib_comment.patch crozzy, 2014-11-24 19:48 review
Messages (3)
msg231617 - (view) Author: joseph (crozzy) * Date: 2014-11-24 19:48
Since the changeset 91853:88a532a31eb3 _freeze_importlib.c resides in the Programs dir. The header comment of Python/importlib.h should be changed to reflect this.
msg231618 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-11-24 21:25
New changeset 0ddcc455e001 by Berker Peksag in branch 'default':
Issue #22934: Update the comment to mention Programs/_freeze_importlib.c.
https://hg.python.org/cpython/rev/0ddcc455e001
msg231619 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2014-11-24 21:27
Thanks for the patch, Joseph.
History
Date User Action Args
2022-04-11 14:58:10adminsetgithub: 67123
2014-11-24 21:27:02berker.peksagsetstatus: open -> closed

type: enhancement
assignee: berker.peksag

nosy: + berker.peksag
messages: + msg231619
resolution: fixed
stage: resolved
2014-11-24 21:25:59python-devsetnosy: + python-dev
messages: + msg231618
2014-11-24 19:48:32crozzycreate