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

Don't assume all exceptions are SyntaxError's #41891

Closed
jpe mannequin opened this issue Apr 25, 2005 · 2 comments
Closed

Don't assume all exceptions are SyntaxError's #41891

jpe mannequin opened this issue Apr 25, 2005 · 2 comments
Assignees
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@jpe
Copy link
Mannequin

jpe mannequin commented Apr 25, 2005

BPO 1189210
Nosy @brettcannon
Files
  • ast.diff
  • 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 = 'https://github.com/brettcannon'
    closed_at = <Date 2005-04-26.03:53:50.000>
    created_at = <Date 2005-04-25.01:26:25.000>
    labels = ['interpreter-core']
    title = "Don't assume all exceptions are SyntaxError's"
    updated_at = <Date 2005-04-26.03:53:50.000>
    user = 'https://bugs.python.org/jpe'

    bugs.python.org fields:

    activity = <Date 2005-04-26.03:53:50.000>
    actor = 'brett.cannon'
    assignee = 'brett.cannon'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2005-04-25.01:26:25.000>
    creator = 'jpe'
    dependencies = []
    files = ['6631']
    hgrepos = []
    issue_num = 1189210
    keywords = ['patch']
    message_count = 2.0
    messages = ['48257', '48258']
    nosy_count = 2.0
    nosy_names = ['brett.cannon', 'jpe']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1189210'
    versions = []

    @jpe
    Copy link
    Mannequin Author

    jpe mannequin commented Apr 25, 2005

    Attached patch simple propagates non-syntax errors up
    and allows ast_for_atom to return NULL. Needed for
    some of the unicode tests.

    @jpe jpe mannequin closed this as completed Apr 25, 2005
    @jpe jpe mannequin assigned brettcannon Apr 25, 2005
    @jpe jpe mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Apr 25, 2005
    @jpe jpe mannequin closed this as completed Apr 25, 2005
    @jpe jpe mannequin assigned brettcannon Apr 25, 2005
    @jpe jpe mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Apr 25, 2005
    @brettcannon
    Copy link
    Member

    Logged In: YES
    user_id=357491

    Applied as rev. 1.1.2.61 . Fixes bug bpo-1186345.

    Thanks, John.

    @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
    interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant