Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: <noreply@so...> - 2001-11-01 14:05:14
|
Bugs item #476772, was opened at 2001-10-31 06:27 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=112867&aid=476772&group_id=12867 Category: Core Group: None Status: Open Resolution: None Priority: 5 Submitted By: Itamar Shtull-Trauring (itamar) >Assigned to: Finn Bock (bckfnn) Summary: shutdowns in jython / atexit Initial Comment: In cpython I can use signals to detect when python is shut down, but there is no way to do this in jython. It'd be nice to be able to do this using atexit module, but it doesn't work in jython. It should be possible to make atexit work by making jython use Java 1.3's Runtime.addShutdownHook to execute sys.exitfunc. Not sure what to do about older versions of Java, however. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=112867&aid=476772&group_id=12867 |