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

cgitb.py support for frozen images #41817

Closed
barry-scott mannequin opened this issue Apr 6, 2005 · 5 comments
Closed

cgitb.py support for frozen images #41817

barry-scott mannequin opened this issue Apr 6, 2005 · 5 comments
Labels
3.9 only security fixes 3.10 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@barry-scott
Copy link
Mannequin

barry-scott mannequin commented Apr 6, 2005

BPO 1178136
Nosy @barry-scott, @iritkatriel
Files
  • cgitb.patch: cgitb.py patch
  • 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 2022-03-13.17:37:37.498>
    created_at = <Date 2005-04-06.22:45:08.000>
    labels = ['type-feature', 'library', '3.9', '3.10']
    title = 'cgitb.py support for frozen images'
    updated_at = <Date 2022-03-13.17:37:37.497>
    user = 'https://github.com/barry-scott'

    bugs.python.org fields:

    activity = <Date 2022-03-13.17:37:37.497>
    actor = 'iritkatriel'
    assignee = 'none'
    closed = True
    closed_date = <Date 2022-03-13.17:37:37.498>
    closer = 'iritkatriel'
    components = ['Library (Lib)']
    creation = <Date 2005-04-06.22:45:08.000>
    creator = 'barry-scott'
    dependencies = []
    files = ['6602']
    hgrepos = []
    issue_num = 1178136
    keywords = ['patch']
    message_count = 5.0
    messages = ['48175', '109744', '381044', '381132', '415060']
    nosy_count = 2.0
    nosy_names = ['barry-scott', 'iritkatriel']
    pr_nums = []
    priority = 'normal'
    resolution = 'wont fix'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue1178136'
    versions = ['Python 3.9', 'Python 3.10']

    @barry-scott
    Copy link
    Mannequin Author

    barry-scott mannequin commented Apr 6, 2005

    cgitb.py does not report the line numbers in the stack
    trace
    if the python program is frozen. This is because the source
    code is not available.

    The attached patch fixes this problem.

    @devdanzin devdanzin mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Feb 15, 2009
    @BreamoreBoy
    Copy link
    Mannequin

    BreamoreBoy mannequin commented Jul 9, 2010

    This is a small patch which could be useful, could someone please test it against a frozen program?

    @iritkatriel
    Copy link
    Member

    Barry, are you interested in converting this patch into a github PR?

    @barry-scott
    Copy link
    Mannequin Author

    barry-scott mannequin commented Nov 16, 2020

    Ok. I'll add this to my todo list.

    @iritkatriel iritkatriel added 3.9 only security fixes 3.10 only security fixes labels Nov 16, 2020
    @iritkatriel
    Copy link
    Member

    cgi/cgitb are deprecated as per PEP-594, so there won't be further enhancements to them.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 only security fixes 3.10 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant