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 vstinner
Recipients David.Edelsohn, db3l, gvanrossum, koobs, larry, ncoghlan, neologix, pitrou, python-dev, sbt, skrah, vstinner
Date 2013-10-22.14:29:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZVhGqubT2bt1_QLNF-R_1Q9+gdjs4X7pzAAHAR3T4O2Q@mail.gmail.com>
In-reply-to <1382449669.74.0.13115767392.issue19334@psf.upfronthosting.co.za>
Content
> I started "strace ./python -m test -vF test_asyncio" running under screen on the RHEL6 buildbot (so it will keep running when I log out in a moment).

Trace also child processes: add -f. And add maybe also timestamps: -tt.
History
Date User Action Args
2013-10-22 14:29:28vstinnersetrecipients: + vstinner, gvanrossum, db3l, ncoghlan, pitrou, larry, skrah, neologix, python-dev, sbt, koobs, David.Edelsohn
2013-10-22 14:29:28vstinnerlinkissue19334 messages
2013-10-22 14:29:28vstinnercreate