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 neologix
Recipients benjamin.peterson, eric.araujo, giampaolo.rodola, meador.inge, neologix, pitrou
Date 2011-06-10.17:49:32
SpamBayes Score 0.00011546251
Marked as misclassified No
Message-id <1307728173.13.0.738119488047.issue9788@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't think the order should be defined.

I disagree.
The C standard explicitely states that the functions are called in LIFO order (which is the natural order in this case).

The current implementation guarantees LIFO order, I think it should be documented.
History
Date User Action Args
2011-06-10 17:49:33neologixsetrecipients: + neologix, pitrou, giampaolo.rodola, benjamin.peterson, eric.araujo, meador.inge
2011-06-10 17:49:33neologixsetmessageid: <1307728173.13.0.738119488047.issue9788@psf.upfronthosting.co.za>
2011-06-10 17:49:32neologixlinkissue9788 messages
2011-06-10 17:49:32neologixcreate