Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gwenaël Samain
cython
Commits
ff94e372
Commit
ff94e372
authored
Jan 15, 2011
by
Vitja Makarov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ParseTreeTransforms.pxd
parent
2eb1156a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
Cython/Compiler/ParseTreeTransforms.pxd
Cython/Compiler/ParseTreeTransforms.pxd
+5
-3
No files found.
Cython/Compiler/ParseTreeTransforms.pxd
View file @
ff94e372
...
...
@@ -19,6 +19,7 @@ cdef class NormalizeTree(CythonTransform):
cdef
class
PostParse
(
ScopeTrackingTransform
):
cdef
dict
specialattribute_handlers
cdef
size_t
lambda_counter
cdef
size_t
genexpr_counter
cdef
_visit_assignment_node
(
self
,
node
,
list
expr_list
)
...
...
@@ -46,9 +47,9 @@ cdef class AlignFunctionDefinitions(CythonTransform):
cdef
scope
cdef
class
YieldNodeCollector
(
TreeVisitor
):
cdef
list
yields
cdef
list
returns
cdef
bint
has_return_value
cdef
public
list
yields
cdef
public
list
returns
cdef
public
bint
has_return_value
cdef
class
MarkClosureVisitor
(
CythonTransform
):
cdef
bint
needs_closure
...
...
@@ -57,6 +58,7 @@ cdef class CreateClosureClasses(CythonTransform):
cdef
list
path
cdef
bint
in_lambda
cdef
module_scope
cdef
generator_class
cdef
class
GilCheck
(
VisitorTransform
):
cdef
list
env_stack
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment