[Stackless] Python 2.4.3 source code

Juho Mäkinen juho.makinen at gmail.com
Fri Mar 31 11:11:16 CEST 2006


On 3/30/06, Richard <richard at ccpgames.com> wrote:
> Hi,
>
> I have checked in the Python 2.4.3 source code with the ported Stackless
>     c) Open a console in the 'Stackless\unittests' directory.
>        The expected result is that one pickling test will fail, this is ok

Btw, the file is runAll.py, and not run_all.py (at least in svn :)


..............E.............
======================================================================
ERROR: testDict (test_pickle.TestConcretePickledTasklets)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./test_pickle.py", line 167, in testDict
    self.run_pickled(dicttest, 20, 13)
  File "./test_pickle.py", line 114, in run_pickled
    pi = pickle.dumps(t)
PicklingError: Can't pickle <type 'iterator'>: attribute lookup
__builtin__.iterator failed

----------------------------------------------------------------------
Ran 28 tests in 0.053s

FAILED (errors=1)
............................
----------------------------------------------------------------------
Ran 28 tests in 0.061s

OK


>     d) Open a console in the top level of the source code.
>        Type 'PCBuild\python.exe Lib\test\regrtest.py'

251 tests OK.
1 test failed:
    test_email
38 tests skipped:
    test_aepack test_al test_applesingle test_bsddb test_bsddb185
    test_bsddb3 test_bz2 test_cd test_cl test_codecmaps_cn
    test_codecmaps_hk test_codecmaps_jp test_codecmaps_kr
    test_codecmaps_tw test_curses test_dbm test_gdbm test_gl
    test_imgfile test_linuxaudiodev test_locale test_macfs
    test_macostools test_nis test_normalization test_ossaudiodev
    test_pep277 test_plistlib test_scriptpackages test_socket_ssl
    test_socketserver test_sunaudiodev test_tcl test_timeout
    test_urllib2net test_urllibnet test_winreg test_winsound
6 skips unexpected on linux2:
    test_dbm test_bz2 test_gdbm test_bsddb test_tcl test_locale


Hope this helps.

 - Juho Mäkinen, http://www.juhonkoti.net

_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list