[Stackless-checkins] CVS: slpdev/src/2.2/src/Lib/test regrtest.py, 1.3, 1.4

Christian Tismer tismer at centera.de
Mon May 3 18:54:32 CEST 2004


Update of /home/cvs/slpdev/src/2.2/src/Lib/test
In directory centera.de:/tmp/cvs-serv20604/src/2.2/src/Lib/test

Modified Files:
	regrtest.py 
Log Message:
completely back-ported Stackless to Python 2.2.3.
It passes all relevant tests, supports pickling etc.
The gola is to keep the core files identical as long
as possible. This caused a few changes to the test files,
which need to figure out which tests to omit, for instance.

This 2.2.3 versiion is almost identical to the original, but
a few changes:
- Pickling does not check for __safe_for_unpickling__
- Generators don't need from __future__ import generators
- code objects have a builtin tp_new method.

These changes *all* vanish if STACKLESS_OFF is defined.

Index: regrtest.py
===================================================================
RCS file: /home/cvs/slpdev/src/2.2/src/Lib/test/regrtest.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** regrtest.py	1 May 2004 01:21:09 -0000	1.3
--- regrtest.py	3 May 2004 16:54:28 -0000	1.4
***************
*** 703,711 ****
          test_imgfile
          test_largefile
- <<<<<<< ../../2.2/src/./Lib/test/regrtest.py
- =======
-         test_locale
-         test_linuxaudiodev
- >>>>>>> ././Lib/test/regrtest.py
          test_locale
          test_linuxaudiodev
--- 703,706 ----


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



More information about the Stackless-checkins mailing list