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 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.
History
Date User Action Args
2011-05-16 17:41:43jaracosetrecipients: + jaraco, ncoghlan, brian.curtin, asvetlov, santoso.wijaya, wkornewald
2011-05-16 17:41:43jaracosetmessageid: <1305567703.06.0.81333679405.issue6727@psf.upfronthosting.co.za>
2011-05-16 17:41:42jaracolinkissue6727 messages
2011-05-16 17:41:42jaracocreate