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 christian.heimes
Recipients Mitchell.Stokes, amaury.forgeotdarc, brian.curtin, christian.heimes, pitrou, tim.golden
Date 2013-07-05.23:58:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373068714.06.0.437914295055.issue10080@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce the issue with Python 3.2 and dup2 on Linux.

$ gcc -o py_main py_main_dup2.c  -I/usr/include/python3.2mu -lpython3.2mu -lm -pthread -ldl -lutil
$ ./py_main

log.txt contains 'foo' and the debug message, too. Is this still an issue for you?
History
Date User Action Args
2013-07-05 23:58:34christian.heimessetrecipients: + christian.heimes, amaury.forgeotdarc, pitrou, tim.golden, brian.curtin, Mitchell.Stokes
2013-07-05 23:58:34christian.heimessetmessageid: <1373068714.06.0.437914295055.issue10080@psf.upfronthosting.co.za>
2013-07-05 23:58:34christian.heimeslinkissue10080 messages
2013-07-05 23:58:33christian.heimescreate