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 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:25pitrousetrecipients: + pitrou, gregory.p.smith, jyasskin, nadeem.vawda, rosslagerwall
2011-01-05 01:01:23pitroulinkissue8052 messages
2011-01-05 01:01:23pitroucreate