Message138259
| Author | vstinner |
|---|---|
| Recipients | brian.curtin, eric.smith, georg.brandl, jaraco, loewis, nadeem.vawda, ocean-city, santoso.wijaya, tim.golden, vstinner |
| Date | 2011-06-13.15:37:45 |
| SpamBayes Score | 2.5493425e-06 |
| Marked as misclassified | No |
| Message-id | <1307979466.17.0.906290482113.issue12084@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> os.lstat(bytes) should call win32_lstat() > (which is removed by this patch) instead of stat() Short history: - 0a1baa619171: Fix #10027. st_nlink not set on Windows calls to os.stat/lstat - 730b728e5aef: Implement #1578269. Patch by Jason R. Coombs. 730b728e5aef adds win32_lstat(), but it doesn't patch posix_lstat(). So your patch is not a regression, it's just that it was never supported. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-06-13 15:37:46 | vstinner | set | recipients: + vstinner, loewis, georg.brandl, jaraco, ocean-city, eric.smith, tim.golden, nadeem.vawda, brian.curtin, santoso.wijaya |
| 2011-06-13 15:37:46 | vstinner | set | messageid: <1307979466.17.0.906290482113.issue12084@psf.upfronthosting.co.za> |
| 2011-06-13 15:37:45 | vstinner | link | issue12084 messages |
| 2011-06-13 15:37:45 | vstinner | create | |