[Python-bugs-list] [ python-Bugs-492349 ] detail: tp_basicsize and tp_itemsize

noreply@sourceforge.net noreply@sourceforge.net
Fri, 31 May 2002 14:00:30 -0700


Bugs item #492349, was opened at 2001-12-12 23:44
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=492349&group_id=5470

Category: Documentation
Group: Python 2.2
>Status: Closed
>Resolution: Fixed
Priority: 4
Submitted By: Guido van Rossum (gvanrossum)
Assigned to: Guido van Rossum (gvanrossum)
Summary: detail: tp_basicsize and tp_itemsize

Initial Comment:
> Here's another question: for extensible types (which
can grow beyond
> tp_basicsize), I am guessing you give no guarantees
about the aligment of
> the following elements, so it's up to the programmer
to make sure that
> tp_basicsize is a multiple of the alignment of
whatever's being put in the
> extensible area.
> 
> If that's true, I think the docs should say so.


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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-05-31 17:00

Message:
Logged In: YES 
user_id=6380

I've added a note to newtypes.tex.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=492349&group_id=5470