This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients brian.curtin, loewis, marcin.bachry, nikratio, pitrou, theller
Date 2010-01-24.09:19:13
SpamBayes Score 9.2009104e-05
Marked as misclassified No
Message-id <1264324754.88.0.583185097177.issue7736@psf.upfronthosting.co.za>
In-reply-to
Content
I think the bug here is really in the application, which makes a system call to fuse and the fuse callback in the same process. This isn't supported, and IMO doesn't need to be. Python makes no promises that it will accept callbacks while a system call is in progress.

That said, working around this problem in this specific case with the proposed patch is fine with me.
History
Date User Action Args
2010-01-24 09:19:15loewissetrecipients: + loewis, theller, pitrou, marcin.bachry, brian.curtin, nikratio
2010-01-24 09:19:14loewissetmessageid: <1264324754.88.0.583185097177.issue7736@psf.upfronthosting.co.za>
2010-01-24 09:19:13loewislinkissue7736 messages
2010-01-24 09:19:13loewiscreate