Message203393
Ah, it looks like the test uses a child process. The following issue has a similar problem, we don't know that status of the child process:
http://bugs.python.org/issue19564
I proposed a patch in this issue for multiprocessing, to enable also faulthandler in the child process.
We can probably do something similar in asyncio with child process (enable faulthandler in unit tests with a short timeout). |
|
Date |
User |
Action |
Args |
2013-11-19 15:51:44 | vstinner | set | recipients:
+ vstinner, gvanrossum, db3l, ncoghlan, pitrou, larry, skrah, neologix, python-dev, sbt, koobs, David.Edelsohn |
2013-11-19 15:51:44 | vstinner | set | messageid: <1384876304.01.0.140702789853.issue19652@psf.upfronthosting.co.za> |
2013-11-19 15:51:43 | vstinner | link | issue19652 messages |
2013-11-19 15:51:43 | vstinner | create | |
|