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

Update compiler module to handle class decorators #46430

Closed
therve mannequin opened this issue Feb 24, 2008 · 2 comments
Closed

Update compiler module to handle class decorators #46430

therve mannequin opened this issue Feb 24, 2008 · 2 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@therve
Copy link
Mannequin

therve mannequin commented Feb 24, 2008

BPO 2177
Nosy @facundobatista
Files
  • compiler.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 = None
    closed_at = <Date 2008-02-25.18:06:26.732>
    created_at = <Date 2008-02-24.16:23:38.546>
    labels = ['type-bug', 'library']
    title = 'Update compiler module to handle class decorators'
    updated_at = <Date 2008-02-25.18:06:26.721>
    user = 'https://bugs.python.org/therve'

    bugs.python.org fields:

    activity = <Date 2008-02-25.18:06:26.721>
    actor = 'facundobatista'
    assignee = 'jhylton'
    closed = True
    closed_date = <Date 2008-02-25.18:06:26.732>
    closer = 'facundobatista'
    components = ['Library (Lib)']
    creation = <Date 2008-02-24.16:23:38.546>
    creator = 'therve'
    dependencies = []
    files = ['9538']
    hgrepos = []
    issue_num = 2177
    keywords = ['patch']
    message_count = 2.0
    messages = ['62915', '62990']
    nosy_count = 3.0
    nosy_names = ['jhylton', 'facundobatista', 'therve']
    pr_nums = []
    priority = 'critical'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue2177'
    versions = ['Python 2.6']

    @therve
    Copy link
    Mannequin Author

    therve mannequin commented Feb 24, 2008

    The attached patch (tries to?) updates compiler to handle class
    decorators, and also to handle the new way decorated function are
    handled. I had a weird bug because it seems that ast.py was modified at
    hand last time (r51330).

    This fixes the recent failures in the buildbot slaves.

    Please review!

    @therve therve mannequin added the stdlib Python modules in the Lib dir label Feb 24, 2008
    @tiran tiran added the type-bug An unexpected behavior, bug, or error label Feb 24, 2008
    @facundobatista
    Copy link
    Member

    Applied in r61067.

    Thank you!

    @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-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants