Message136112
| Author |
jaraco |
| Recipients |
asvetlov, brian.curtin, jaraco, ncoghlan, santoso.wijaya, wkornewald |
| Date |
2011年05月16日.17:41:41 |
| SpamBayes Score |
6.3042484e-05 |
| Marked as misclassified |
No |
| Message-id |
<1305567703.06.0.81333679405.issue6727@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I decided to investigate further. I created another script to test the call to _wstat to try to recreate the -1 return code, but I was unable to do so. I'm attaching the script, which creates the same 'sample' package, but instead of calling import, calls _wstat directly on the 'sample', but it returns 0, even in the environments where the test script fails.
This leads me to believe the issue isn't with _wstat, but with the way _wstat is called in _Py_stat. |
|