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 pepalogik
Recipients pepalogik
Date 2013-02-05.17:32:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360085542.96.0.0792349837187.issue17137@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.3 64-bit seems to compile one of my files incorrectly. Specifically, os.path.isdir returns True for a nonexistent folder. The important point is that the code works correctly when it is performed step-by-step in pdb.

Python version:
Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:57:17) [MSC v.1600 64 bit (AMD64)] on win32

OS:
Windows 8 64-bit

The code works fine in Python 3.2.3 32-bit on Windows XP.

My project is quite complex and it interacts with other software packages. I tried to make a reduced test-case but I could not reproduce the problem this way. What files do you need for processing this bug report? Will e.g. the source file in question and the corresponding compiled file (*.pyc) be enough? Or should I upload the whole project here, along with the instructions on how to run it?
History
Date User Action Args
2013-02-05 17:32:22pepalogiksetrecipients: + pepalogik
2013-02-05 17:32:22pepalogiksetmessageid: <1360085542.96.0.0792349837187.issue17137@psf.upfronthosting.co.za>
2013-02-05 17:32:22pepalogiklinkissue17137 messages
2013-02-05 17:32:22pepalogikcreate