From: Samuele P. <pe...@in...> - 2001-10-14 19:35:43
|
> > When you say "does not support effectively atexit" do you mean that > there some limitations that I did not encounter? > I can reformulate that as does support it but without effect ;( C:\usr\jython-2.0\Lib>..\jython atexit.py C:\usr\jython-2.0\Lib>\usr\Python20\python atexit.py running x3('no kwd args', kwd=None) running x3(5, kwd='bar') running x2(12) running x1 That's jython 2.0 and I don't think the situation has improved since then, at least that's my understanding of the codebase. Samuele. |