This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients kristjan.jonsson, lemburg, ncoghlan, tim.peters
Date 2009-09-09.01:40:20
SpamBayes Score 2.0993195e-05
Marked as misclassified No
Message-id <1252460423.23.0.809522684675.issue6836@psf.upfronthosting.co.za>
In-reply-to
Content
Right, I /was/ hallucinating about serialno -- good catch.

Mysterious little integers still suck, though ;-)  If you're going to
store it in a byte, then you can #define semi-meaningful letter codes
instead; e.g.,

#define _PYMALLOC_OBJECT_ID 'o'
#define _PYMALLOC_MEM_ID 'm'

The place where those are defined would be a good place to document what
the heck they mean too.
History
Date User Action Args
2009-09-09 01:40:23tim.peterssetrecipients: + tim.peters, lemburg, ncoghlan, kristjan.jonsson
2009-09-09 01:40:23tim.peterssetmessageid: <1252460423.23.0.809522684675.issue6836@psf.upfronthosting.co.za>
2009-09-09 01:40:21tim.peterslinkissue6836 messages
2009-09-09 01:40:21tim.peterscreate