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.

Author novalis_dt
Recipients novalis_dt
Date 2008-11-14.21:50:41
SpamBayes Score 0.0013610164
Marked as misclassified No
Message-id <1226699442.61.0.370120120722.issue4327@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, and this also involved the creation of an additional statement type,
unfortunately. The statement type, Seq, represents a sequence of
statements.  This is so that we can replace a single assign with
multiple assigns.  If that's no good, then we could do an If with test=1
instead, since the compiler knows to optimize that out.  We could also
go into the parent statement and replace the body, but that would
require significant rejiggering of the optimizer, and significant
additional complexity.
History
Date User Action Args
2008-11-14 21:50:43novalis_dtsetrecipients: + novalis_dt
2008-11-14 21:50:42novalis_dtsetmessageid: <1226699442.61.0.370120120722.issue4327@psf.upfronthosting.co.za>
2008-11-14 21:50:41novalis_dtlinkissue4327 messages
2008-11-14 21:50:41novalis_dtcreate