[Stackless-checkins] CVS: slpdev/src/2.2/src/Mac/scripts EditPythonPrefsBH.prj, 1.4, 1.5

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


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

Modified Files:
	EditPythonPrefsBH.prj 
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: EditPythonPrefsBH.prj
===================================================================
RCS file: /home/cvs/slpdev/src/2.2/src/Mac/scripts/EditPythonPrefsBH.prj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
Binary files /tmp/cvs0R7Edc and /tmp/cvsaOHgje differ


_______________________________________________
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