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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, kristjan.jonsson
Date 2009-04-16.12:39:07
SpamBayes Score 0.00020919298
Marked as misclassified No
Message-id <1239885549.06.0.444041706295.issue5773@psf.upfronthosting.co.za>
In-reply-to
Content
With a 2.6 or 2.7 debug build:
    python_d -c "import os; os.fdopen(2)"

Displays the famous Debug Assertion Failure:
    ...
    Expression: (_osfile(fh) & FOPEN)
    ...

The error occurs when closing pyhon, in call_ll_exitfuncs() there is a
call to fflush(stderr)
History
Date User Action Args
2009-04-16 12:39:09amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, kristjan.jonsson
2009-04-16 12:39:09amaury.forgeotdarcsetmessageid: <1239885549.06.0.444041706295.issue5773@psf.upfronthosting.co.za>
2009-04-16 12:39:08amaury.forgeotdarclinkissue5773 messages
2009-04-16 12:39:07amaury.forgeotdarccreate