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 pitrou
Recipients Rhamphoryncus, amaury.forgeotdarc, benjamin.peterson, gregory.p.smith, jnoller, mikemccand, pitrou, tzot
Date 2008-08-18.09:33:03
SpamBayes Score 0.00018596137
Marked as misclassified No
Message-id <1219051985.65.0.228226076875.issue874900@psf.upfronthosting.co.za>
In-reply-to
Content
If you remove the print() call from joining_func(), does it stop
hanging? It may be due to differences between the io library in py3k and
the builtin file objects in 2.x.
(looking at the date of the commit disabling the test, it is not related
to the thread-safety changes to BufferedWriter, though)
History
Date User Action Args
2008-08-18 09:33:06pitrousetrecipients: + pitrou, gregory.p.smith, mikemccand, tzot, amaury.forgeotdarc, Rhamphoryncus, benjamin.peterson, jnoller
2008-08-18 09:33:05pitrousetmessageid: <1219051985.65.0.228226076875.issue874900@psf.upfronthosting.co.za>
2008-08-18 09:33:04pitroulinkissue874900 messages
2008-08-18 09:33:03pitroucreate