Message 192738 - Python tracker
Message192738
| 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:29 | ronaldoussoren | set | recipients: + ronaldoussoren, georg.brandl, gregory.p.smith, ferringb, christian.heimes, rosslagerwall |
| 2013-07-09 10:53:29 | ronaldoussoren | set | messageid: <1373367209.74.0.716761222678.issue13788@psf.upfronthosting.co.za> |
| 2013-07-09 10:53:29 | ronaldoussoren | link | issue13788 messages |
| 2013-07-09 10:53:29 | ronaldoussoren | create | |