Message 138508 - Python tracker
Message138508
| Author | vstinner |
|---|---|
| Recipients | boya, loewis, pitrou, skrah, terry.reedy, vstinner |
| Date | 2011-06-17.13:55:17 |
| SpamBayes Score | 1.0483639e-05 |
| Marked as misclassified | No |
| Message-id | <1308318917.92.0.660264372365.issue9246@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Simpler patch replacing 1026 constant by MAXPATHLEN. On my Linux box, MAXPATHLEN is 4096 and os.pathconf('/', 'PC_PATH_MAX') returns 4096. I am able to get a path of 4095 bytes using the patch. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-06-17 13:55:18 | vstinner | set | recipients: + vstinner, loewis, terry.reedy, pitrou, skrah, boya |
| 2011-06-17 13:55:17 | vstinner | set | messageid: <1308318917.92.0.660264372365.issue9246@psf.upfronthosting.co.za> |
| 2011-06-17 13:55:17 | vstinner | link | issue9246 messages |
| 2011-06-17 13:55:17 | vstinner | create | |