[Patches] [ python-Patches-1700463 ] VC6 build patch for trunk

SourceForge.net noreply at sourceforge.net
Sat Apr 14 06:06:20 CEST 2007


Patches item #1700463, was opened at 2007-04-14 13:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1700463&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.6
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hirokazu Yamamoto (ocean-city)
Assigned to: Nobody/Anonymous (nobody)
Summary: VC6 build patch for trunk

Initial Comment:
Hello. This is follow up patch for current trunk.
I confirmed testall.py passes on VC6 except for
test_normalization.py. (I needed to expand python_d.exe's stack size to 1MB, though. otherwise,
test_excepsion.py etc crashes with stack overflow)

# error of test_normalization.py
FAILED (errors=1)
Traceback (most recent call last):
  File "test_normalization.py", line 94, in <module>
    test_main()
  File "test_normalization.py", line 91, in test_main
    run_unittest(NormalizationTest)
  File "e:\python-dev\trunk\lib\test\test_support.py", line 557, in run_unittest

    run_suite(suite, testclass)
  File "e:\python-dev\trunk\lib\test\test_support.py", line 542, in run_suite
    raise TestFailed(err)
test.test_support.TestFailed: Traceback (most recent call last):
  File "test_normalization.py", line 36, in test_main
    for line in open_urlresource(TESTDATAURL):
  File "e:\python-dev\trunk\lib\test\test_support.py", line 271, in open_urlreso
urce
    requires('urlfetch')
  File "e:\python-dev\trunk\lib\test\test_support.py", line 94, in requires
    raise ResourceDenied(msg)
ResourceDenied: Use of the `urlfetch' resource not enabled


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1700463&group_id=5470


More information about the Patches mailing list