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

Issue 217092: Add additional error checking to capsule in _ctypes/callproc.c

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 2 months ago by Larry Hastings
Modified:
14 years, 2 months ago
Reviewers:
Benjamin
Base URL:
http://svn.python.org/view/*checkout*/python/branches/py3k/
Visibility:
Public.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Updated to not deref the borrowed reference. #

Patch Set 3 : Updated to set an error. #

Total comments: 4

Patch Set 4 : Fixed whitespace issues. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M Modules/_ctypes/callproc.c View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 4
Benjamin
http://codereview.appspot.com/217092/diff/1/2 File Modules/_ctypes/callproc.c (right): http://codereview.appspot.com/217092/diff/1/2#newcode144 Modules/_ctypes/callproc.c:144: Py_DECREF(errobj); Don't decref. PyDict_GetItem returns a borrowed reference. Does ...
14 years, 2 months ago (2010-02-23 04:26:11 UTC) #1
Benjamin
Only a few style issues now. http://codereview.appspot.com/217092/diff/7/1002 File Modules/_ctypes/callproc.c (right): http://codereview.appspot.com/217092/diff/7/1002#newcode145 Modules/_ctypes/callproc.c:145: "ctypes.error_object is an ...
14 years, 2 months ago (2010-02-24 01:47:30 UTC) #2
Larry Hastings
Ran the unit tests one last time, and those ran fine. Little surprise there really. ...
14 years, 2 months ago (2010-02-24 03:00:54 UTC) #3
Benjamin
14 years, 2 months ago (2010-02-24 03:05:54 UTC) #4
LGTM
Sign in to reply to this message.

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