Message3745

Author fwierzbicki
Recipients bmatlin, fwierzbicki, leouserz, trondandersen
Date 2008-11-03.22:13:20
SpamBayes Score 2.4024441e-06
Marked as misclassified No
Message-id <1225750400.41.0.364678971244.issue580170@psf.upfronthosting.co.za>
In-reply-to
Content
System.exit is never called for OutOfMemoryError -- maybe it once did.

System.exit is only called in the event of an actual explicit call to
exit from Python code (for example a call to exit()).  This is no more a
problem than having Java code call System.exit().
History
Date User Action Args
2008-11-03 22:13:20fwierzbickisetmessageid: <1225750400.41.0.364678971244.issue580170@psf.upfronthosting.co.za>
2008-11-03 22:13:20fwierzbickisetrecipients: + fwierzbicki, leouserz, bmatlin, trondandersen
2008-11-03 22:13:20fwierzbickilinkissue580170 messages
2008-11-03 22:13:20fwierzbickicreate