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

Issue 190067: Added PyFunctionObject and PyMethodObject to PyTypeBuilder (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 1 month ago by ebo
Modified:
16 years ago
CC:
unladen-swallow_googlegroups.com
Base URL:
http://unladen-swallow.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Both are needed for inlineing.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -3 lines) Patch
M Include/classobject.h View 1 chunk +1 line, -1 line 1 comment Download
M Include/funcobject.h View 1 chunk +1 line, -1 line 1 comment Download
M Python/llvm_inline_functions.c View 1 chunk +4 lines, -1 line 0 comments Download
M Util/PyTypeBuilder.h View 2 chunks +40 lines, -0 lines 0 comments Download

Messages

Total messages: 2
ebo
PTAL
16 years ago (2010-02-01 19:35:46 UTC) #1
collinwinter
16 years ago (2010-02-01 19:42:48 UTC) #2
LGTM, with comments.

http://codereview.appspot.com/190067/diff/1/3
File Include/classobject.h (right):

http://codereview.appspot.com/190067/diff/1/3#newcode30
Include/classobject.h:30: typedef struct PyMethodObject {
Please add a comment here, "If you change this, update Util/PyTypeBuilder.h
accordingly."

http://codereview.appspot.com/190067/diff/1/4
File Include/funcobject.h (right):

http://codereview.appspot.com/190067/diff/1/4#newcode21
Include/funcobject.h:21: typedef struct PyFunctionObject {
Please add a comment here, "If you change this, update Util/PyTypeBuilder.h
accordingly."
Sign in to reply to this message.

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