Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(no) fast boolean evaluation ?


  • From: S.Mientki-nospam at mailbox.kun.nl (Stef Mientki)
  • Subject: (no) fast boolean evaluation ?
  • Date: Thu, 02 Aug 2007 23:47:49 +0200

hello,

I discovered that boolean evaluation in Python is done "fast"
(as soon as the condition is ok, the rest of the expression is ignored).

Is this standard behavior or is there a compiler switch to turn it on/off ?

thanks,
Stef Mientki