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 cdavid
Recipients cdavid, tarek
Date 2009-05-05.08:27:45
SpamBayes Score 6.813558e-07
Marked as misclassified No
Message-id <1241512069.38.0.233347773971.issue5940@psf.upfronthosting.co.za>
In-reply-to
Content
There is a bug in the function check_library_list. Assuming there are
some libraries in the distribution instance, the function checks that
lib[0] is a string, but the test checks exactly the contrary (line 137
of build_clib.py).

This is pretty serious, as any code using libraries will fail to build
on python3. The fix is trivial, though. I think this should be fixed for
python 3.1
History
Date User Action Args
2009-05-05 08:27:50cdavidsetrecipients: + cdavid, tarek
2009-05-05 08:27:49cdavidsetmessageid: <1241512069.38.0.233347773971.issue5940@psf.upfronthosting.co.za>
2009-05-05 08:27:46cdavidlinkissue5940 messages
2009-05-05 08:27:46cdavidcreate