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 rhettinger
Recipients belopolsky, rhettinger
Date 2008-02-27.05:46:24
SpamBayes Score 0.05617138
Marked as misclassified No
Message-id <1204091188.77.0.939605199397.issue2197@psf.upfronthosting.co.za>
In-reply-to
Content
This changes semantics by executing all of the stores after the inputs 
are generated.  All of the pending item pairs get built-up on an ever-
growing stack instead of being consumed pairwise, never deepening the 
stack by more than two.
History
Date User Action Args
2008-02-27 05:46:29rhettingersetspambayes_score: 0.0561714 -> 0.05617138
recipients: + rhettinger, belopolsky
2008-02-27 05:46:29rhettingersetspambayes_score: 0.0561714 -> 0.0561714
messageid: <1204091188.77.0.939605199397.issue2197@psf.upfronthosting.co.za>
2008-02-27 05:46:27rhettingerlinkissue2197 messages
2008-02-27 05:46:26rhettingercreate