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
Date 2003-10-14.17:56:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

I can't see anything strange in the assembler code. Also,
from looking both at the source code, and the assembler
code, there is absolutely no code path which could cause
fcntl *not* to be called, except if an exception is raised.

Can you run this in a debugger, setting a break-point on
fcntl_fcntl, and see how it steps through the code?
History
Date User Action Args
2007-08-23 14:17:38adminlinkissue821948 messages
2007-08-23 14:17:38admincreate