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 ronaldoussoren
Recipients christian.heimes, ferringb, georg.brandl, gregory.p.smith, ronaldoussoren, rosslagerwall
Date 2013-07-09.10:53:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373367209.74.0.716761222678.issue13788@psf.upfronthosting.co.za>
In-reply-to
Content
Two small technical comments:

1) I'd add a configure or compile-time check to determine if the procfs
   interface might be available. I don't like probing for features that
   you know are not available.

2) MacOSX has simular functionality using /dev/fd instead of
   /proc/${PID}/fd  (and other BSD systems might have this as well)
History
Date User Action Args
2013-07-09 10:53:29ronaldoussorensetrecipients: + ronaldoussoren, georg.brandl, gregory.p.smith, ferringb, christian.heimes, rosslagerwall
2013-07-09 10:53:29ronaldoussorensetmessageid: <1373367209.74.0.716761222678.issue13788@psf.upfronthosting.co.za>
2013-07-09 10:53:29ronaldoussorenlinkissue13788 messages
2013-07-09 10:53:29ronaldoussorencreate