Imported Upstream version 0.29.16 upstream/0.29.16
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 31 Dec 2020 03:06:05 +0000 (12:06 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 31 Dec 2020 03:06:05 +0000 (12:06 +0900)
commiteb9bf1cacf4e3c533ba5da96ec0cd99aae6fa35f
tree83e1c93dc18f4f2e57e0176ce8e4a85e7efab8f5
parent92366e299d90a0419771b848784030ae37a63fa9
Imported Upstream version 0.29.16
33 files changed:
CHANGES.rst
Cython/Build/Dependencies.py
Cython/Build/Inline.py
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Pythran.py
Cython/Includes/cpython/genobject.pxd [new file with mode: 0644]
Cython/Includes/cpython/iterobject.pxd [new file with mode: 0644]
Cython/Includes/cpython/number.pxd
Cython/Includes/cpython/pylifecycle.pxd
Cython/Includes/cpython/slice.pxd
Cython/Includes/libc/math.pxd
Cython/Shadow.py
Cython/Utility/CythonFunction.c
Cython/Utility/Exceptions.c
Cython/Utility/ModuleSetupCode.c
Makefile
README.rst
docs/src/tutorial/strings.rst
docs/src/userguide/memoryviews.rst
setup.py
tests/compile/ctuple_cimport.pxd [new file with mode: 0644]
tests/compile/ctuple_cimport_T1427.pyx [new file with mode: 0644]
tests/run/cpp_operator_exc_handling.pyx
tests/run/cpp_operator_exc_handling_helper.hpp
tests/run/cython_includes.pyx
tests/run/fused_def.pyx
tests/run/if_else_expr.pyx
tests/run/sequential_parallel.pyx
tests/run/test_unicode_string_tests.pxi