Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(502)

Issue 87072: Implement portable array pickling. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 10 months ago by Alexandre Vassalotti
Modified:
14 years, 1 month ago
Reviewers:
Martin v. Löwis
Base URL:
http://svn.python.org/view/*checkout*/python/trunk/
Visibility:
Public.

Patch Set 1 #

Total comments: 10

Patch Set 2 : Implement portable array pickling for Python 3. #

Patch Set 3 : Patch with minor stylistic issues fixed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+655 lines, -59 lines) Patch
M Lib/test/test_array.py View 1 4 chunks +140 lines, -10 lines 0 comments Download
M Modules/arraymodule.c View 1 2 6 chunks +515 lines, -49 lines 0 comments Download

Messages

Total messages: 2
Martin v. Löwis
http://codereview.appspot.com/87072/diff/1/3 File Modules/arraymodule.c (left): http://codereview.appspot.com/87072/diff/1/3#oldcode629 Line 629: array_copy(arrayobject *a, PyObject *unused) Why did you remove ...
14 years, 9 months ago (2009-07-06 04:54:53 UTC) #1
Alexandre Vassalotti
14 years, 9 months ago (2009-07-06 23:12:31 UTC) #2
On 2009/07/06 04:54:53, Martin v. Löwis wrote:
> http://codereview.appspot.com/87072/diff/1/3#newcode1822
> Line 1822: Py_ssize_t itemcount = Py_SIZE(items) / width;
> This should check for truncation, IMO.
>

How can truncation occur? That's the only thing I didn't fix in my new patch
set.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b