Message6362

Author pjenvey
Recipients alex.gronholm, fwierzbicki, pjenvey, zyasoft
Date 2011-01-30.21:17:40
SpamBayes Score 0.0022131517
Marked as misclassified No
Message-id <1296422261.4.0.232195838521.issue1701@psf.upfronthosting.co.za>
In-reply-to
Content
I think this was broken by the somewhat recent changes for #1327.

Here the main thread exits before the EDT writes the file. When exiting it assumes jython has finished and calls interp.cleanup() to shut itself down.

So the PyFile.Closer created for the file opened in the EDT is registered with a PySystemState that has already had cleanup() called on. When this happens Closers end up not being called.
History
Date User Action Args
2011-01-30 21:17:41pjenveysetmessageid: <1296422261.4.0.232195838521.issue1701@psf.upfronthosting.co.za>
2011-01-30 21:17:41pjenveysetrecipients: + pjenvey, fwierzbicki, zyasoft, alex.gronholm
2011-01-30 21:17:41pjenveylinkissue1701 messages
2011-01-30 21:17:40pjenveycreate