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 mark.dickinson
Recipients christian.heimes, collinwinter, gregory.p.smith, jyasskin, loewis, mark.dickinson, pernici, pitrou, schuppenies, vstinner
Date 2009-02-19.09:42:16
SpamBayes Score 0.0028733048
Marked as misclassified No
Message-id <0015175cb07ef2e78604634259aa@google.com>
In-reply-to
Content
http://codereview.appspot.com/14105/diff/1/2
File Python/marshal.c (right):

http://codereview.appspot.com/14105/diff/1/2#newcode160
Line 160: w_long((long)(Py_SIZE(ob) > 0 ? l : -l), p);
On 2009/02/18 21:27:04, Martin v. Löwis wrote:
> Ok, so I'd waive this for this patch; please do create a separate
report.

Done.

http://bugs.python.org/issue5308

http://codereview.appspot.com/14105
History
Date User Action Args
2009-02-19 09:42:18mark.dickinsonsetrecipients: + mark.dickinson, collinwinter, gregory.p.smith, pitrou, pernici, vstinner, christian.heimes, jyasskin, schuppenies
2009-02-19 09:42:16mark.dickinsonlinkissue4258 messages
2009-02-19 09:42:16mark.dickinsoncreate