This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: handle unary op of constant in transformer.py
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: jhylton Nosy List: gvanrossum, jhylton, mwh
Priority: normal Keywords: patch

Created on 2003-01-03 10:32 by mwh, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unary-op-hack.diff mwh, 2003-01-03 10:32 mwh's first patch
Messages (3)
msg42223 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2003-01-03 10:32
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>.
msg42224 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2003-02-12 21:00
Logged In: YES 
user_id=6380

Given the resolution of SF #660455, maybe this patch needs
to be withdrawn?
msg42225 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2003-02-13 11:42
Logged In: YES 
user_id=6656

Seems so.

test_trace failed when compiled by the compiler package,
though...
History
Date User Action Args
2022-04-10 16:06:06adminsetgithub: 37702
2003-01-03 10:32:09mwhcreate