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 kristjan.jonsson
Recipients kristjan.jonsson, lemburg, ncoghlan, tim.peters
Date 2009-09-06.19:51:02
SpamBayes Score 3.7328657e-06
Marked as misclassified No
Message-id <1252266664.53.0.404600086304.issue6836@psf.upfronthosting.co.za>
In-reply-to
Content
Good point, Tim.  I'll rework it so that one of the border bytes is 
used, since it needs to be a "known" value anyway.  That should make 
things less messy.
Although resoning about the breakpoint is probably incorrect since you 
would put the breakpoint on the "serialno" global variable, and not on 
the location in each memory block.
Meanwhile, does anyone have anything to say about my suggested bugfix?  
I'm not familiar enough with the parser to know if there may be a 
performance penaltly in copying the string here, or whether we ought to 
try to widen the use of the PyObject_ api to skirt the issue.
History
Date User Action Args
2009-09-06 19:51:04kristjan.jonssonsetrecipients: + kristjan.jonsson, lemburg, tim.peters, ncoghlan
2009-09-06 19:51:04kristjan.jonssonsetmessageid: <1252266664.53.0.404600086304.issue6836@psf.upfronthosting.co.za>
2009-09-06 19:51:03kristjan.jonssonlinkissue6836 messages
2009-09-06 19:51:02kristjan.jonssoncreate