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 csernazs
Recipients csernazs
Date 2010-06-28.13:27:40
SpamBayes Score 0.0045845737
Marked as misclassified No
Message-id <1277731663.45.0.56366593786.issue9100@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.7rc2

test_user_similar test in test_sysconfig fails for me. I think it's because I have different --exec-prefix and --prefix specified. The test assumes that get_config_var('base') is the part of the global_path = get_path('platstdlib', 'posix_prefix') which is not necessarily true.

I've attached the pdb output containing the variable names.
History
Date User Action Args
2010-06-28 13:27:43csernazssetrecipients: + csernazs
2010-06-28 13:27:43csernazssetmessageid: <1277731663.45.0.56366593786.issue9100@psf.upfronthosting.co.za>
2010-06-28 13:27:41csernazslinkissue9100 messages
2010-06-28 13:27:41csernazscreate