[Python-Dev] Builder: x86 Windows7 3.x OpenSSL compile error (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Tue Sep 21 01:12:10 CEST 2010
- Previous message: [Python-Dev] Builder: x86 Windows7 3.x OpenSSL compile error
- Next message: [Python-Dev] Builder: x86 Windows7 3.x OpenSSL compile error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 20 Sep 2010 19:02:33 -0400 David Bolen <db3l.net at gmail.com> wrote:
Looks like some issue with using bytes for os.path.exists - I "borrowed" a Python 3.x build currently in the tree as part of build 1611 and tried: db3l at buildbot-win7 ~ $ buildarea/3.x.bolen-windows7/build/pcbuild/pythond Python 3.2a2+ (py3k, Sep 20 2010, 18:49:03) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import os [50683 refs] >>> os.path.exists('d:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\keycert.pem') True [50689 refs] >>> os.path.exists(b'd:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\buil d\lib\test\keycert.pem') False [50718 refs]
Ah, indeed. I can confirm the above issue on a Windows 7 VM as well. I'm gonna try to investigate.
Regards
Antoine.
- Previous message: [Python-Dev] Builder: x86 Windows7 3.x OpenSSL compile error
- Next message: [Python-Dev] Builder: x86 Windows7 3.x OpenSSL compile error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]