diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/tools/cython/Cython/Compiler/FlowControl.pxd | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) | |
download | ydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/cython/Cython/Compiler/FlowControl.pxd')
-rw-r--r-- | contrib/tools/cython/Cython/Compiler/FlowControl.pxd | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/tools/cython/Cython/Compiler/FlowControl.pxd b/contrib/tools/cython/Cython/Compiler/FlowControl.pxd index c87370b819..1b855455f7 100644 --- a/contrib/tools/cython/Cython/Compiler/FlowControl.pxd +++ b/contrib/tools/cython/Cython/Compiler/FlowControl.pxd @@ -12,7 +12,7 @@ cdef class ControlBlock: cdef public dict gen cdef public set bounded - # Big integer bitsets + # Big integer bitsets cdef public object i_input cdef public object i_output cdef public object i_gen @@ -87,11 +87,11 @@ cdef class Uninitialized: cdef class Unknown: pass - -cdef class MessageCollection: - cdef set messages - - + +cdef class MessageCollection: + cdef set messages + + @cython.locals(dirty=bint, block=ControlBlock, parent=ControlBlock, assmt=NameAssignment) cdef check_definitions(ControlFlow flow, dict compiler_directives) @@ -99,7 +99,7 @@ cdef check_definitions(ControlFlow flow, dict compiler_directives) @cython.final cdef class ControlFlowAnalysis(CythonTransform): cdef object gv_ctx - cdef object constant_folder + cdef object constant_folder cdef set reductions cdef list env_stack cdef list stack |