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 Birne94
Recipients Birne94, methane
Date 2017-03-21.10:14:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490091274.62.0.53304576321.issue29859@psf.upfronthosting.co.za>
In-reply-to
Content
While I agree, fprintf it not really nice, I looked through other parts of the python source where information is printed to stderr and fprintf was used there as well, so I fell back to it myself.

% grep -rnw . -e "fprintf(stderr," | wc -l                                                                                                                                                                 178

Using threading and multiprocessing is insane, I know that. Nevertheless the error codes returned by the pthread_* calls are processed incorrectly, so I would consider this a bug worth fixing.
History
Date User Action Args
2017-03-21 10:14:34Birne94setrecipients: + Birne94, methane
2017-03-21 10:14:34Birne94setmessageid: <1490091274.62.0.53304576321.issue29859@psf.upfronthosting.co.za>
2017-03-21 10:14:34Birne94linkissue29859 messages
2017-03-21 10:14:34Birne94create