[Patches] [ python-Patches-740202 ] preserving a few bits to get Stackless compatibility (sec)

SourceForge.net noreply@sourceforge.net
Tue, 20 May 2003 08:16:29 -0700


Patches item #740202, was opened at 2003-05-20 03:21
Message generated for change (Settings changed) made by tismer
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=740202&group_id=5470

Category: Core (C code)
Group: Python 2.3
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Christian Tismer (tismer)
Assigned to: Nobody/Anonymous (nobody)
Summary: preserving a few bits to get Stackless compatibility (sec)

Initial Comment:
These few patches allow the Stackless project to have
its own branch of PyTypeObject and PyMethodDef
structures, while maintaining binary compatibility to
current and older Python environments.

I would like to thank Guido for his support for the
Stackless 3.0 branch of Python!

Christian Tismer, May 2003


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

Comment By: Christian Tismer (tismer)
Date: 2003-05-20 16:52

Message:
Logged In: YES 
user_id=105700

I think I can drop the requirement of bits in the ml_flags
structure.
My request reduced therefore to just the one bit in the type
object flags.
The attached patch is smallest possible and involves
object.h, only.

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

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