Message 125389 - Python tracker
Message125389
| Author | pitrou |
|---|---|
| Recipients | gregory.p.smith, jyasskin, nadeem.vawda, pitrou, rosslagerwall |
| Date | 2011-01-05.01:01:23 |
| SpamBayes Score | 0.004187805 |
| Marked as misclassified | No |
| Message-id | <1294189279.3669.28.camel@localhost.localdomain> |
| In-reply-to | <1294188878.62.0.873682623406.issue8052@psf.upfronthosting.co.za> |
| Content | |
|---|---|
> Of course, procfs isn't standard in any case; would it be necessary to > have a fallback for systems without it? Or do all *nix systems that we > care about provide it? /proc/self doesn't exist under OpenSolaris. You have to use /proc/<pid>. And I suppose there can be circumstances where /proc isn't available at all (chroot perhaps?). So we would definitely have to provide a fallback. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-01-05 01:01:25 | pitrou | set | recipients: + pitrou, gregory.p.smith, jyasskin, nadeem.vawda, rosslagerwall |
| 2011-01-05 01:01:23 | pitrou | link | issue8052 messages |
| 2011-01-05 01:01:23 | pitrou | create | |