Files
cpython/Objects
Guido van Rossum 6fb3fdec7c Pytype_GenericAlloc(): round up size so we zap all four bytes of the
__dict__ slot for string subtypes.

subtype_dealloc(): properly use _PyObject_GetDictPtr() to get the
(potentially negative) dict offset.  Don't copy things into local
variables that are used only once.

type_new(): properly calculate a negative dict offset when tp_itemsize
is nonzero.  The __dict__ attribute, if present, is now a calculated
attribute rather than a structure member.
2001-08-30 20:00:07 +00:00
..
2000-05-02 18:34:30 +00:00
2001-08-29 23:54:21 +00:00
2001-08-29 23:54:21 +00:00
2001-08-30 03:10:36 +00:00
2001-08-29 23:54:21 +00:00
2001-08-30 03:09:31 +00:00
2001-08-29 23:54:21 +00:00
2001-08-30 03:09:31 +00:00
2001-08-29 23:54:21 +00:00
2001-08-30 03:12:59 +00:00