Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive help writes to the python install destination directory #47187

Closed
rmosaic mannequin opened this issue May 22, 2008 · 2 comments
Closed

Interactive help writes to the python install destination directory #47187

rmosaic mannequin opened this issue May 22, 2008 · 2 comments
Labels
stdlib Python modules in the Lib dir type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@rmosaic
Copy link
Mannequin

rmosaic mannequin commented May 22, 2008

BPO 2938
Nosy @loewis
Files
  • py3help_error.txt: Python 3.0a5 Help exception screen dump
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2008-05-25.17:22:56.481>
    created_at = <Date 2008-05-22.04:59:34.105>
    labels = ['library', 'type-crash']
    title = 'Interactive help writes to the python install destination directory'
    updated_at = <Date 2008-05-25.17:22:56.452>
    user = 'https://bugs.python.org/rmosaic'

    bugs.python.org fields:

    activity = <Date 2008-05-25.17:22:56.452>
    actor = 'loewis'
    assignee = 'none'
    closed = True
    closed_date = <Date 2008-05-25.17:22:56.481>
    closer = 'loewis'
    components = ['Library (Lib)']
    creation = <Date 2008-05-22.04:59:34.105>
    creator = 'r_mosaic'
    dependencies = []
    files = ['10395']
    hgrepos = []
    issue_num = 2938
    keywords = []
    message_count = 2.0
    messages = ['67179', '67350']
    nosy_count = 2.0
    nosy_names = ['loewis', 'r_mosaic']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue2938'
    versions = ['Python 3.0']

    @rmosaic
    Copy link
    Mannequin Author

    rmosaic mannequin commented May 22, 2008

    Python 3.0a5 on Windows Vista SP1

    I installed it to C:\Python30, and used NTFS permissions to protect the
    files in the directory from being changed, also making the whole
    directory read-only. Thus, new files can't be created inside the directory.

    Then:

    1. Type help() in python. Python goes into interactive help mode.
    2. Type "modules fnmatch" in python.

    Result:
    Help quits with the following error:

    IOError: [Errno 13] Permission denied:
    'C:\\Python30\\lib\\lib2to3\\tests\\..\\G
    rammar3.0.0.alpha.5.pickle'

    For detailed error info please see the attached text file.

    @rmosaic rmosaic mannequin added stdlib Python modules in the Lib dir type-crash A hard crash of the interpreter, possibly with a core dump labels May 22, 2008
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented May 25, 2008

    Thanks for the report. This should now be fixed with r63643, r63644 and
    r63645.

    @loewis loewis mannequin closed this as completed May 25, 2008
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir type-crash A hard crash of the interpreter, possibly with a core dump
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants