Imported Upstream version 0.29.1 upstream/0.29.1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 31 Dec 2020 03:04:27 +0000 (12:04 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 31 Dec 2020 03:04:27 +0000 (12:04 +0900)
commit1834a4537126e091428ea24453e4fd17854eafb7
tree4676f3b994f5f52efc377145ae914cdb18420712
parent6925063c6fb45b4f8179256c22346b744835a7b4
Imported Upstream version 0.29.1
33 files changed:
CHANGES.rst
Cython/Build/Dependencies.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Pythran.py
Cython/Includes/cpython/array.pxd
Cython/Shadow.py
Cython/Utility/Coroutine.c
Cython/Utility/MemoryView.pyx
Cython/Utility/MemoryView_C.c
Cython/Utility/ModuleSetupCode.c
Cython/Utility/ObjectHandling.c
Cython/Utility/Optimize.c
appveyor.yml
docs/examples/userguide/early_binding_for_speed/rectangle_cpdef.pyx
docs/src/userguide/numpy_tutorial.rst
docs/src/userguide/source_files_and_compilation.rst
runtests.py
tests/compile/buildenv.pyx
tests/errors/w_undeclared.pyx [new file with mode: 0644]
tests/memoryview/memoryview.pyx
tests/memoryview/numpy_memoryview.pyx
tests/run/cimport.srctree
tests/run/cintop.pyx
tests/run/cpp_operators.pyx
tests/run/cpp_operators_helper.h
tests/run/embedsignatures.pyx
tests/run/line_trace.pyx
tests/run/numpy_pythran_unit.pyx [new file with mode: 0644]
tests/run/reimport_from_subinterpreter.srctree