[IPython-dev] Not crashing on exit() w/ py2.5
Fernando Perez
fperez.net at gmail.com
Wed Sep 27 03:15:56 EDT 2006
On 9/26/06, Ville M. Vainio <vivainio at gmail.com> wrote:
> I just checked in this to avoid crashing py2.5 on exit(); raw_input
> will raise ValueError because py2.5 exit() closes stdin. It's a hack,
> but will do for a while.
I just checked in a bunch of fixes for 2.5, and reverted this one to
use a different approach, which produces cleaner exits and works in
the presence of active %pdb.
Cheers,
f
More information about the IPython-dev
mailing list