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

fix for nested list comprehensions (#406049) #34069

Closed
mwhudson opened this issue Mar 5, 2001 · 5 comments
Closed

fix for nested list comprehensions (#406049) #34069

mwhudson opened this issue Mar 5, 2001 · 5 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@mwhudson
Copy link

mwhudson commented Mar 5, 2001

BPO 406076
Nosy @mwhudson, @gvanrossum
Files
  • nested-listcomps.diff: but not upload the right file!
  • 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 2001-03-19.20:32:21.000>
    created_at = <Date 2001-03-05.18:31:13.000>
    labels = ['interpreter-core']
    title = 'fix for nested list comprehensions (#406049)'
    updated_at = <Date 2001-03-19.20:32:21.000>
    user = 'https://github.com/mwhudson'

    bugs.python.org fields:

    activity = <Date 2001-03-19.20:32:21.000>
    actor = 'jhylton'
    assignee = 'jhylton'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2001-03-05.18:31:13.000>
    creator = 'mwh'
    dependencies = []
    files = ['3175']
    hgrepos = []
    issue_num = 406076
    keywords = ['patch']
    message_count = 5.0
    messages = ['36004', '36005', '36006', '36007', '36008']
    nosy_count = 3.0
    nosy_names = ['mwh', 'gvanrossum', 'jhylton']
    pr_nums = []
    priority = 'normal'
    resolution = 'rejected'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue406076'
    versions = []

    @mwhudson
    Copy link
    Author

    mwhudson commented Mar 5, 2001

    fix for bpo-406049. duh!

    @mwhudson mwhudson closed this as completed Mar 5, 2001
    @mwhudson mwhudson added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Mar 5, 2001
    @mwhudson mwhudson closed this as completed Mar 5, 2001
    @mwhudson mwhudson added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Mar 5, 2001
    @mwhudson
    Copy link
    Author

    mwhudson commented Mar 5, 2001

    Logged In: YES
    user_id=6656

    trying again. passes make test now.

    now the numbers in the names of the list comp temporaries
    increase throughout the file being compiled.

    @mwhudson
    Copy link
    Author

    mwhudson commented Mar 5, 2001

    Logged In: YES
    user_id=6656

    upload the right file...

    @gvanrossum
    Copy link
    Member

    Logged In: YES
    user_id=6380

    Assigned to jeremy. I've deleted the bogus files.

    @jhylton
    Copy link
    Mannequin

    jhylton mannequin commented Mar 19, 2001

    Logged In: YES
    user_id=31392

    The patch should fix the symbol table, not the compiler.

    @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

    2 participants