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 serhiy.storchaka
Recipients ezio.melotti, neologix, pitrou, serhiy.storchaka
Date 2013-01-23.16:13:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358957631.44.0.768083002762.issue14771@psf.upfronthosting.co.za>
In-reply-to
Content
Third argument of ioctl should be not "    ", but a bytes object with platform dependent length sizeof(pid_t).

Beside this, the code at the top of the module checks the same condition and skip the tests if it is wrong. Race condition happened -- the process has been put into the background between executing these two codes. What command line you run the test?
History
Date User Action Args
2013-01-23 16:13:51serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, neologix
2013-01-23 16:13:51serhiy.storchakasetmessageid: <1358957631.44.0.768083002762.issue14771@psf.upfronthosting.co.za>
2013-01-23 16:13:51serhiy.storchakalinkissue14771 messages
2013-01-23 16:13:51serhiy.storchakacreate