Side by Side Diff: third_party/cython/src/Cython/Includes/Deprecated/python_mapping.pxd
Issue 385073004 :
Adding cython v0.20.2 in third-party. (Closed)
Patch Set: Reference cython dev list thread.
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
third_party/cython/LICENSE
third_party/cython/OWNERS
third_party/cython/README.chromium
third_party/cython/src/CHANGES.rst
third_party/cython/src/COPYING.txt
third_party/cython/src/Cython/Build/BuildExecutable.py
third_party/cython/src/Cython/Build/Cythonize.py
third_party/cython/src/Cython/Build/Dependencies.py
third_party/cython/src/Cython/Build/Inline.py
third_party/cython/src/Cython/Build/Tests/TestInline.py
third_party/cython/src/Cython/Build/Tests/TestStripLiterals.py
third_party/cython/src/Cython/Build/Tests/__init__.py
third_party/cython/src/Cython/Build/__init__.py
third_party/cython/src/Cython/CodeWriter.py
third_party/cython/src/Cython/Compiler/AnalysedTreeTransforms.py
third_party/cython/src/Cython/Compiler/Annotate.py
third_party/cython/src/Cython/Compiler/AutoDocTransforms.py
third_party/cython/src/Cython/Compiler/Buffer.py
third_party/cython/src/Cython/Compiler/Builtin.py
third_party/cython/src/Cython/Compiler/CmdLine.py
third_party/cython/src/Cython/Compiler/Code.pxd
third_party/cython/src/Cython/Compiler/Code.py
third_party/cython/src/Cython/Compiler/CodeGeneration.py
third_party/cython/src/Cython/Compiler/CythonScope.py
third_party/cython/src/Cython/Compiler/DebugFlags.py
third_party/cython/src/Cython/Compiler/Errors.py
third_party/cython/src/Cython/Compiler/ExprNodes.py
third_party/cython/src/Cython/Compiler/FlowControl.pxd
third_party/cython/src/Cython/Compiler/FlowControl.py
third_party/cython/src/Cython/Compiler/FusedNode.py
third_party/cython/src/Cython/Compiler/Future.py
third_party/cython/src/Cython/Compiler/Interpreter.py
third_party/cython/src/Cython/Compiler/Lexicon.py
third_party/cython/src/Cython/Compiler/Main.py
third_party/cython/src/Cython/Compiler/MemoryView.py
third_party/cython/src/Cython/Compiler/ModuleNode.py
third_party/cython/src/Cython/Compiler/Naming.py
third_party/cython/src/Cython/Compiler/Nodes.py
third_party/cython/src/Cython/Compiler/Optimize.py
third_party/cython/src/Cython/Compiler/Options.py
third_party/cython/src/Cython/Compiler/ParseTreeTransforms.pxd
third_party/cython/src/Cython/Compiler/ParseTreeTransforms.py
third_party/cython/src/Cython/Compiler/Parsing.pxd
third_party/cython/src/Cython/Compiler/Parsing.py
third_party/cython/src/Cython/Compiler/Pipeline.py
third_party/cython/src/Cython/Compiler/PyrexTypes.py
third_party/cython/src/Cython/Compiler/Scanning.pxd
third_party/cython/src/Cython/Compiler/Scanning.py
third_party/cython/src/Cython/Compiler/StringEncoding.py
third_party/cython/src/Cython/Compiler/Symtab.py
third_party/cython/src/Cython/Compiler/Tests/TestBuffer.py
third_party/cython/src/Cython/Compiler/Tests/TestMemView.py
third_party/cython/src/Cython/Compiler/Tests/TestParseTreeTransforms.py
third_party/cython/src/Cython/Compiler/Tests/TestSignatureMatching.py
third_party/cython/src/Cython/Compiler/Tests/TestTreeFragment.py
third_party/cython/src/Cython/Compiler/Tests/TestTreePath.py
third_party/cython/src/Cython/Compiler/Tests/TestUtilityLoad.py
third_party/cython/src/Cython/Compiler/Tests/TestVisitor.py
third_party/cython/src/Cython/Compiler/Tests/__init__.py
third_party/cython/src/Cython/Compiler/TreeFragment.py
third_party/cython/src/Cython/Compiler/TreePath.py
third_party/cython/src/Cython/Compiler/TypeInference.py
third_party/cython/src/Cython/Compiler/TypeSlots.py
third_party/cython/src/Cython/Compiler/UtilNodes.py
third_party/cython/src/Cython/Compiler/UtilityCode.py
third_party/cython/src/Cython/Compiler/Version.py
third_party/cython/src/Cython/Compiler/Visitor.pxd
third_party/cython/src/Cython/Compiler/Visitor.py
third_party/cython/src/Cython/Compiler/__init__.py
third_party/cython/src/Cython/Debugger/Cygdb.py
third_party/cython/src/Cython/Debugger/DebugWriter.py
third_party/cython/src/Cython/Debugger/Tests/TestLibCython.py
third_party/cython/src/Cython/Debugger/Tests/__init__.py
third_party/cython/src/Cython/Debugger/Tests/cfuncs.c
third_party/cython/src/Cython/Debugger/Tests/codefile
third_party/cython/src/Cython/Debugger/Tests/test_libcython_in_gdb.py
third_party/cython/src/Cython/Debugger/Tests/test_libpython_in_gdb.py
third_party/cython/src/Cython/Debugger/__init__.py
third_party/cython/src/Cython/Debugger/libcython.py
third_party/cython/src/Cython/Debugger/libpython.py
third_party/cython/src/Cython/Debugging.py
third_party/cython/src/Cython/Distutils/__init__.py
third_party/cython/src/Cython/Distutils/build_ext.py
third_party/cython/src/Cython/Distutils/extension.py
third_party/cython/src/Cython/Includes/Deprecated/python.pxd
third_party/cython/src/Cython/Includes/Deprecated/python2.5.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_bool.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_buffer.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_bytes.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_cobject.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_complex.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_dict.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_exc.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_float.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_function.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_getargs.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_instance.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_int.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_iterator.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_list.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_long.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_mapping.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_mem.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_method.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_module.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_number.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_object.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_oldbuffer.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_pycapsule.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_ref.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_sequence.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_set.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_string.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_tuple.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_type.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_unicode.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_version.pxd
third_party/cython/src/Cython/Includes/Deprecated/python_weakref.pxd
third_party/cython/src/Cython/Includes/Deprecated/stdio.pxd
third_party/cython/src/Cython/Includes/Deprecated/stdlib.pxd
third_party/cython/src/Cython/Includes/Deprecated/stl.pxd
third_party/cython/src/Cython/Includes/cpython/__init__.pxd
third_party/cython/src/Cython/Includes/cpython/array.pxd
third_party/cython/src/Cython/Includes/cpython/bool.pxd
third_party/cython/src/Cython/Includes/cpython/buffer.pxd
third_party/cython/src/Cython/Includes/cpython/bytes.pxd
third_party/cython/src/Cython/Includes/cpython/cobject.pxd
third_party/cython/src/Cython/Includes/cpython/complex.pxd
third_party/cython/src/Cython/Includes/cpython/datetime.pxd
third_party/cython/src/Cython/Includes/cpython/dict.pxd
third_party/cython/src/Cython/Includes/cpython/exc.pxd
third_party/cython/src/Cython/Includes/cpython/float.pxd
third_party/cython/src/Cython/Includes/cpython/function.pxd
third_party/cython/src/Cython/Includes/cpython/getargs.pxd
third_party/cython/src/Cython/Includes/cpython/instance.pxd
third_party/cython/src/Cython/Includes/cpython/int.pxd
third_party/cython/src/Cython/Includes/cpython/iterator.pxd
third_party/cython/src/Cython/Includes/cpython/list.pxd
third_party/cython/src/Cython/Includes/cpython/long.pxd
third_party/cython/src/Cython/Includes/cpython/mapping.pxd
third_party/cython/src/Cython/Includes/cpython/mem.pxd
third_party/cython/src/Cython/Includes/cpython/method.pxd
third_party/cython/src/Cython/Includes/cpython/module.pxd
third_party/cython/src/Cython/Includes/cpython/number.pxd
third_party/cython/src/Cython/Includes/cpython/object.pxd
third_party/cython/src/Cython/Includes/cpython/oldbuffer.pxd
third_party/cython/src/Cython/Includes/cpython/pycapsule.pxd
third_party/cython/src/Cython/Includes/cpython/pystate.pxd
third_party/cython/src/Cython/Includes/cpython/pythread.pxd
third_party/cython/src/Cython/Includes/cpython/ref.pxd
third_party/cython/src/Cython/Includes/cpython/sequence.pxd
third_party/cython/src/Cython/Includes/cpython/set.pxd
third_party/cython/src/Cython/Includes/cpython/string.pxd
third_party/cython/src/Cython/Includes/cpython/tuple.pxd
third_party/cython/src/Cython/Includes/cpython/type.pxd
third_party/cython/src/Cython/Includes/cpython/unicode.pxd
third_party/cython/src/Cython/Includes/cpython/version.pxd
third_party/cython/src/Cython/Includes/cpython/weakref.pxd
third_party/cython/src/Cython/Includes/libc/__init__.pxd
third_party/cython/src/Cython/Includes/libc/errno.pxd
third_party/cython/src/Cython/Includes/libc/float.pxd
third_party/cython/src/Cython/Includes/libc/limits.pxd
third_party/cython/src/Cython/Includes/libc/locale.pxd
third_party/cython/src/Cython/Includes/libc/math.pxd
third_party/cython/src/Cython/Includes/libc/setjmp.pxd
third_party/cython/src/Cython/Includes/libc/signal.pxd
third_party/cython/src/Cython/Includes/libc/stddef.pxd
third_party/cython/src/Cython/Includes/libc/stdint.pxd
third_party/cython/src/Cython/Includes/libc/stdio.pxd
third_party/cython/src/Cython/Includes/libc/stdlib.pxd
third_party/cython/src/Cython/Includes/libc/string.pxd
third_party/cython/src/Cython/Includes/libcpp/__init__.pxd
third_party/cython/src/Cython/Includes/libcpp/deque.pxd
third_party/cython/src/Cython/Includes/libcpp/list.pxd
third_party/cython/src/Cython/Includes/libcpp/map.pxd
third_party/cython/src/Cython/Includes/libcpp/pair.pxd
third_party/cython/src/Cython/Includes/libcpp/queue.pxd
third_party/cython/src/Cython/Includes/libcpp/set.pxd
third_party/cython/src/Cython/Includes/libcpp/stack.pxd
third_party/cython/src/Cython/Includes/libcpp/string.pxd
third_party/cython/src/Cython/Includes/libcpp/unordered_map.pxd
third_party/cython/src/Cython/Includes/libcpp/unordered_set.pxd
third_party/cython/src/Cython/Includes/libcpp/utility.pxd
third_party/cython/src/Cython/Includes/libcpp/vector.pxd
third_party/cython/src/Cython/Includes/numpy/__init__.pxd
third_party/cython/src/Cython/Includes/numpy/math.pxd
third_party/cython/src/Cython/Includes/openmp.pxd
third_party/cython/src/Cython/Includes/posix/__init__.pxd
third_party/cython/src/Cython/Includes/posix/fcntl.pxd
third_party/cython/src/Cython/Includes/posix/ioctl.pxd
third_party/cython/src/Cython/Includes/posix/unistd.pxd
third_party/cython/src/Cython/Plex/Actions.pxd
third_party/cython/src/Cython/Plex/Actions.py
third_party/cython/src/Cython/Plex/DFA.py
third_party/cython/src/Cython/Plex/Errors.py
third_party/cython/src/Cython/Plex/Lexicons.py
third_party/cython/src/Cython/Plex/Machines.py
third_party/cython/src/Cython/Plex/Regexps.py
third_party/cython/src/Cython/Plex/Scanners.pxd
third_party/cython/src/Cython/Plex/Scanners.py
third_party/cython/src/Cython/Plex/Timing.py
third_party/cython/src/Cython/Plex/Traditional.py
third_party/cython/src/Cython/Plex/Transitions.py
third_party/cython/src/Cython/Plex/__init__.py
third_party/cython/src/Cython/Runtime/__init__.py
third_party/cython/src/Cython/Runtime/refnanny.pyx
third_party/cython/src/Cython/Shadow.py
third_party/cython/src/Cython/StringIOTree.py
third_party/cython/src/Cython/Tempita/__init__.py
third_party/cython/src/Cython/Tempita/_looper.py
third_party/cython/src/Cython/Tempita/_tempita.py
third_party/cython/src/Cython/Tempita/compat3.py
third_party/cython/src/Cython/TestUtils.py
third_party/cython/src/Cython/Tests/TestCodeWriter.py
third_party/cython/src/Cython/Tests/TestStringIOTree.py
third_party/cython/src/Cython/Tests/__init__.py
third_party/cython/src/Cython/Tests/xmlrunner.py
third_party/cython/src/Cython/Utility/Buffer.c
third_party/cython/src/Cython/Utility/Builtins.c
third_party/cython/src/Cython/Utility/Capsule.c
third_party/cython/src/Cython/Utility/CommonTypes.c
third_party/cython/src/Cython/Utility/CppConvert.pyx
third_party/cython/src/Cython/Utility/CppSupport.cpp
third_party/cython/src/Cython/Utility/CythonFunction.c
third_party/cython/src/Cython/Utility/Embed.c
third_party/cython/src/Cython/Utility/Exceptions.c
third_party/cython/src/Cython/Utility/ExtensionTypes.c
third_party/cython/src/Cython/Utility/FunctionArguments.c
third_party/cython/src/Cython/Utility/Generator.c
third_party/cython/src/Cython/Utility/ImportExport.c
third_party/cython/src/Cython/Utility/MemoryView.pyx
third_party/cython/src/Cython/Utility/MemoryView_C.c
third_party/cython/src/Cython/Utility/ModuleSetupCode.c
third_party/cython/src/Cython/Utility/ObjectHandling.c
third_party/cython/src/Cython/Utility/Optimize.c
third_party/cython/src/Cython/Utility/Overflow.c
third_party/cython/src/Cython/Utility/Printing.c
third_party/cython/src/Cython/Utility/Profile.c
third_party/cython/src/Cython/Utility/StringTools.c
third_party/cython/src/Cython/Utility/TestCyUtilityLoader.pyx
third_party/cython/src/Cython/Utility/TestCythonScope.pyx
third_party/cython/src/Cython/Utility/TestUtilityLoader.c
third_party/cython/src/Cython/Utility/TypeConversion.c
third_party/cython/src/Cython/Utility/__init__.py
third_party/cython/src/Cython/Utility/arrayarray.h
third_party/cython/src/Cython/Utils.py
third_party/cython/src/Cython/__init__.py
third_party/cython/src/INSTALL.txt
third_party/cython/src/LICENSE.txt
third_party/cython/src/MANIFEST.in
third_party/cython/src/Makefile
third_party/cython/src/PKG-INFO
third_party/cython/src/README.txt
third_party/cython/src/ToDo.txt
third_party/cython/src/Tools/cystdlib.py
third_party/cython/src/Tools/cython.st
third_party/cython/src/Tools/cython-epydoc.py
third_party/cython/src/Tools/cython-mode.el
third_party/cython/src/Tools/cython-numpy-mode-kate.xml
third_party/cython/src/Tools/kate.diff
third_party/cython/src/Tools/site_scons/site_tools/cython.py
third_party/cython/src/Tools/site_scons/site_tools/pyext.py
third_party/cython/src/USAGE.txt
third_party/cython/src/bin/cygdb
third_party/cython/src/bin/cython
third_party/cython/src/bin/cython.bat
third_party/cython/src/bin/cython_freeze
third_party/cython/src/bin/cythonize
third_party/cython/src/bin/cythonrun
third_party/cython/src/cygdb.py
third_party/cython/src/cython.py
third_party/cython/src/pylintrc
third_party/cython/src/pyximport/PKG-INFO
third_party/cython/src/pyximport/README
third_party/cython/src/pyximport/__init__.py
third_party/cython/src/pyximport/pyxbuild.py
third_party/cython/src/pyximport/pyximport.py
third_party/cython/src/pyximport/test/test_pyximport.py
third_party/cython/src/pyximport/test/test_reload.py
third_party/cython/src/runtests.py
third_party/cython/src/setup.py
third_party/cython/src/setupegg.py
tools/checklicenses/checklicenses.py