Message125277
that race condition, if thats what this is, is likely not OS X specific. the child process could complete or close its fds before we reach that code on any OS. We either need to guard these io.open(p2c*...) lines against EBADF OSError's or we should create the io wrappers before _execute_child() is called. | |
| Date | User | Action | Args | | 2011-01-04 01:43:37 | gregory.p.smith | set | recipients: + gregory.p.smith, db3l, ronaldoussoren, ncoghlan, pitrou, vstinner, ned.deily | | 2011-01-04 01:43:37 | gregory.p.smith | set | messageid: <1294105417.53.0.0559658306804.issue8458@psf.upfronthosting.co.za> | | 2011-01-04 01:43:32 | gregory.p.smith | link | issue8458 messages | | 2011-01-04 01:43:32 | gregory.p.smith | create | | |