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

handle unary op of constant in transformer.py #37702

Closed
mwhudson opened this issue Jan 3, 2003 · 3 comments
Closed

handle unary op of constant in transformer.py #37702

mwhudson opened this issue Jan 3, 2003 · 3 comments
Labels
stdlib Python modules in the Lib dir

Comments

@mwhudson
Copy link

mwhudson commented Jan 3, 2003

BPO 661536
Nosy @mwhudson, @gvanrossum
Files
  • unary-op-hack.diff: mwh's first 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 2003-02-13.11:42:41.000>
    created_at = <Date 2003-01-03.10:32:09.000>
    labels = ['library']
    title = 'handle unary op of constant in transformer.py'
    updated_at = <Date 2003-02-13.11:42:41.000>
    user = 'https://github.com/mwhudson'

    bugs.python.org fields:

    activity = <Date 2003-02-13.11:42:41.000>
    actor = 'mwh'
    assignee = 'jhylton'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2003-01-03.10:32:09.000>
    creator = 'mwh'
    dependencies = []
    files = ['4853']
    hgrepos = []
    issue_num = 661536
    keywords = ['patch']
    message_count = 3.0
    messages = ['42223', '42224', '42225']
    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/issue661536'
    versions = ['Python 2.3']

    @mwhudson
    Copy link
    Author

    mwhudson commented Jan 3, 2003

    This fixes the only known (to me) remaining wart in the
    compiler package.

    It's a horrible patch, but I'm reasonably confident
    it's an accurate reflection of the corresponding bit of
    compile.c <wink>.

    @mwhudson mwhudson closed this as completed Jan 3, 2003
    @mwhudson mwhudson added the stdlib Python modules in the Lib dir label Jan 3, 2003
    @mwhudson mwhudson closed this as completed Jan 3, 2003
    @mwhudson mwhudson added the stdlib Python modules in the Lib dir label Jan 3, 2003
    @gvanrossum
    Copy link
    Member

    Logged In: YES
    user_id=6380

    Given the resolution of SF bpo-660455, maybe this patch needs
    to be withdrawn?

    @mwhudson
    Copy link
    Author

    Logged In: YES
    user_id=6656

    Seems so.

    test_trace failed when compiled by the compiler package,
    though...

    @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
    stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants