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

asdl generation changes #42956

Closed
jpe mannequin opened this issue Feb 28, 2006 · 3 comments
Closed

asdl generation changes #42956

jpe mannequin opened this issue Feb 28, 2006 · 3 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@jpe
Copy link
Mannequin

jpe mannequin commented Feb 28, 2006

BPO 1440620
Files
  • asdl.diff: Code generation changes
  • 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 2006-03-01.20:57:54.000>
    created_at = <Date 2006-02-28.22:17:01.000>
    labels = ['interpreter-core']
    title = 'asdl generation changes'
    updated_at = <Date 2006-03-01.20:57:54.000>
    user = 'https://bugs.python.org/jpe'

    bugs.python.org fields:

    activity = <Date 2006-03-01.20:57:54.000>
    actor = 'jpe'
    assignee = 'jhylton'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2006-02-28.22:17:01.000>
    creator = 'jpe'
    dependencies = []
    files = ['7038']
    hgrepos = []
    issue_num = 1440620
    keywords = ['patch']
    message_count = 3.0
    messages = ['49614', '49615', '49616']
    nosy_count = 3.0
    nosy_names = ['jhylton', 'nnorwitz', 'jpe']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1440620'
    versions = ['Python 2.5']

    @jpe
    Copy link
    Mannequin Author

    jpe mannequin commented Feb 28, 2006

    Adds statics to variables in _ast module and preserves
    order of class attributes (they were reversed
    previously). Note that patch 1440601 is sensitive to
    attribute order and currently depends on the reversed
    order.

    @jpe jpe mannequin closed this as completed Feb 28, 2006
    @jpe jpe mannequin assigned jhylton Feb 28, 2006
    @jpe jpe mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Feb 28, 2006
    @jpe jpe mannequin closed this as completed Feb 28, 2006
    @jpe jpe mannequin assigned jhylton Feb 28, 2006
    @jpe jpe mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Feb 28, 2006
    @nnorwitz
    Copy link
    Mannequin

    nnorwitz mannequin commented Feb 28, 2006

    Logged In: YES
    user_id=33168

    Jeremy, I'm assigning the AST type patches to you for review.

    @jpe
    Copy link
    Mannequin Author

    jpe mannequin commented Mar 1, 2006

    Logged In: YES
    user_id=22785

    Closing because Neal made most of the changes already and
    the attribute ordering changes are in the col patch

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

    No branches or pull requests

    0 participants