Cython 3.2.0b2__tar.gz → 3.2.0b3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cython-3.2.0b3/.gitrev +1 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/CHANGES.rst +38 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Code.py +38 -22
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/CythonScope.py +4 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/ExprNodes.py +5 -2
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/ModuleNode.py +26 -13
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Nodes.py +5 -3
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/PyrexTypes.py +21 -8
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Symtab.py +6 -3
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Shadow.py +1 -1
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/CommonStructures.c +1 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/ModuleSetupCode.c +62 -10
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/ObjectHandling.c +3 -3
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/Optimize.c +1 -10
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/Synchronization.c +28 -6
- {cython-3.2.0b2 → cython-3.2.0b3}/PKG-INFO +16 -51
- cython-3.2.0b3/test-requirements.txt +5 -0
- cython-3.2.0b3/tests/run/pymutex_includes.srctree +129 -0
- cython-3.2.0b2/.gitrev +0 -1
- cython-3.2.0b2/test-requirements.txt +0 -4
- {cython-3.2.0b2 → cython-3.2.0b3}/COPYING.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/BuildExecutable.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/Cache.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/Cythonize.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/Dependencies.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/Distutils.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/Inline.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/IpythonMagic.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/SharedModule.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/Tests/TestCyCache.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/Tests/TestCythonizeArgsParser.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/Tests/TestDependencies.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/Tests/TestInline.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/Tests/TestIpythonMagic.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/Tests/TestRecythonize.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/Tests/TestStripLiterals.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/Tests/__init__.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Build/__init__.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/CodeWriter.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/AnalysedTreeTransforms.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Annotate.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/AutoDocTransforms.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Buffer.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Builtin.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/CmdLine.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Code.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/CodeGeneration.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Dataclass.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/DebugFlags.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Errors.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/FlowControl.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/FlowControl.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/FusedNode.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Future.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Interpreter.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Lexicon.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/LineTable.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Main.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/MatchCaseNodes.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/MemoryView.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Naming.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Optimize.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Options.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/ParseTreeTransforms.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/ParseTreeTransforms.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Parsing.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Parsing.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Pipeline.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Pythran.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Scanning.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Scanning.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/StringEncoding.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/TestBuffer.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/TestBuiltin.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/TestCmdLine.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/TestCode.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/TestFlowControl.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/TestGrammar.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/TestMemView.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/TestParseTreeTransforms.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/TestScanning.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/TestSignatureMatching.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/TestStringEncoding.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/TestTreeFragment.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/TestTreePath.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/TestTypes.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/TestUtilityLoad.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/TestVisitor.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/Utils.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Tests/__init__.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/TreeFragment.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/TreePath.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/TypeInference.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/TypeSlots.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/UFuncs.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/UtilNodes.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/UtilityCode.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Version.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Visitor.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/Visitor.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Compiler/__init__.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Coverage.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Debugger/Cygdb.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Debugger/DebugWriter.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Debugger/Tests/TestLibCython.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Debugger/Tests/__init__.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Debugger/Tests/cfuncs.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Debugger/Tests/cfuncs.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Debugger/Tests/codefile +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Debugger/Tests/test_libcython_in_gdb.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Debugger/Tests/test_libpython_in_gdb.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Debugger/__init__.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Debugger/libcython.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Debugger/libpython.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Debugging.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Distutils/__init__.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Distutils/build_ext.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Distutils/extension.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Distutils/old_build_ext.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/__init__.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/array.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/bool.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/buffer.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/bytearray.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/bytes.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/cellobject.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/ceval.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/codecs.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/complex.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/contextvars.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/conversion.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/datetime.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/descr.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/dict.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/exc.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/fileobject.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/float.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/function.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/genobject.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/getargs.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/instance.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/iterator.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/iterobject.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/list.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/long.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/longintrepr.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/mapping.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/marshal.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/mem.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/memoryview.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/method.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/module.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/number.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/object.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/pycapsule.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/pylifecycle.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/pyport.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/pystate.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/pythread.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/ref.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/sequence.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/set.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/slice.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/time.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/tuple.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/type.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/unicode.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/version.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/cpython/weakref.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libc/__init__.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libc/complex.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libc/errno.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libc/float.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libc/limits.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libc/locale.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libc/math.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libc/setjmp.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libc/signal.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libc/stddef.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libc/stdint.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libc/stdio.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libc/stdlib.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libc/string.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libc/threads.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libc/time.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/__init__.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/algorithm.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/any.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/atomic.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/barrier.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/bit.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/cast.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/cmath.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/complex.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/condition_variable.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/deque.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/exception.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/execution.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/forward_list.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/functional.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/future.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/iterator.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/latch.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/limits.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/list.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/map.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/memory.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/mutex.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/numbers.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/numeric.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/optional.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/pair.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/queue.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/random.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/semaphore.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/set.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/shared_mutex.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/span.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/stack.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/stop_token.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/string.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/string_view.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/typeindex.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/typeinfo.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/unordered_map.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/unordered_set.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/utility.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/libcpp/vector.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/numpy/math.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/openmp.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/__init__.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/dlfcn.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/fcntl.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/ioctl.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/mman.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/resource.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/select.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/signal.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/stat.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/stdio.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/stdlib.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/strings.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/time.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/types.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/uio.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/unistd.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Includes/posix/wait.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Parser/ConcreteSyntaxTree.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Parser/Grammar +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Parser/__init__.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Plex/Actions.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Plex/Actions.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Plex/DFA.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Plex/DFA.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Plex/Errors.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Plex/Lexicons.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Plex/Machines.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Plex/Machines.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Plex/Regexps.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Plex/Scanners.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Plex/Scanners.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Plex/Transitions.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Plex/Transitions.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Plex/__init__.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Runtime/__init__.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Runtime/refnanny.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Shadow.pyi +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/StringIOTree.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/StringIOTree.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Tempita/__init__.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Tempita/_looper.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Tempita/_tempita.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/TestUtils.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Tests/TestCodeWriter.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Tests/TestCythonUtils.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Tests/TestJediTyper.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Tests/TestShadow.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Tests/TestStringIOTree.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Tests/TestTestUtils.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Tests/__init__.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Tests/xmlrunner.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/AsyncGen.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/Buffer.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/BufferFormatFromTypeInfo.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/Builtins.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/CConvert.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/CMath.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/Complex.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/Coroutine.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/CpdefEnums.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/CppConvert.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/CppSupport.cpp +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/CythonFunction.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/Dataclasses.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/Embed.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/Exceptions.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/ExtensionTypes.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/FunctionArguments.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/FusedFunction.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/ImportExport.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/MemoryView.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/MemoryView.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/MemoryView_C.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/NumpyImportArray.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/Overflow.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/Printing.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/Profile.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/StringTools.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/TString.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/TestCyUtilityLoader.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/TestCythonScope.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/TestUtilityLoader.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/TypeConversion.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/UFuncs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/UFuncs_C.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/__init__.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utility/arrayarray.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utils.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/Utils.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/__init__.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/__init__.pyi +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Cython/py.typed +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/Makefile +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/Makefile.nodistutils +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_async_generators.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_chaos.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_chaos.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_comprehensions.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_coroutines.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_cython.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_dataclasses.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_fib.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_fstrings.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_fused_types.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_generators.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_meteor_contest.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_nbody.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_nqueens.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_pyaes.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_raytrace.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_richards_cclass.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_richards_cclass.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_richards_pyclass.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/bm_unpack_sequence.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/chaos.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/chaos.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/fannkuch.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/hexiom2.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/hexiom2.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/report.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/run_benchmarks.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/setup.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/spectralnorm.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/benchmarks/util.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/callback/Makefile +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/callback/Makefile.nodistutils +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/callback/README.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/callback/Setup.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/callback/cheese.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/callback/cheesefinder.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/callback/cheesefinder.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/callback/run_cheese.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/embed/Makefile +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/embed/Makefile.msc +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/embed/Makefile.msc.static +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/embed/Makefile.unix +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/embed/README.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/embed/assert_equal.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/embed/embedded.output +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/embed/embedded.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/freeze/Makefile +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/freeze/README.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/freeze/combinatorics.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/freeze/lcmath.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/integrate0.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/integrate1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/integrate2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/integrate_timing.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/libraries/call_mymath.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/libraries/mymath.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/libraries/mymath.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/libraries/setup.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/numpy_demo.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/overflow_perf.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/overflow_perf_run.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/primes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/pyprimes.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/run_numeric_demo.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/run_primes.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/run_spam.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/setup.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Demos/spam.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/INSTALL.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/LICENSE.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/MANIFEST.in +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Makefile +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/README.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/ToDo.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/BUILD.bazel +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/cevaltrace.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/ci-run.sh +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/cystdlib.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/cython-epydoc.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/cython-generate-lexicon.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/cython-generate-shadow-pyi.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/cython-numpy-mode-kate.xml +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/cython.st +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/dataclass_test_data/test_dataclasses.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/download_release.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/dump_github_issues.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/gen_tests_for_posix_pxds.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/jedityper.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/kate.diff +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/make_dataclass_tests.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/rules.bzl +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/site_scons/site_tools/cython.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/Tools/site_scons/site_tools/pyext.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/USAGE.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/bin/cygdb +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/bin/cython +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/bin/cython.bat +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/bin/cython_freeze +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/bin/cythonize +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/bin/cythonrun +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/bin/move-declarators.sed +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/bin/pcython +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/cygdb.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/cython.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/cythonize.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/doc-requirements.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/.hgignore +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/CONTRIBUTING.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/Makefile +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/README.md +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/TODO +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/_static/css/tabs.css +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/_static/cython-logo-C.svg +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/_static/cython-logo-light.png +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/_static/cython-logo.svg +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/_static/cythonlogo.png +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/_static/favicon.ico +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/_templates/layout.html +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/conf.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/Cython Magics.ipynb +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/README.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/not_in_docs/great_circle/c1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/not_in_docs/great_circle/c2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/not_in_docs/great_circle/p1.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/quickstart/build/hello.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/quickstart/build/setup.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/quickstart/cythonize/cdef_keyword.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/quickstart/cythonize/cdef_keyword.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/quickstart/cythonize/integrate.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/quickstart/cythonize/integrate_cy.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/quickstart/cythonize/integrate_cy.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/array/clone.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/array/clone.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/array/overhead.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/array/overhead.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/array/resize.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/array/resize.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/array/safe_usage.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/array/safe_usage.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/array/unsafe_usage.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/array/unsafe_usage.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cdef_classes/integrate.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cdef_classes/integrate.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cdef_classes/math_function.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cdef_classes/math_function_2.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cdef_classes/math_function_2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cdef_classes/nonecheck.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cdef_classes/nonecheck.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cdef_classes/sin_of_square.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cdef_classes/sin_of_square.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cdef_classes/sin_of_square.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cdef_classes/wave_function.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cdef_classes/wave_function.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/clibraries/c-algorithms/src/queue.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/clibraries/cqueue.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/clibraries/queue.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/clibraries/queue.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/clibraries/queue2.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/clibraries/queue2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/clibraries/queue3.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/clibraries/queue3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/clibraries/test_queue.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cython_tutorial/fibonacci.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cython_tutorial/primes.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cython_tutorial/primes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cython_tutorial/primes_cpp.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cython_tutorial/primes_cpp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/cython_tutorial/primes_python.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/embedding/embedded.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/embedding/embedded_main.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/external/atoi.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/external/atoi.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/external/cpdef_sin.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/external/keyword_args.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/external/keyword_args_call.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/external/keyword_args_call.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/external/libc_sin.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/external/libc_sin.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/external/py_version_hex.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/external/py_version_hex.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/external/setup.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/external/strstr.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/memory_allocation/malloc.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/memory_allocation/malloc.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/memory_allocation/some_memory.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/memory_allocation/some_memory.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/numpy/convolve2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/numpy/convolve_py.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/parallelization/manual_work.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/parallelization/manual_work.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/parallelization/median.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/parallelization/median.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/parallelization/norm.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/parallelization/norm.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/parallelization/normalize.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/parallelization/normalize.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/parallelization/parallel_sin.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/parallelization/parallel_sin.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/parallelization/setup.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/profiling_tutorial/calc_pi.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/profiling_tutorial/calc_pi_2.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/profiling_tutorial/calc_pi_2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/profiling_tutorial/calc_pi_3.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/profiling_tutorial/calc_pi_3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/profiling_tutorial/calc_pi_4.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/profiling_tutorial/calc_pi_4.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/profiling_tutorial/often_called.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/profiling_tutorial/often_called.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/profiling_tutorial/profile.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/profiling_tutorial/profile_2.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/A.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/A.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/A_equivalent.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/annotations.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/c_arrays.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/cclass.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/compiled_switch.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/cython_declare.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/cython_declare2.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/disabled_annotations.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/dostuff.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/dostuff.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/exceptval.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/locals.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/mymodule.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/mymodule.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/pep_526.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pure/py_cimport.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pxd_files/cmath.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pxd_files/inline.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pxd_files/integrate.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/pxd_files/integrate.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/api_func.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/api_func.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/arg_memview.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/arg_memview.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/auto_conversion_1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/auto_conversion_3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/c_func.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/c_func.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/c_func.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/c_string_to_str.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/c_string_to_str.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/const.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/cpp_string.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/cpp_string.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/decode.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/decode.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/decode_cpp_string.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/decode_cpp_string.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/for_bytes.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/for_bytes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/for_char.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/for_char.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/for_unicode.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/for_unicode.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/if_char_in.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/if_char_in.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/naive_decode.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/naive_decode.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/return_memview.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/return_memview.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/slicing_c_string.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/slicing_c_string.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/someheader.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/to_char.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/to_char.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/to_unicode.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/to_unicode.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/to_unicode.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/try_finally.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/try_finally.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/utf_eight.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/tutorial/string/utf_eight.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/buffer/matrix.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/buffer/matrix.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/buffer/matrix_with_buffer.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/buffer/matrix_with_buffer.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/buffer/view_count.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/buffer/view_count.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/early_binding_for_speed/rectangle.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/early_binding_for_speed/rectangle.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/early_binding_for_speed/rectangle_cdef.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/early_binding_for_speed/rectangle_cdef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/early_binding_for_speed/rectangle_cpdef.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/early_binding_for_speed/rectangle_cpdef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/c_property.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/cheesy.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/cheesy.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/dataclass.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/dataclass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/dict_animal.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/dict_animal.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/extendable_animal.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/extendable_animal.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/my_module.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/my_module.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/owned_pointer.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/owned_pointer.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/penguin.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/penguin.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/penguin2.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/penguin2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/pets.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/pets.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/python_access.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/python_access.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/shrubbery.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/shrubbery.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/shrubbery_2.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/shrubbery_2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/widen_shrubbery.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/widen_shrubbery.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/wrapper_class.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/extension_types/wrapper_class.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/external_C_code/delorean.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/external_C_code/marty.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/external_C_code/platform_adaptation.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/external_C_code/struct_field_adaptation.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/external_C_code/struct_field_adaptation.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/external_C_code/verbatim_c_code.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/fusedtypes/char_or_float.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/fusedtypes/char_or_float.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/fusedtypes/conditional_gil.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/fusedtypes/conditional_gil.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/fusedtypes/indexing.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/fusedtypes/indexing.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/fusedtypes/memoryview_indexing.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/fusedtypes/memoryview_indexing.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/fusedtypes/pointer.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/fusedtypes/pointer.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/fusedtypes/type_checking.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/fusedtypes/type_checking.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/casting_python.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/casting_python.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/casting_python.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/cdef_block.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/compile_time.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/enum.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/function_pointer.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/function_pointer_struct.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/kwargs_1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/kwargs_2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/open_file.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/open_file.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/optional_subclassing.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/optional_subclassing.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/optional_subclassing.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/override.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/override.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/parameter_refcount.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/parameter_refcount.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/struct.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/struct.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/type_qualifiers.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/type_qualifiers.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/union.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/language_basics/union.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/C_func_file.c +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/C_func_file.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/add_one.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/add_one.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/copy.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/copy.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/cpython_array.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/cpython_array.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/custom_dtype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/cython_array.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/cython_array.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/memory_layout.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/memory_layout.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/memory_layout_2.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/memory_layout_2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/memview_to_c.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/memview_to_c.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/memview_to_c.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/not_none.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/not_none.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/np_flag_const.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/old_sum3d.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/quickstart.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/quickstart.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/slicing.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/slicing.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/transpose.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/transpose.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/memoryviews/view_string.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_tutorial/compute_fused_types.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_tutorial/compute_fused_types.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_tutorial/compute_infer_types.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_tutorial/compute_infer_types.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_tutorial/compute_memview.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_tutorial/compute_memview.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_tutorial/compute_prange.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_tutorial/compute_prange.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_tutorial/compute_py.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_tutorial/compute_typed.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_tutorial/compute_typed.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_tutorial/numpy_and_cython.ipynb +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_ufuncs/ufunc.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_ufuncs/ufunc.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_ufuncs/ufunc_ctuple.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_ufuncs/ufunc_ctuple.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_ufuncs/ufunc_fused.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/numpy_ufuncs/ufunc_fused.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/parallelism/breaking_loop.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/parallelism/breaking_loop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/parallelism/cimport_openmp.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/parallelism/cimport_openmp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/parallelism/condition_sum.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/parallelism/condition_sum.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/parallelism/memoryview_sum.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/parallelism/memoryview_sum.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/parallelism/parallel.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/parallelism/parallel.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/parallelism/setup_py.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/parallelism/setup_pyx.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/parallelism/simple_sum.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/parallelism/simple_sum.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/c_lunch.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/dishes.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/landscaping.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/landscaping.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/lunch.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/lunch.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/lunch.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/restaurant.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/restaurant.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/setup_py.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/setup_pyx.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/shrubbing.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/shrubbing.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/shrubbing.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/spammery.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/spammery.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/volume.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/volume.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/sharing_declarations/volume.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/special_methods/total_ordering.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/special_methods/total_ordering.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/wrapping_CPlusPlus/Rectangle.cpp +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/wrapping_CPlusPlus/Rectangle.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/wrapping_CPlusPlus/Rectangle.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/wrapping_CPlusPlus/cython_usage.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/wrapping_CPlusPlus/function_templates.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/wrapping_CPlusPlus/iterate.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/wrapping_CPlusPlus/nested_class.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/wrapping_CPlusPlus/python_to_cpp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/wrapping_CPlusPlus/rect.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/wrapping_CPlusPlus/rect_ptr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/wrapping_CPlusPlus/rect_with_attributes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/wrapping_CPlusPlus/setup.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/wrapping_CPlusPlus/templates.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/wrapping_CPlusPlus/vector_demo.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/examples/userguide/wrapping_CPlusPlus/wrapper_vector.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/index.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/make.bat +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/changes.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/cimport-warning +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/devguide/bugtracker.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/devguide/cython_internals.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/devguide/debugging_the_cython_compiler.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/devguide/getting_started.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/devguide/tests.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/donating.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/quickstart/build.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/quickstart/cython_in_jupyter.ipynb +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/quickstart/cythonize.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/quickstart/demo.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/quickstart/htmlreport_py.png +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/quickstart/htmlreport_pyx.png +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/quickstart/index.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/quickstart/install.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/quickstart/jupyter.png +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/quickstart/overview.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/reference/compilation.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/reference/directives.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/reference/extension_types.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/reference/index.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/reference/interfacing_with_other_code.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/reference/language_basics.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/reference/limitations.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/reference/special_mention.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/reference/special_methods_table.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/annotation_typing_table.csv +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/appendix.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/array.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/caveats.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/cdef_classes.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/clibraries.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/cython_tutorial.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/data.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/embedding.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/external.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/htmlreport_py.png +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/htmlreport_pyx.png +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/index.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/memory_allocation.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/numpy.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/parallelization.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/profiling_tutorial.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/pure.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/pxd_files.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/python_division.png +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/readings.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/related_work.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/tutorial/strings.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/two-syntax-variants-used +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/buffer.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/compute_typed_py_html.png +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/compute_typed_pyx_html.png +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/cpow_table.csv +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/debugging.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/early_binding_for_speed.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/extension_types.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/external_C_code.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/faq.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/freethreading.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/fusedtypes.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/glossary.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/index.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/language_basics.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/limitations.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/limited_api.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/memoryviews.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/migrating_to_cy30.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/nogil.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/numpy_pythran.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/numpy_tutorial.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/numpy_ufuncs.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/parallelism.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/pypy.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/pyrex_differences.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/sharing_declarations.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/source_files_and_compilation.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/special_methods.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/tempita.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/troubleshooting.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/docs/src/userguide/wrapping_CPlusPlus.rst +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/pylintrc +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/pyximport/PKG-INFO +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/pyximport/__init__.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/pyximport/pyxbuild.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/pyximport/pyximport.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/pyximport/test/test_pyximport.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/pyximport/test/test_reload.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/runtests.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/setup.cfg +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/setup.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/test-requirements-313.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/test-requirements-cpython.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/b_extimpinherit.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/big_t.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/builtinconst.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/builtindict.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/cascadedass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/cexportfunc.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/cimport.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/cimportfrom.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/cimportfrompkgdir.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/cimportfunc.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/ctypedefextern.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/externfunc.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/externsue.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/fwddeclcclass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/getattr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/getattr3ref.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/i_public.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/includepublic.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/intindex.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/invalid-module-name.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/l_capi.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/l_cfuncexport.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/naanou_1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/pkg.cimport.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/pkg.cimportfrom.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/plex2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_capi.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_cfuncimport.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_classdoc.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_classmodname.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_excval.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_extimpinherit.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_extinherit.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_extmember.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_extnumeric2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_extproperty.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_extweakref.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_getattr3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_import.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_inhcmethcall.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_kwonlyargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_newstyleclass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_simpcall.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_tbfilename.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_traceback.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/r_unpack.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/raise.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/retconvert.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/test_include_options.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/tryexceptelse.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/broken/tslots.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/buffers/bufaccess.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/buffers/bufaccess.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/buffers/buffer.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/buffers/buffmt.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/buffers/mockbuffers.pxi +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/buffers/userbuffer.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/bugs.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/basic_cythonize.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/basic_distutils.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/build_dir.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/build_dir_src.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/build_ext_cython_c_in_temp.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/build_ext_cython_cplus.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/build_ext_cython_include_dirs.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/common_include_dir.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/compile_env_distutils.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cpp_cythonize.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cython_language_level.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cythonize_additional_sources.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cythonize_additional_sources_ext.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cythonize_cymeit.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cythonize_cython.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cythonize_glob.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cythonize_newer_files.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cythonize_options.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cythonize_pep420_namespace.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cythonize_rename_ext.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cythonize_script.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cythonize_script_excludes.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cythonize_script_package.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cythonize_with_annotate.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cythonize_with_annotate_via_Options.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/cythonize_with_annotate_via_cli.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/depfile.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/depfile_numpy.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/depfile_package_cython.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/depfile_package_cythonize.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/dotted.filename.modules.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/dotted.filename.modules.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/inline_distutils.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/module_api.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/package_compilation.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/run_cython_not_in_cwd.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/build/setuptools_reimport.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/a/__init__.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/a/b.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/a_capi.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/altet1.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/altet1.pyx.BROKEN +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/argdefault.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/arrayargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/arrayptrcompat.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/arraytoptrarg.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ass2longlong.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/assert2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/behnel4.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/belchenko1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/belchenko2.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/belchenko2.pyx.BROKEN +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/branch_hints.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/buildenv.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/builtin.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/builtin_complex.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/builtinbuffer.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/builtinfuncs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/builtinlist.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/burton1.pyx.BROKEN +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/c_directives.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/callingconvention.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cargdef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/carrdecl.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cassign.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cast_ctypedef_array_T518.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cast_ctypedef_array_T518_helper.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/casttoexttype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cdef_syntax.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cdefemptysue.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cdefexternblock.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cdefexternempty.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cdefexternfromstar.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cenum.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cforfromloop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cheese.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/chinese_code_gh6800.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cimport_package_module_T4.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cimported_class_base.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cimportfrom_T248.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/classmethargdefault.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cnamespec.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cnumop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/coercetovoidptr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/complex_annotations.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/complex_decorators.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/complexbasetype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/conditional_dependencies.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/const_T42.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/const_decl.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/constcast.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/constexpr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/coventry1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cpdef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cpp_class_redefinition.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cpp_nogil.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cpp_nogil.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cpp_rvalue_reference_binding.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cpp_structs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cpp_temp_assignment.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cpp_templated_ctypedef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cpp_templates.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cpp_templates_nested.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cppenum.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/create_extension.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/crunchytype.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cstructreturn.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ctuple_cimport.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ctuple_cimport_T1427.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ctuple_unused_T3543.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ctypedef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ctypedef_public_class_T355.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ctypedef_public_class_T355.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ctypedefclass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ctypedefenum.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ctypedefpubapi.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ctypedefstruct.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ctypedefunion.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cunsignedlong.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cvardef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cverylongtypes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cython_compiled_folding.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/cython_compiled_folding.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/declandimpl.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/declandimpl.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/declarations.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/del.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/distutils_libraries_T845.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/docstrings.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/doda1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/dotted_cimport.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/dotted_cimport_submodule/__init__.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/dotted_cimport_submodule/a.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/drake1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ellipsis_T488.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/emptytry.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/enumintcompat.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/eqcmp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ewing1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ewing3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ewing4.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ewing5.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ewing6.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ewing7.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ewing8.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ewing8.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ewing9.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ewing9.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/except_clause_needs_exception.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/excvalcheck.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/excvalcheck.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/excvaldecl.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/excvalreturn.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extargdefault.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extcmethcall.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extcoerce.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extdelattr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extdelitem.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extdescrdel.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extdescrget.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extdescrset.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extern.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extexttype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extforward.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extgetattr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extgetitem.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/exthash.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extimported.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extimportedsubtype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extindex.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extinheritdel.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extinheritset.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extpropertyall.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extpropertydel.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extpropertydoc.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extpropertyget.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extpropertyset.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extpymemberdef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extsetattr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/extsetitem.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/finally_GH1744.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/find_pxd.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/first_assignment.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/food.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/for.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/forfromelse.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/formfeed.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/forward.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/fromimport.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/fromimport_star.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/fused_buffers.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/fused_no_numpy.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/fused_redeclare_T3111.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/fused_unused.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/fused_wraparound.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/future_imports.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/gencall.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/getattr3ref.pyx.BROKEN +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/globalonly.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/globalstmt.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/globvardef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/gustafsson2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/hinsen1.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/hinsen1.pyx.BROKEN +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/hinsen2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/huss2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ia_cdefblock.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/import.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/index.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/indices.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/inplace_lhs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/inplace_lhs_nested.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/inplace_ops.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ishimoto1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/ishimoto4.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/jiba3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/jiba4.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/jiba5.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/jiba6.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/johnson1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/johnson2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/khavkine1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/kleckner1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/lepage_2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/libc_all.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/libc_errno.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/libc_signal.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/libc_stdio.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/longunsigned.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/magcmp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/min_async.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/module_name_arg.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/msvc_strings.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/nogil.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/nogil.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/nogil_perf_hints.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/nogil_perf_hints_pxd.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/nonctypedefclass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/none.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/notnonearg.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/nullptr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/omittedargnames.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/operators.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/packed_structs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/parallel_compile_float_rank.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/pinard4.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/point.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/posix_pxds.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/profile_exttypereturn.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/publicapi_api.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/publicapi_cimport.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/publicapi_mix.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/publicapi_pub.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/publicapi_pxd_mix.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/publicapi_pxd_mix.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/pxd_mangling_names.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/pxd_override_T230.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/pxd_override_T230.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/pyclass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/pylong.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/r_pernici1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/signedtypes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/simple_async_coroutine.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/slicex.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/specialfloatvals.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/specmethargdefault.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/specmethdocstring.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/specmethextarg.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/stop_async_iteration_exception_pep492.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/templates.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/traceback.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/tree_assertions.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/tryexcept.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/tryfinally.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/typecast.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/types_and_names.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/types_and_names.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/utf8bom.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/vector_include.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/verbatiminclude_cimport.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/volatile.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/watts2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/weakref_T276.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/while.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/compile/withgil.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/cygwin_bugs.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/break_outside_loop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/bufaccess_noassignT444.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/buffertypedef_T117.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/builtin_type_inheritance.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/callargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/callingnonexisting_T307.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cdef_class_properties_decorated.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cdef_func_decorators.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cdef_func_syntax.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cdef_in_pyclass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cdef_members_T517.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cdef_syntax.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cdefkwargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cdefoptargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cdefspecial.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cfunc_directive_in_pyclass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cfuncptr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/charptr_from_temp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cimport_attributes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cmethbasematch.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cmethbasematch.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/compile_time_unraisable_T370.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/const_decl_errors.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/continue_outside_loop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cpdef_syntax.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cpdef_vars.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cpp_bool.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cpp_class_gil_GH1986.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cpp_comparison.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cpp_enum_redeclare.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cpp_increment.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cpp_no_auto_conversion.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cpp_no_const_iterator_conversion.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cpp_no_constructor.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cpp_object_template.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cpp_rvalue_reference_support.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cppexc_non_extern.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/critical_sections.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/cython3_bytes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/dataclass_e1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/dataclass_e4.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/dataclass_e5.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/dataclass_e6.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/dataclass_w1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/dataclass_w1_othermod.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/declareafteruse_T158.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/dotted.module.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/dotted_filenames.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/duplicate_const.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e2_packedstruct_T290.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_addop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_addressof.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_argdefault.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_arrayassign.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_ass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_assert.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_assnone.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_autotestdict.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_badexcvaltype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_badfuncargtype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_badpyparam.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_badtypeuse.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_binop_and.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_binop_or.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_bitop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_boolcoerce.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_bufaccess.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_bufaccess2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_bufaccess_pxd.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_callnonfunction.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_callspec.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cdef_closure.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cdef_in_py.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cdef_keywords_T241.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cdef_missing_declarator.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cdef_yield.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cdefassign.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cdefemptysue.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cenum.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cenum_expr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cenum_with_type.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cmp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cpp_nogil.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cpp_only_features.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cpp_references.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cstruct.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_ctypedefornot.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cunion.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_cython_parallel.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_declarations.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_del.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_directives.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_exceptclause.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_excvalfunctype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_exttype_freelist.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_exttype_total_ordering.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_extweakref.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_fstring.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_fstring2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_func_in_pxd.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_func_in_pxd_support.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_fused_closure.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_generators.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_index.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_int_literals_py2.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_int_literals_py3.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_invalid_num_threads.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_invalid_special_cython_modules.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_limited_lock.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_limited_lock.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_limited_lock_no_error.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_multass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_nargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_nogilcmeth.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_nogilcmeth.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_nogilfunctype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_nonlocal_T490.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_nosignword.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_notnone.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_notnone2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_numop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_patma_extra.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_powop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_public_cdef_private_types.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_pure_cimports.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_pxdimpl.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_pxdimpl_imported.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_pyobinstruct.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_relative_cimport.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_return.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_sizeofincomplete.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_slice.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_strcoerce.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_subop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_switch.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_switch_transform.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_tempcast.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_tstring1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_tstring2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_tstring3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_tstring4.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_tstring5.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_tstring6.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_tstring_unclosed1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_tstring_unclosed2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_tstring_unclosed3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_tstring_unclosed4.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_tstring_unclosed5.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_tstring_unclosed6.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_tuple_args_T692.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_typing_errors.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_typing_optional.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_undefexttype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_unop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/e_while.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/empty.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/encoding.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/exec_errors.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/extclassattrsetting.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/extended_unpacking.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/extended_unpacking_notuple.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/extended_unpacking_parser.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/extended_unpacking_parser2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/final_methods.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/fused_syntax.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/fused_syntax_ctypedef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/fused_types.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/futurebraces.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/incomplete_varadic.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/incorrectly_nested_gil_blocks.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/invalid_cast.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/invalid_hex_escape0.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/invalid_hex_escape1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/invalid_syntax_py.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/invalid_uescape.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/invalid_uescape0.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/invalid_uescape2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/invalid_uescapeN.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/literal_lists.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/lock_type.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/missing_baseclass_in_predecl_T262.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/missing_self_in_cpdef_method_T156.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/missing_self_in_cpdef_method_T165.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/mod_errors.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/nogil.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/nogil_buffer_acquisition.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/nogil_conditional.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/nogilcmeth.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/nogilcmeth.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/nogilfunctype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/nonconst_def.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/nonconst_def_tuple.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/nonconst_excval.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/notcimportedT418.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/parsed_directive.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pep448_syntax_1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pep448_syntax_2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pep448_syntax_3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pep487_exttype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pep492_badsyntax_async1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pep492_badsyntax_async4.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pep492_badsyntax_async5.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pep492_badsyntax_async7.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pep492_badsyntax_async8.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pep492_badsyntax_async9.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/posonly.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/posonly2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/posonly3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/posonly4.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/posonly5.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pure_cclass_without_body.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pure_cclass_without_body.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pure_errors.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pure_nogil_conditional.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pure_warnings.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pxd_cdef_class_declaration_T286.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pxd_cdef_class_declaration_T286.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pxd_signature_mismatch.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pxd_signature_mismatch.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/py_ucs4_type_errors.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/py_unicode_type_errors.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/pyobjcastdisallow_T313.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/redeclaration_of_var_by_cfunc_T600.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/return_outside_function_T135.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/reversed_literal_pyobjs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/se_badindent.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/se_badindent2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/se_mixtabspace.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/se_multass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/string_assignments.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/string_view_assignments.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/subtyping_final_class.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/syntax_warnings.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/tree_assert.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/typoT304.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/undefinedname.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/unicode_identifiers_e1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/unicode_identifiers_e2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/unicode_identifiers_e3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/unicode_identifiers_e4.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/uninitialized_lhs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/void_as_arg.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_cdef_override.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_noexcept.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_noexcept.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_noexcept_pure.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_noexcept_pure.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_numpy_arr_as_cppvec_ref.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_pxd_assign.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_pxd_assign.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_python_list_as_cppset_ref.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_subinterpreters.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_undeclared.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_uninitialized.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_uninitialized_cpp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_uninitialized_del.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_uninitialized_exc.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_uninitialized_for.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_uninitialized_generators.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_uninitialized_py2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_uninitialized_py3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_uninitialized_while.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_uninitialized_with.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_unreachable.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_unreachable_cf.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/w_unused.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/errors/wraparound_warnings.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/graal_bugs.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/limited_api_bugs.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/macos_cpp_bugs.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/bufaccess.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/cfunc_convert_with_memoryview.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/compile_declarations.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/contig_check.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/cythonarray.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/error_declarations.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/extension_type_memoryview.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memoryview.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memoryview.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memoryview_acq_count.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memoryview_annotation_typing.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memoryview_cache_builtins.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memoryview_compare_type_pointers.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memoryview_in_subclasses.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memoryview_inline_pxd.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memoryview_inplace_division.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memoryview_no_binding_T3613.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memoryview_no_shared_utility.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memoryview_no_withgil_check.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memoryview_pep484_typing.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memoryview_shared_utility.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memoryviewattrs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memslice.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/memview_assignments.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/numpy_memoryview.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/numpy_memoryview_readonly.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/parallel_refcounting_stress_test.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/relaxed_strides.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/transpose_refcount.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/memoryview/view_return_errors.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/pypy_bugs.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/pypy_crash_bugs.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/pypy_implementation_detail_bugs.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/pyximport/pyximport_basic.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/pyximport/pyximport_errors.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/pyximport/pyximport_namespace.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/pyximport/pyximport_pyimport.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/pyximport/pyximport_pyimport_only.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/pyximport/pyximport_pythonpath.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/pyximport/pyximport_pyxbld.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/__debug__.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/__getattribute__.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/__getattribute_subclasses__.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/absolute_import.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/addloop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/addop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/addressof.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/all.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/altet2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/always_allow_keywords_T295.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/analyse_expressions.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/and.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/annotate_html.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/annotation_typing.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/anonymousenum.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/any.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/api_class.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/api_includes.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/append.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/arg_incref.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/argdefault.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/argerrors.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/args_unpacking_in_closure_T658.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/argument_unpacking_closure_T736.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/arithmetic_analyse_types.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/arithmetic_analyse_types_helper.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/array_address.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/array_cimport.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/arrayassign.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ass2cglobal.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ass2global.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ass2local.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/assert.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/assigned_builtin_methods.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/async_def.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/async_globals.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/async_iter_pep492.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/asyncio_generators.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/asyncio_leaks.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/attr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/attribute_and_lambda.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/auto_cpdef.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/auto_cpdef_closures.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/autotestdict.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/autotestdict.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/autotestdict_all.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/autotestdict_cdef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/autotestdict_skip.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/baas3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/backquote.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/bad_c_struct_T252.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/behnel1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/behnel2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/behnel3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/big_indices.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/binop_reverse_methods_GH2056.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/bint.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/bint_binop_T145.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/bint_property_T354.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/bishop1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/bishop2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/boolean_context.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/boolop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/boolop_py.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/bound_builtin_methods_T589.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/broken_exception.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/buffer_n_overflowcheck_T5356.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_abs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_basestring.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_callable.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_complex.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_divmod.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_divmod_pyx.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_exceptions.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_float.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_functions.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_globals.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_len.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_memory_view.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_methods_return_values.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_min_max.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_next.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_ord.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_pow.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_py3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_pycomplex.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_range.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_slice.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_sorted.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_subtype_methods_T653.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_subtype_methods_cy3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_type.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_type_inheritance_T608.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_types_class.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtin_types_none_T166.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtinnames.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/builtins_truth_test.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/bytearray_ascii_auto_encoding.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/bytearray_coercion.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/bytearray_default_auto_encoding.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/bytearray_iter.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/bytearraymethods.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/bytes_char_coercion.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/bytes_formatting.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/bytes_indexing.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/bytesmethods.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/c_file_validation.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/c_int_types_T255.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/c_type_methods_T236.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/call_crash.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/call_exttype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/call_py_cy.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/callargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/capiimpl.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/carray_coercion.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/carray_slicing.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/carrays.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cascaded_list_unpacking_T467.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cascaded_typed_assignments_T466.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cascadedassignment.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cascmp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cclass_assign_attr_GH3100.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cclass_attr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_bool_T227.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_class_dataclass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_class_field.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_class_order.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_class_property_decorator_T264.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_classmethod.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_cpdef_override_GH543.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_decorator_directives_T183.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_function_kwargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_locals_decorator_T477.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_members_T517.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_members_binding_properties.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_methods_T462.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_multiple_inheritance.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_multiple_inheritance_cimport.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_multiple_inheritance_errors.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_multiple_inheritance_nodict.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_opt.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_opt.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_setitem_T284.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_subclass_builtin.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdef_subclass_userdef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdefassign.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdefoptargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cdivision_CEP_516.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cf_none.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cfunc_call_tuple_args_T408.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cfunc_convert.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cfuncdef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cfuncptr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/char_constants_T99.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/charcomparisonT412.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/charencoding.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/charescape.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/charptr_comparison_T582.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/charptr_decode.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/charptr_from_temp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/charptr_len.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/check_fused_types.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/check_fused_types_pxd.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/check_size.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cimport.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cimport_alias_subclass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cimport_alias_subclass_helper.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cimport_cython_T505.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cimport_from_pyx.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cimport_from_sys_path.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cintop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/class_attribute_init_values_T18.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/class_func_in_control_structures_T87.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/class_redefine.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/class_scope.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/class_scope_del_T684.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/classbody_exec.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/classdecorators_T336.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/classkwonlyargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/classmethod.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/classpass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/clear_to_null.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cline_in_traceback.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/clone_type.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/closure_arg_type_error.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/closure_class_T596.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/closure_decorators_T478.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/closure_in_derived_class_T2967.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/closure_inlining.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/closure_inside_cdef_T554.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/closure_leak_1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/closure_name_mangling_T537.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/closure_names.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/closure_self.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/closure_tests_1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/closure_tests_2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/closure_tests_3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/closure_tests_4.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/closures_T82.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cmethod_inline_T474.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cmethod_inline_T474.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cmp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/code_object_cache.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/coercearraytoptr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/common_utility_types.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/compare_binary_pyversions.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/compiledef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/complex_cast_T445.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/complex_coercion_sideeffects_T693.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/complex_extern_GH1433.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/complex_int_T446.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/complex_numbers_T305.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/complex_numbers_T305_long_double.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/complex_numbers_c89_T398.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/complex_numbers_c89_T398.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/complex_numbers_c89_T398_long_double.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/complex_numbers_c99_T398.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/complex_numbers_c99_T398.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/complex_numbers_cmath_T2891.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/complex_numbers_cpp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/complex_numbers_cxx_T398.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/complex_numbers_cxx_T398.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/concatcstrings.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/const_variable.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/constant_folding.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/constant_folding_cy.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/constants.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/contains_T455.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/control_flow_except_T725.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/control_flow_loop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/control_flow_stack_allocation.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/coroutines.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/coroutines.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/coverage_api.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/coverage_cmd.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/coverage_cmd_src_layout.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/coverage_cmd_src_pkg_layout.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/coverage_installed_pkg.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/coverage_nogil.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_enums.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_enums.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_enums_import.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_extern_func.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_extern_func.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_extern_func_in_py.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_extern_func_in_py.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_method_override.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_method_override_recursion.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_nogil.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_optargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_optargs_pure.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_optargs_pure.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_pickle.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_scoped_enums.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_scoped_enums_import.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_temps_T411.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpdef_void_return.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpow.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_assignment_overload.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_bool.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_bool_template_return.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_call_stack_allocated.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_class_attrib.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_class_redef.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_class_redef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_classes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_classes_def.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_condition_variables.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_condition_variables_cpp20.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_const_method.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_custom_string.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_enums.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_exception_ptr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_exception_ptr_just_handler.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_exceptions.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_exceptions_helper.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_exceptions_nogil.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_exceptions_nogil_helper.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_exceptions_utility_code.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_extern.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_forwarding_ref.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_function_lib.cpp +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_function_lib.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_function_lib.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_future.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_iterators.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_iterators_over_attribute_of_rvalue_support.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_iterators_simple.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_locals_directive.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_locals_directive_unused.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_locals_parallel.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_method_overloading.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_move.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_mutex.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_namespaces.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_namespaces_helper.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_nested_classes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_nested_classes_support.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_nested_names.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_nested_names_helper.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_nested_templates.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_nonstdint.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_nonstdint.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_operator_exc_handling.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_operator_exc_handling_helper.hpp +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_operators.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_operators_helper.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_scoped_enums.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_smart_ptr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_smart_ptr_helper.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_static_method_overload.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_algo_comparison_ops.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_algo_execpolicies.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_algo_minmax_ops.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_algo_modifying_sequence_ops.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_algo_nonmodifying_sequence_ops.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_algo_partitioning_ops.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_algo_permutation_ops.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_algo_sample.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_algo_sorted_ranges_other_ops.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_algo_sorted_ranges_set_ops.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_algo_sorting_ops.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_any.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_associated_containers_contains_cpp20.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_atomic.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_bit_cpp20.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_cmath_cpp17.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_cmath_cpp20.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_conversion.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_cpp11.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_forward_list.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_function.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_list.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_list_cpp11.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_map.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_multimap.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_multiset.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_numbers.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_numeric_ops.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_numeric_ops_cpp17.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_numeric_ops_cpp20.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_optional.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_random.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_set.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_span.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_string.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_string_ascii_auto_encoding.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_string_ascii_auto_encoding_str.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_string_cpp11.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_string_cpp20.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_string_utf8_auto_encoding.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_string_view.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_vector.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_stl_vector_cpp11.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_struct_refs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_template_functions.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_template_functions_helper.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_template_ref_args.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_template_ref_args.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_template_subclasses.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_template_subclasses_helper.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_templates.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_templates_helper.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_type_inference.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_unordered_map_helper.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpp_vector_in_generator.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpython_capi.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cpython_capi_py35.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/crashT245.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/crashT245.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/crashT245_pxd.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/critical_sections.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cross_closure_type_inference.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cstringmeth.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cstringmul.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cstruct.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ct_DEF.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ct_IF.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ctruthtests.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ctuple.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ctypedef_bint.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ctypedef_char_types.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ctypedef_delegation.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ctypedef_int_types_T333.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ctypedef_int_types_chdr_T333.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ctypedef_int_types_defs_T333.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cunion.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/curiously_recurring_template_pattern_GH1458.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/curiously_recurring_template_pattern_GH1458_suport.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cyclic_gc.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cyfunction.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cyfunction_METH_O_GH1728.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cyfunction_defaults.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cyfunction_defaults_cpp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cython2_bytes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cython3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cython3_no_unicode_literals.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cython_includes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cython_lock_type.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cython_no_files.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/cythonscope.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/datetime_cimport.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/datetime_members.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/datetime_pxd.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/dealloc_raise.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/decorator_lambda.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/decorators.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/decorators_T593.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/decorators_py_T593.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/default_args_T674.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/default_optional_gh5643.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/define_macro.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/define_macro_helper.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/defnode_err_val.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/delete.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/delslice.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/dict.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/dict_get.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/dict_getitem.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/dict_iter_unpack.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/dict_pop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/dict_setdefault.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/dict_values_in_expression.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/dictcomp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/dictintindex.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/dietachmayer1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/different_package_names.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/directive_locals_in_pxd.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/directive_locals_in_pxd.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/division_T384.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/dotted_filenames.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/double_dealloc_T796.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/duplicate_keyword_in_call.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/duplicate_utilitycode_from_pyx.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/dynamic_args.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/dynamic_attributes.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/dynamic_attributes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ellipsis_T488.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/embedsignatures.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/embedsignatures_clinic.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/embedsignatures_python.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/empty_builtin_constructors.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/empty_declarators.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/empty_for_loop_T208.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/enumboolctx.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/enumerate_T316.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/error_parallelism_cli.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/error_parallelism_python_api.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/error_pos.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/eval.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/exarkun.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/exceptionpropagation.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/exceptionrefcount.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/exceptions_nogil.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/exec_noargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/exectest.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/existing_output_files.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ext_attr_assign.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ext_attr_getter.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ext_attribute_cache.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ext_auto_richcmp.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ext_instance_type_T232.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ext_type_none_arg.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extclassbody.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extclasspass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extcmethod.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extended_unpacking_T235.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extended_unpacking_T409.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extern_builtins_T258.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extern_impl.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extern_impl_excvalue.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extern_include_order.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extern_varobject_extensions.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/external_defs.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/external_inline_declaration.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/external_ref_reassignment.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extinherit.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extinstantiate.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extkwonlyargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extlen.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extmember.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extmember.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extpropertyref.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extra_patma.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extra_walrus.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/extstarargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/exttype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/exttype_dealloc.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/exttype_dealloc_pxd.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/exttype_freelist.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/exttype_gc.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/exttype_total_ordering.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/fastcall.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/file_encoding_T740.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/filenames.pxi +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/filenames.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/final_cdef_class.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/final_in_pxd.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/final_method_T586.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/flatin.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/float_division.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/float_floor_division_T260.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/float_len_T480.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/fmod.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/for_decrement.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/for_from_float_T254.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/for_from_pyvar_loop_T601.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/for_in_break_continue_T533.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/for_in_iter.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/for_in_range_T372.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/for_in_string.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/forfrom.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/freethreaded_list_indexing.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/freethreaded_list_indexing_stress_test.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/freethreading_compatible.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/fstring.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/funcexc_iter_T228.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/funcexcept.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/funcexceptchained.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/funcexceptcypy.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/funcexceptraise.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/funcexceptraisefrom.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/funcexceptreplace.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/funcexceptreraise.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/funcexceptreturn.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/function_as_method_T494.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/function_as_method_py_T494.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/function_binding_T494.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/function_self.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/fused_bound_functions.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/fused_cdef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/fused_cmethods.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/fused_cpdef.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/fused_cpdef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/fused_cpp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/fused_def.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/fused_types.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/fused_types_complex.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/future_division.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/future_unicode_literals.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/generator_expressions.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/generator_expressions_and_locals.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/generator_expressions_in_class.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/generator_expressions_nested.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/generator_frame_cycle.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/generator_thread_safety.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/generator_type_inference.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/generators.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/generators_GH1731.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/generators_in_refcycles.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/generators_pep479.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/generators_py.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/generators_py.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/generators_py35.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/genexpr_T491.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/genexpr_T715.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/genexpr_arg_order.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/genexpr_iterable_lookup_T600.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/getattr3call.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/gil_in_var_initialization_tests.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/hasattr.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/hash_T326.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/if.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/if_and_or.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/if_const.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/if_else_expr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/if_else_expr_cpp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/if_else_expr_cpp_helper.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ifelseexpr_T267.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/import_error_T734.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/import_star.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/importas.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/importas_from_package.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/importfrom.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/in_list_with_side_effects_T544.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/include.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/include_multiple_modules.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/includes/a.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/includes/all.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/includes/b.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/includes/b.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/includes/c.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/includes/d.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/includes/d.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/includes/e.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/includes/includefile.pxi +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/includes/indirect_d.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/index.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/inhcmethcall.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/inherited_final_method.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/initial_file_path.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/inline.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/inlined_context_manager.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/inlined_generator_expressions.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/inlinepxd.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/inlinepxd.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/inlinepxd_support.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/inop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/inplace.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/int128.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/int_float_builtins_as_casts_T400.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/int_float_builtins_as_casts_T400_long_double.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/int_literals.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/intern_T431.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/internal_cdef_class.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ipow_crash_T562.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ishimoto2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ishimoto3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/isinstance.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/isnonebool.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/isnot.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/isolated_limited_api_tests.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/iter.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/iteratorexception.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/iterdict.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/jarausch1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/king1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/knuth_man_or_boy_test.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/kostyrka.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/kostyrka2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/kwargproblems.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/kwargs_passthrough.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/kwonlyargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/kwonlyargscall.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/lambda_T195.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/lambda_T723.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/lambda_class_T605.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/lambda_module_T603.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/lambda_tests.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/language_level.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/large_consts_T237.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/large_integer_T5290.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/legacy_implicit_noexcept.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/legacy_implicit_noexcept_build.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/lepage_1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/letnode_T766.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/libc_math.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/libc_stdlib.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/libc_threads.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/libc_time.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/libcpp_algo.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/libcpp_all.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/libcpp_stop_token.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/libcpp_threadsync_cpp20.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/line_profile_test.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/line_trace.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/list.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/list_comp_in_closure_T598.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/list_pop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/listcomp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/literal_lists.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/literals.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/literalslice.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/locals.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/locals_T732.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/locals_expressions_T430.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/locals_rebind_T429.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/longintrepr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/longlongindex.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/lvalue_refs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/mangle_c_keywords.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/matrix_multiplier.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/memoryview_namespace_T775.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/memview_vector.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/menten1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/metaclass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/method_module_name_T422.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/methodmangling_T5.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/methodmangling_cdef.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/methodmangling_cdef.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/methodmangling_pure.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/methodmangling_unknown_names.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/mod__name__.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/mod__spec__.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/modbody.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/modop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/module_init_error.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/moduletryexcept.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/mulop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/multass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/new_as_nonkeyword.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/new_style_exceptions.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/no_gc.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/no_gc_clear.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/nogil.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/nogil.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/nogil_conditional.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/nogil_other.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/non_const_as_const_arg.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/non_dict_kwargs_T470.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/nonecheck.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/nonlocal_T490.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/nononetypecheck.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/notinop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_ValueError_T172.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_attributes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_bufacc_T155.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_cimport.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_cimport_1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_cimport_2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_cimport_3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_cimport_4.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_cimport_5.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_cimport_6.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_import_array_error.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_math.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_parallel.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_pythran.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_pythran_unit.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_subarray.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/numpy_test.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/onelinesuite.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ooo_base_classes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/or.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/overflow_check.pxi +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/overflow_check_int.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/overflow_check_longlong.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/overflow_check_uint.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/overflow_check_ulonglong.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/owned_arg_refs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/packedstruct_T290.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/parallel.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/parallel_swap_assign_T425.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/partial_circular_import.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pep3135_class_cell.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pep442_tp_finalize.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pep442_tp_finalize_cimport.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pep448_extended_unpacking.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pep448_test_extcall.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pep526_variable_annotations.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pep526_variable_annotations_cy.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pep557_dataclasses.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pep563_annotations.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pinard5.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pinard6.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pinard7.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pinard8.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pointers.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/posix_resource.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/posix_test.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/posix_time.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/posonly.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/powop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/print.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/print_function.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/print_refcount.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/property_decorator_T593.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pstats_profile_test.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pstats_profile_test_py.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pstats_profile_test_pycfunc.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ptr_warning_T714.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ptrdiff_t.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/public_enum.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/public_fused_types.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pure.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pure_cdef_class_dataclass.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pure_cdef_class_property_decorator_T264.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pure_cdef_class_property_decorator_T264.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pure_ctuple.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pure_fused.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pure_fused.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pure_mode_cmethod_inheritance_T583.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pure_mode_cmethod_inheritance_T583.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pure_nogil_conditional.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pure_parallel.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pure_pxd.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pure_py.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pure_py3.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pure_py_cimports.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pure_pyx_cimports.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/purecdef.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pxd_argument_names.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pxd_signature_excvalue.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pxd_syntax.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/py2_super.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/py34_signature.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/py35_asyncio_async_def.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/py35_pep492_interop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/py3k_super.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/py_classbody.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/py_hash_t.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/py_ucs4_type.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/py_unicode_strings.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/py_unicode_type.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pyarray.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pycapsule.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pyclass_annotations_pep526.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pyclass_dynamic_bases.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pyclass_scope_T671.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pyclass_special_methods.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pycmp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pycontextvar.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pyextattrref.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pyfunction_redefine_T489.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pyint.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pyintop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pylistsubtype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pynumber_subtype_conversion.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pynumop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pyobjcast_T313.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pyparam_nogil.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/python_bool_type.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/pytype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/qualname.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_addint.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_argdefault.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_barbieri1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_bishop3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_bowden1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_delgado_1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_docstrings.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_extcomplex2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_extstarargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_forloop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_hordijk1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_huss3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_jeff_epler_1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_jiba1.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_jiba1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_lepage_3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_mang1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_mcintyre1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_mitch_chapman_2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_primes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_print.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_pyclass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_pyclassdefault.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_pythonapi.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_spamtype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_starargcall.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_starargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_starargsonly.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_toofewargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_typecast.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_uintindex.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/r_vree_1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/raise_memory_error_T650.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/range_optimisation_T203.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/reduce_pickle.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ref2global.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ref2local.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/refcount_in_meth.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/reimport.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/reimport_failure.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/reimport_from_package.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/reimport_from_subinterpreter.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/relative_cimport.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/relative_cimport_compare.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/relative_import_leak.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/relativeimport_T542.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/relativeimport_star_T542.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/reload_ext_module.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/reraise.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/reraise_3args.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/return.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/reversed_iteration.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/richcmp_str_equals.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/rodriguez_1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/scanner_trace.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/self_in_ext_type_closure.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/seq_mul.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/sequential_parallel.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/set.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/set_discard_remove.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/set_item.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/set_iter.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/set_literals.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/set_new.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/setcomp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/setjmp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/shapes.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/short_circuit_T404.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/simpcall.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/size_t.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/sizeof.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/skip_limited_api_helper.pxi +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/slice2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/slice2_T636.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/slice2b.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/slice3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/slice_charptr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/slice_ptr.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/special_method_docstrings.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/special_methods_T561.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/special_methods_T561_py3.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/special_methods_T561_py38.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/specialfloat.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ssize_t_T399.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/starargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/starimport_cimport.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/starred_target_T664.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/static_method_inheritance.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/static_method_inheritance_with_declaration.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/static_method_inheritance_with_declaration.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/static_methods.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/static_methods.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/staticmethod.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/str_ascii_auto_encoding.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/str_char_coercion_T412.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/str_default_auto_encoding.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/str_encoding_latin1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/str_subclass_kwargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/strconstinclass.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/strescapes.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/strfunction.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/string_comparison.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/string_compression.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/strliterals.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/strmethods.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/strmethods_ll2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/struct_conversion.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/struct_conversion_extern.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/struct_conversion_extern_header.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/subclasses.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/subinterpreters.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/subinterpreters_threading_stress_test.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/subop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/switch.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/switch_transform.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/sys_monitoring.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/sys_path_globbed.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/tandemstats.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/temp_alloc_T409.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/temp_sideeffects_T654.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/temps_corner1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_asyncgen.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_asyncgen.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_call.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_coroutines_pep492.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_dataclasses.pxi +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_dataclasses.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_dictviews.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_exceptions.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_fstring.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_genericclass.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_genericclass_exttype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_grammar.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_named_expressions.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_patma.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_raisefrom.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_shadow_error.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_subclassinit.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_templatelib.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_tstring.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_unicode.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/test_unicode_string_tests.pxi +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/testinclude.pxi +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/threading_stress_tests.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ticket_123.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ticket_124.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/time_pxd.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/tp_new.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/tp_new_T454.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/tp_new_cimport.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/trace_nogil_compilation.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/tracebacks.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/trashcan.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/trybreak.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/tryexcept.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/tryfinally.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/tryfinallychaining.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/tss.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/tuple.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/tuple_constants.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/tuple_unpack_string.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/tupleassign.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/tuplereassign.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/tupleunpack_T298.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/tupleunpack_T712.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/type_inference.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/type_inference_T768.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/type_inference_T768_cpp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/type_inference_ll2.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/type_inference_new.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/type_slots_int_long_T287.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/type_slots_nonzero_bool.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/typed_slice.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/typeddefaultargT373.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/typedfieldbug_T303.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/typeof.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/typeofexttype.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/types.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/typetest_T417.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/typing_module.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/typing_module_cy.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/ufunc.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unbound_builtin_methods.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unbound_special_methods.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicode_ascii_auto_encoding.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicode_default_auto_encoding.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicode_formatting.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicode_identifiers.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicode_identifiers.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicode_identifiers_import.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicode_identifiers_normalization.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicode_imports.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicode_indexing.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicode_kwargs.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicode_slicing.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicodeencode.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicodefunction.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicodeliterals.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicodeliteralsdefault.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicodeliteralslatin1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unicodemethods.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/uninitialized.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unop.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unop_extras.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unpack.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unpack_fused.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unpacklistcomp.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unreachable.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unsigned.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unsigned_char_ptr_bytes_conversion_T359.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unsignedbehaviour_T184.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unused.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/unused_args.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/varargcall.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/varargdecl.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/verbatiminclude.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/verbatiminclude.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/versioned_pxds.srctree +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/voidstarcast.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/watts1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/weakfail.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/with_gil.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/with_gil_automatic.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/with_statement_module_level_T536.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/withnogil.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/withstat.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/withstat_py.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/withstat_py27.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/wundram1.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/yield_from_pep380.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/yield_from_py33.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/run/yield_inside_lambda.py +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/testsupport/cythonarrayutil.pxi +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/windows_arm_bugs.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/windows_bugs.txt +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/wrappers/cpp_overload_wrapper.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/wrappers/cpp_overload_wrapper_lib.cpp +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/wrappers/cpp_overload_wrapper_lib.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/wrappers/cpp_overload_wrapper_lib.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/wrappers/cpp_references.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/wrappers/cpp_references_helper.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/wrappers/cppwrap.pyx +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/wrappers/cppwrap_lib.cpp +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/wrappers/cppwrap_lib.h +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tests/wrappers/cppwrap_lib.pxd +0 -0
- {cython-3.2.0b2 → cython-3.2.0b3}/tox.ini +0 -0
cython-3.2.0b3/.gitrev
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
730a05b38a517180be7ec9b627c76d89d160cd55
|
|
@@ -2,6 +2,31 @@
|
|
|
2
2
|
Cython Changelog
|
|
3
3
|
================
|
|
4
4
|
|
|
5
|
+
3.2.0b3 (2025-10-30)
|
|
6
|
+
====================
|
|
7
|
+
|
|
8
|
+
Bugs fixed
|
|
9
|
+
----------
|
|
10
|
+
|
|
11
|
+
* Using ``cython.pymutex`` in an extension type declared as ``public`` or ``api``
|
|
12
|
+
generated invalid C code missing the required ``PyMutex`` declarations.
|
|
13
|
+
(Github issues :issue:`6992`, :issue:`6995`)
|
|
14
|
+
|
|
15
|
+
* 3.2.0b2 generated incorrect pointer casts in the ``cimport`` importing code.
|
|
16
|
+
(Github issue :issue:`7268`)
|
|
17
|
+
|
|
18
|
+
* Cython's type sharing across modules suffered from race conditions if multiple modules
|
|
19
|
+
tried to initialise and share their types concurrently. This is due to an underlying
|
|
20
|
+
CPython issue and cannot easily be worked around completely. In the common case that
|
|
21
|
+
module dicts are plain Python dict objects, however, Cython now uses a ``.setdefault()``
|
|
22
|
+
equivalent for thread-safe type sharing.
|
|
23
|
+
See https://github.com/python/cpython/issues/137422
|
|
24
|
+
(Github issue :issue:`7076`)
|
|
25
|
+
|
|
26
|
+
* Cython incorrectly called ``PyList_GetItemRef()`` in PyPy and GraalPython before Py3.13.
|
|
27
|
+
(Github issue :issue:`7269`)
|
|
28
|
+
|
|
29
|
+
|
|
5
30
|
3.2.0b2 (2025-10-27)
|
|
6
31
|
====================
|
|
7
32
|
|
|
@@ -238,6 +263,19 @@ Other changes
|
|
|
238
263
|
(Github issue :issue:`6423`)
|
|
239
264
|
|
|
240
265
|
|
|
266
|
+
3.1.7 (2025-??-??)
|
|
267
|
+
==================
|
|
268
|
+
|
|
269
|
+
Bugs fixed
|
|
270
|
+
----------
|
|
271
|
+
|
|
272
|
+
* Cython incorrectly called ``PyList_GetItemRef()`` in PyPy and GraalPython before Py3.13.
|
|
273
|
+
(Github issue :issue:`7269`)
|
|
274
|
+
|
|
275
|
+
* Trying to instantiate internal types used by Cython is now prohibited.
|
|
276
|
+
(Github issue :issue:`7263`)
|
|
277
|
+
|
|
278
|
+
|
|
241
279
|
3.1.6 (2025-10-23)
|
|
242
280
|
==================
|
|
243
281
|
|
|
@@ -463,7 +463,7 @@ class UtilityCodeBase(AbstractUtilityCode):
|
|
|
463
463
|
# section title
|
|
464
464
|
r'^%(C)s{5,30} \s* (?P<name> (?:\w|\.)+ ) \s* %(C)s{5,30} |'
|
|
465
465
|
# section tags and dependencies
|
|
466
|
-
r'^%(C)s+ @(?P<tag>
|
|
466
|
+
r'^%(C)s+ @(?P<tag> .+)'
|
|
467
467
|
) % {'C': re.escape(line_comment_char)}, re.VERBOSE).match
|
|
468
468
|
|
|
469
469
|
@classmethod
|
|
@@ -496,8 +496,8 @@ class UtilityCodeBase(AbstractUtilityCode):
|
|
|
496
496
|
|
|
497
497
|
if tags:
|
|
498
498
|
all_tags = utility[2]
|
|
499
|
-
for
|
|
500
|
-
all_tags.setdefault(
|
|
499
|
+
for tag_name, tag_values in tags.items():
|
|
500
|
+
all_tags.setdefault(tag_name, set()).update(tag_values)
|
|
501
501
|
|
|
502
502
|
@classmethod
|
|
503
503
|
def load_utilities_from_file(cls, path):
|
|
@@ -528,26 +528,38 @@ class UtilityCodeBase(AbstractUtilityCode):
|
|
|
528
528
|
|
|
529
529
|
for lineno, line in enumerate(all_lines):
|
|
530
530
|
m = match_special(line)
|
|
531
|
-
if m:
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
type = 'impl'
|
|
545
|
-
utility = utilities[name]
|
|
531
|
+
if m is None:
|
|
532
|
+
lines.append(rstrip(strip_comments(line)))
|
|
533
|
+
elif m.group('name'):
|
|
534
|
+
cls._add_utility(utility, name, type, lines, begin_lineno, tags)
|
|
535
|
+
|
|
536
|
+
begin_lineno = lineno + 1
|
|
537
|
+
del lines[:]
|
|
538
|
+
tags.clear()
|
|
539
|
+
|
|
540
|
+
name = m.group('name')
|
|
541
|
+
mtype = match_type(name)
|
|
542
|
+
if mtype:
|
|
543
|
+
name, type = mtype.groups()
|
|
546
544
|
else:
|
|
547
|
-
|
|
548
|
-
|
|
545
|
+
type = 'impl'
|
|
546
|
+
utility = utilities[name]
|
|
549
547
|
else:
|
|
550
|
-
|
|
548
|
+
tag_value = m.group('tag')
|
|
549
|
+
if ':' not in tag_value:
|
|
550
|
+
raise RuntimeError(f"Found invalid tag '{tag_value}' in utility section {name}.{type}")
|
|
551
|
+
|
|
552
|
+
tag_name, _, tag_value = tag_value.partition(':')
|
|
553
|
+
tag_name = tag_name.rstrip()
|
|
554
|
+
tag_value = tag_value.strip()
|
|
555
|
+
|
|
556
|
+
if tag_name not in ('requires', 'substitute', 'proto_block'):
|
|
557
|
+
raise RuntimeError(f"Found unknown tag name '{tag_name}' in utility section {name}.{type}")
|
|
558
|
+
if not re.match(r'\S+$', tag_value):
|
|
559
|
+
raise RuntimeError(f"Found invalid tag value '{tag_value}' in utility section {name}.{type}")
|
|
560
|
+
|
|
561
|
+
tags[tag_name].add(tag_value)
|
|
562
|
+
lines.append('') # keep line number correct
|
|
551
563
|
|
|
552
564
|
if utility is None:
|
|
553
565
|
raise ValueError("Empty utility code file")
|
|
@@ -2479,6 +2491,10 @@ class GlobalState:
|
|
|
2479
2491
|
self.use_utility_code(entry.utility_code)
|
|
2480
2492
|
if entry.utility_code_definition:
|
|
2481
2493
|
self.use_utility_code(entry.utility_code_definition)
|
|
2494
|
+
from . import PyrexTypes
|
|
2495
|
+
for tp in PyrexTypes.get_all_subtypes(entry.type):
|
|
2496
|
+
if hasattr(tp, "entry") and tp.entry is not entry:
|
|
2497
|
+
self.use_entry_utility_code(tp.entry)
|
|
2482
2498
|
|
|
2483
2499
|
|
|
2484
2500
|
def funccontext_property(func):
|
|
@@ -2968,7 +2984,7 @@ class CCodeWriter:
|
|
|
2968
2984
|
elif entry.type.is_pyobject:
|
|
2969
2985
|
self.put(" = NULL")
|
|
2970
2986
|
self.putln(";")
|
|
2971
|
-
self.
|
|
2987
|
+
self.globalstate.use_entry_utility_code(entry)
|
|
2972
2988
|
|
|
2973
2989
|
def put_temp_declarations(self, func_context: FunctionState):
|
|
2974
2990
|
for name, type, manage_ref, static in func_context.temps_allocated:
|
|
@@ -25,12 +25,16 @@ class CythonScope(ModuleScope):
|
|
|
25
25
|
cname='<error>')
|
|
26
26
|
entry.in_cinclude = True
|
|
27
27
|
|
|
28
|
+
cy_pymutex_type = get_cy_pymutex_type()
|
|
28
29
|
entry = self.declare_type(
|
|
29
30
|
"pymutex", cy_pymutex_type, None,
|
|
30
31
|
cname="__Pyx_Locks_PyMutex")
|
|
32
|
+
entry.utility_code_definition = cy_pymutex_type.get_decl_utility_code()
|
|
33
|
+
cy_pythread_type_lock_type = get_cy_pythread_type_lock_type()
|
|
31
34
|
entry = self.declare_type(
|
|
32
35
|
"pythread_type_lock", cy_pythread_type_lock_type, None,
|
|
33
36
|
cname="__Pyx_Locks_PyThreadTypeLock")
|
|
37
|
+
entry.utility_code_definition = cy_pythread_type_lock_type.get_decl_utility_code()
|
|
34
38
|
|
|
35
39
|
def is_cpp(self):
|
|
36
40
|
# Allow C++ utility code in C++ contexts.
|
|
@@ -76,6 +76,9 @@ class NotConstant:
|
|
|
76
76
|
not_a_constant = NotConstant()
|
|
77
77
|
constant_value_not_set = object()
|
|
78
78
|
|
|
79
|
+
def _type_to_itself(tp):
|
|
80
|
+
return tp, tp
|
|
81
|
+
|
|
79
82
|
# error messages when coercing from key[0] to key[1]
|
|
80
83
|
coercion_error_dict = {
|
|
81
84
|
# string related errors
|
|
@@ -94,9 +97,9 @@ coercion_error_dict = {
|
|
|
94
97
|
(PyrexTypes.c_uchar_ptr_type, unicode_type): "Cannot convert 'char*' to unicode implicitly, decoding required",
|
|
95
98
|
(PyrexTypes.c_const_uchar_ptr_type, unicode_type): (
|
|
96
99
|
"Cannot convert 'char*' to unicode implicitly, decoding required"),
|
|
97
|
-
(PyrexTypes.
|
|
100
|
+
_type_to_itself(PyrexTypes.get_cy_pymutex_type()): (
|
|
98
101
|
"cython.pymutex cannot be copied"),
|
|
99
|
-
(PyrexTypes.
|
|
102
|
+
_type_to_itself(PyrexTypes.get_cy_pythread_type_lock_type()): (
|
|
100
103
|
"cython.pythread_type_lock cannot be copied"),
|
|
101
104
|
}
|
|
102
105
|
|
|
@@ -161,7 +161,7 @@ class SharedUtilityExporter:
|
|
|
161
161
|
shared_utility_qualified_name = EncodedString(self.scope.context.shared_utility_qualified_name)
|
|
162
162
|
import_func = f"__Pyx_ImportFunction_{Naming.cyversion}"
|
|
163
163
|
_generate_import_code(
|
|
164
|
-
code, self.pos, imports, shared_utility_qualified_name, import_func, "void (
|
|
164
|
+
code, self.pos, imports, shared_utility_qualified_name, import_func, "void (**{name})(void)")
|
|
165
165
|
|
|
166
166
|
def _generate_exports(self, shared_utility_functions: Sequence[Code.SharedFunctionDecl]):
|
|
167
167
|
if self.has_shared_exports(shared_utility_functions):
|
|
@@ -285,7 +285,8 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
|
|
|
285
285
|
|
|
286
286
|
self.body.analyse_declarations(env)
|
|
287
287
|
|
|
288
|
-
|
|
288
|
+
cy_pymutex_type = PyrexTypes.get_cy_pymutex_type()
|
|
289
|
+
if env.find_shared_usages_of_type(cy_pymutex_type):
|
|
289
290
|
# Be very suspicious of cython locks that are shared.
|
|
290
291
|
# They have the potential to cause ABI issues.
|
|
291
292
|
self.scope.use_utility_code(
|
|
@@ -362,30 +363,33 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
|
|
|
362
363
|
h_code_start.put_h_guard(h_guard)
|
|
363
364
|
h_code_start.putln("")
|
|
364
365
|
h_code_start.putln('#include "Python.h"')
|
|
365
|
-
self.generate_type_header_code(h_types,
|
|
366
|
+
self.generate_type_header_code(h_types, h_code_main)
|
|
366
367
|
if options.capi_reexport_cincludes:
|
|
367
|
-
self.generate_includes(env, [],
|
|
368
|
-
|
|
368
|
+
self.generate_includes(env, [], h_code_main)
|
|
369
|
+
h_code_main.putln("")
|
|
369
370
|
api_guard = self.api_name(Naming.api_guard_prefix, env)
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
self.generate_extern_c_macro_definition(
|
|
373
|
-
|
|
374
|
-
self.generate_dl_import_macro(
|
|
371
|
+
h_code_main.putln("#ifndef %s" % api_guard)
|
|
372
|
+
h_code_main.putln("")
|
|
373
|
+
self.generate_extern_c_macro_definition(h_code_main, env.is_cpp())
|
|
374
|
+
h_code_main.putln("")
|
|
375
|
+
self.generate_dl_import_macro(h_code_main)
|
|
375
376
|
if h_extension_types:
|
|
376
377
|
h_code_main.putln("")
|
|
377
378
|
for entry in h_extension_types:
|
|
378
379
|
self.generate_cclass_header_code(entry.type, h_code_main)
|
|
379
380
|
if i_code:
|
|
380
381
|
self.generate_cclass_include_code(entry.type, i_code)
|
|
382
|
+
globalstate.use_entry_utility_code(entry)
|
|
381
383
|
if h_funcs:
|
|
382
384
|
h_code_main.putln("")
|
|
383
385
|
for entry in h_funcs:
|
|
384
386
|
self.generate_public_declaration(entry, h_code_main, i_code)
|
|
387
|
+
globalstate.use_entry_utility_code(entry)
|
|
385
388
|
if h_vars:
|
|
386
389
|
h_code_main.putln("")
|
|
387
390
|
for entry in h_vars:
|
|
388
391
|
self.generate_public_declaration(entry, h_code_main, i_code)
|
|
392
|
+
globalstate.use_entry_utility_code(entry)
|
|
389
393
|
h_code_main.putln("")
|
|
390
394
|
h_code_main.putln("#endif /* !%s */" % api_guard)
|
|
391
395
|
h_code_main.putln("")
|
|
@@ -452,7 +456,8 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
|
|
|
452
456
|
|
|
453
457
|
h_code = Code.CCodeWriter()
|
|
454
458
|
c_code_config = generate_c_code_config(env, options)
|
|
455
|
-
Code.GlobalState(h_code, self, c_code_config)
|
|
459
|
+
globalstate = Code.GlobalState(h_code, self, c_code_config)
|
|
460
|
+
globalstate.initialize_main_h_code() # in-case utility code is used in the header
|
|
456
461
|
h_code.put_generated_by()
|
|
457
462
|
api_guard = self.api_name(Naming.api_guard_prefix, env)
|
|
458
463
|
h_code.put_h_guard(api_guard)
|
|
@@ -480,6 +485,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
|
|
|
480
485
|
h_code.putln("static PyTypeObject *%s = 0;" % type.typeptr_cname)
|
|
481
486
|
h_code.putln("#define %s (*%s)" % (
|
|
482
487
|
type.typeobj_cname, type.typeptr_cname))
|
|
488
|
+
h_code.globalstate.use_entry_utility_code(entry)
|
|
483
489
|
if api_funcs:
|
|
484
490
|
h_code.putln("")
|
|
485
491
|
for entry in api_funcs:
|
|
@@ -487,6 +493,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
|
|
|
487
493
|
cname = env.mangle(Naming.func_prefix_api, entry.name)
|
|
488
494
|
h_code.putln("static %s = 0;" % type.declaration_code(cname))
|
|
489
495
|
h_code.putln("#define %s %s" % (entry.name, cname))
|
|
496
|
+
h_code.globalstate.use_entry_utility_code(entry)
|
|
490
497
|
if api_vars:
|
|
491
498
|
h_code.putln("")
|
|
492
499
|
for entry in api_vars:
|
|
@@ -494,6 +501,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
|
|
|
494
501
|
cname = env.mangle(Naming.varptr_prefix_api, entry.name)
|
|
495
502
|
h_code.putln("static %s = 0;" % type.declaration_code(cname))
|
|
496
503
|
h_code.putln("#define %s (*%s)" % (entry.name, cname))
|
|
504
|
+
h_code.globalstate.use_entry_utility_code(entry)
|
|
497
505
|
if api_vars:
|
|
498
506
|
put_utility_code("VoidPtrImport", "ImportExport.c")
|
|
499
507
|
if api_funcs:
|
|
@@ -1012,6 +1020,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
|
|
|
1012
1020
|
|
|
1013
1021
|
env.use_utility_code(UtilityCode.load_cached("FastTypeChecks", "ModuleSetupCode.c"))
|
|
1014
1022
|
env.use_utility_code(UtilityCode.load("GetRuntimeVersion", "ModuleSetupCode.c"))
|
|
1023
|
+
env.use_utility_code(UtilityCode.load_cached("AddModuleRef", "ModuleSetupCode.c"))
|
|
1015
1024
|
if has_np_pythran(env):
|
|
1016
1025
|
env.use_utility_code(UtilityCode.load_cached("PythranConversion", "CppSupport.cpp"))
|
|
1017
1026
|
|
|
@@ -1109,6 +1118,9 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
|
|
|
1109
1118
|
self.generate_cpp_class_definition(entry, code)
|
|
1110
1119
|
elif type.is_extension_type:
|
|
1111
1120
|
self.generate_objstruct_definition(type, code)
|
|
1121
|
+
if getattr(type, "scope", None):
|
|
1122
|
+
for var_entry in type.scope.var_entries:
|
|
1123
|
+
code.globalstate.use_entry_utility_code(var_entry)
|
|
1112
1124
|
|
|
1113
1125
|
def generate_gcc33_hack(self, env, code):
|
|
1114
1126
|
# Workaround for spurious warning generation in gcc 3.3
|
|
@@ -1447,7 +1459,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
|
|
|
1447
1459
|
decl = attr_type.cpp_optional_declaration_code(attr.cname)
|
|
1448
1460
|
else:
|
|
1449
1461
|
decl = attr_type.declaration_code(attr.cname)
|
|
1450
|
-
|
|
1462
|
+
code.globalstate.use_entry_utility_code(attr)
|
|
1451
1463
|
code.putln("%s;" % decl)
|
|
1452
1464
|
code.putln(footer)
|
|
1453
1465
|
if type.objtypedef_cname is not None:
|
|
@@ -1526,7 +1538,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
|
|
|
1526
1538
|
code.putln(";")
|
|
1527
1539
|
if entry.cname != cname:
|
|
1528
1540
|
code.putln("#define %s (*%s)" % (entry.cname, cname))
|
|
1529
|
-
|
|
1541
|
+
code.globalstate.use_entry_utility_code(entry)
|
|
1530
1542
|
|
|
1531
1543
|
def generate_cfunction_declarations(self, env, code, definition):
|
|
1532
1544
|
for entry in env.cfunc_entries:
|
|
@@ -4204,6 +4216,7 @@ def generate_cfunction_declaration(entry, env, code, definition):
|
|
|
4204
4216
|
storage_class,
|
|
4205
4217
|
modifiers,
|
|
4206
4218
|
header))
|
|
4219
|
+
code.globalstate.use_entry_utility_code(entry)
|
|
4207
4220
|
|
|
4208
4221
|
#------------------------------------------------------------------------------------
|
|
4209
4222
|
#
|
|
@@ -2989,6 +2989,7 @@ class CFuncDefNode(FuncDefNode):
|
|
|
2989
2989
|
if preprocessor_guard:
|
|
2990
2990
|
code.globalstate.parts['module_declarations'].putln("#endif")
|
|
2991
2991
|
code.putln("%s%s%s {" % (storage_class, modifiers, header))
|
|
2992
|
+
code.globalstate.use_entry_utility_code(self.entry)
|
|
2992
2993
|
|
|
2993
2994
|
def generate_argument_declarations(self, env, code):
|
|
2994
2995
|
scope = self.local_scope
|
|
@@ -9030,11 +9031,12 @@ class CriticalSectionStatNode(TryFinallyStatNode):
|
|
|
9030
9031
|
return super().analyse_declarations(env)
|
|
9031
9032
|
|
|
9032
9033
|
def analyse_expressions(self, env):
|
|
9034
|
+
cy_pymutex_type = PyrexTypes.get_cy_pymutex_type()
|
|
9033
9035
|
mutex_count = 0
|
|
9034
9036
|
for i, arg in enumerate(self.args):
|
|
9035
9037
|
arg = arg.analyse_expressions(env)
|
|
9036
|
-
if (arg.type
|
|
9037
|
-
arg.type.is_ptr and arg.type.base_type
|
|
9038
|
+
if (arg.type == cy_pymutex_type or (
|
|
9039
|
+
arg.type.is_ptr and arg.type.base_type == cy_pymutex_type)):
|
|
9038
9040
|
mutex_count += 1
|
|
9039
9041
|
self.is_pymutex_critical_section = True
|
|
9040
9042
|
elif arg.type.is_pyobject:
|
|
@@ -9189,7 +9191,7 @@ class CythonLockStatNode(TryFinallyStatNode):
|
|
|
9189
9191
|
return super().analyse_expressions(env)
|
|
9190
9192
|
|
|
9191
9193
|
def generate_execution_code(self, code):
|
|
9192
|
-
code.globalstate.use_utility_code(self.arg.type.
|
|
9194
|
+
code.globalstate.use_utility_code(self.arg.type.get_usage_utility_code())
|
|
9193
9195
|
|
|
9194
9196
|
code.mark_pos(self.pos)
|
|
9195
9197
|
code.begin_block()
|
|
@@ -4947,9 +4947,10 @@ class CythonLockType(PyrexType):
|
|
|
4947
4947
|
# Singleton, cannot be copied.
|
|
4948
4948
|
return src_type is self._special_assignable_reference_type
|
|
4949
4949
|
|
|
4950
|
-
def
|
|
4951
|
-
|
|
4952
|
-
|
|
4950
|
+
def get_decl_utility_code(self):
|
|
4951
|
+
return UtilityCode.load_cached(f"{self.cname_part}Decl", "Synchronization.c")
|
|
4952
|
+
|
|
4953
|
+
def get_usage_utility_code(self):
|
|
4953
4954
|
return UtilityCode.load_cached(self.cname_part, "Synchronization.c")
|
|
4954
4955
|
|
|
4955
4956
|
def needs_explicit_construction(self, scope):
|
|
@@ -4964,7 +4965,7 @@ class CythonLockType(PyrexType):
|
|
|
4964
4965
|
|
|
4965
4966
|
def generate_explicit_construction(self, code, entry, extra_access_code=""):
|
|
4966
4967
|
code.globalstate.use_utility_code(
|
|
4967
|
-
self.
|
|
4968
|
+
self.get_usage_utility_code()
|
|
4968
4969
|
)
|
|
4969
4970
|
code.putln(f"__Pyx_Locks_{self.cname_part}_Init({extra_access_code}{entry.cname});")
|
|
4970
4971
|
|
|
@@ -4992,7 +4993,7 @@ class CythonLockType(PyrexType):
|
|
|
4992
4993
|
pos=None,
|
|
4993
4994
|
defining=1,
|
|
4994
4995
|
cname=f"__Pyx_Locks_{self.cname_part}_Lock",
|
|
4995
|
-
utility_code=self.
|
|
4996
|
+
utility_code=self.get_usage_utility_code())
|
|
4996
4997
|
scope.declare_cfunction(
|
|
4997
4998
|
"release",
|
|
4998
4999
|
CFuncType(c_void_type, [CFuncTypeArg("self", self_type, None)],
|
|
@@ -5000,7 +5001,7 @@ class CythonLockType(PyrexType):
|
|
|
5000
5001
|
pos=None,
|
|
5001
5002
|
defining=1,
|
|
5002
5003
|
cname=f"__Pyx_Locks_{self.cname_part}_Unlock",
|
|
5003
|
-
utility_code=self.
|
|
5004
|
+
utility_code=self.get_usage_utility_code())
|
|
5004
5005
|
# Don't define a "locked" function because we can't do this with Py_Mutex
|
|
5005
5006
|
# (which is the preferred implementation)
|
|
5006
5007
|
|
|
@@ -5012,6 +5013,14 @@ class CythonLockType(PyrexType):
|
|
|
5012
5013
|
def create_from_py_utility_code(self, env):
|
|
5013
5014
|
return False
|
|
5014
5015
|
|
|
5016
|
+
def __eq__(self, other):
|
|
5017
|
+
if type(other) is not type(self):
|
|
5018
|
+
return NotImplemented
|
|
5019
|
+
return other.cname_part == self.cname_part
|
|
5020
|
+
|
|
5021
|
+
def __hash__(self):
|
|
5022
|
+
return hash(self.cname_part)
|
|
5023
|
+
|
|
5015
5024
|
|
|
5016
5025
|
rank_to_type_name = (
|
|
5017
5026
|
"char", # 0
|
|
@@ -5143,8 +5152,12 @@ cython_memoryview_type = CStructOrUnionType("__pyx_memoryview_obj", "struct",
|
|
|
5143
5152
|
memoryviewslice_type = CStructOrUnionType("memoryviewslice", "struct",
|
|
5144
5153
|
None, 1, "__Pyx_memviewslice")
|
|
5145
5154
|
|
|
5146
|
-
|
|
5147
|
-
|
|
5155
|
+
# Don't declare these as globals - it interferes with our ability to check if it's
|
|
5156
|
+
# used in a particular scope.
|
|
5157
|
+
def get_cy_pymutex_type():
|
|
5158
|
+
return CythonLockType("PyMutex")
|
|
5159
|
+
def get_cy_pythread_type_lock_type():
|
|
5160
|
+
return CythonLockType("PyThreadTypeLock")
|
|
5148
5161
|
|
|
5149
5162
|
fixed_sign_int_types = {
|
|
5150
5163
|
"bint": (1, c_bint_type),
|
|
@@ -1236,7 +1236,7 @@ class Scope:
|
|
|
1236
1236
|
# e.g. slot, function, method
|
|
1237
1237
|
return f"{Naming.modulestateglobal_cname}->{cname}"
|
|
1238
1238
|
|
|
1239
|
-
def find_shared_usages_of_type(self,
|
|
1239
|
+
def find_shared_usages_of_type(self, type_to_find, _seen_scopes=None):
|
|
1240
1240
|
if _seen_scopes is None:
|
|
1241
1241
|
_seen_scopes = set()
|
|
1242
1242
|
include_all_entries = not self.is_module_scope
|
|
@@ -1244,13 +1244,13 @@ class Scope:
|
|
|
1244
1244
|
if not (include_all_entries or entry.defined_in_pxd or entry.visibility == "public" or entry.api):
|
|
1245
1245
|
continue
|
|
1246
1246
|
entry_subtypes = PyrexTypes.get_all_subtypes(entry.type)
|
|
1247
|
-
if any(
|
|
1247
|
+
if any(type_to_find == sub_tp for sub_tp in entry_subtypes):
|
|
1248
1248
|
return True
|
|
1249
1249
|
type_scope = getattr(entry.type, "scope", None)
|
|
1250
1250
|
if type_scope is None or type_scope in _seen_scopes:
|
|
1251
1251
|
continue
|
|
1252
1252
|
_seen_scopes.add(type_scope)
|
|
1253
|
-
if type_scope.find_shared_usages_of_type(
|
|
1253
|
+
if type_scope.find_shared_usages_of_type(type_to_find, _seen_scopes):
|
|
1254
1254
|
return True
|
|
1255
1255
|
return False
|
|
1256
1256
|
|
|
@@ -1777,6 +1777,9 @@ class ModuleScope(Scope):
|
|
|
1777
1777
|
self.utility_code_list.append(entry.utility_code)
|
|
1778
1778
|
if entry.utility_code_definition:
|
|
1779
1779
|
self.utility_code_list.append(entry.utility_code_definition)
|
|
1780
|
+
for tp in PyrexTypes.get_all_subtypes(entry.type):
|
|
1781
|
+
if hasattr(tp, "entry") and tp.entry is not entry:
|
|
1782
|
+
self.use_entry_utility_code(tp.entry)
|
|
1780
1783
|
|
|
1781
1784
|
def declare_c_class(self, name, pos, defining=0, implementing=0,
|
|
1782
1785
|
module_name=None, base_type=None, objstruct_cname=None,
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
static PyObject *__Pyx_FetchSharedCythonABIModule(void);
|
|
4
4
|
|
|
5
5
|
/////////////// FetchSharedCythonModule ////////////
|
|
6
|
+
//@requires: ModuleSetupCode.c::AddModuleRef
|
|
6
7
|
|
|
7
8
|
static PyObject *__Pyx_FetchSharedCythonABIModule(void) {
|
|
8
9
|
return __Pyx_PyImport_AddModuleRef(__PYX_ABI_MODULE_NAME);
|
|
@@ -1186,16 +1186,6 @@ static CYTHON_INLINE int __Pyx_PyDict_GetItemRef(PyObject *dict, PyObject *key,
|
|
|
1186
1186
|
#define __Pyx_PyUnicode_GET_LENGTH(o) PyUnicode_GetLength(o)
|
|
1187
1187
|
#endif
|
|
1188
1188
|
|
|
1189
|
-
#if __PYX_LIMITED_VERSION_HEX >= 0x030d0000
|
|
1190
|
-
#define __Pyx_PyImport_AddModuleRef(name) PyImport_AddModuleRef(name)
|
|
1191
|
-
#else
|
|
1192
|
-
static CYTHON_INLINE PyObject *__Pyx_PyImport_AddModuleRef(const char *name) {
|
|
1193
|
-
PyObject *module = PyImport_AddModule(name);
|
|
1194
|
-
Py_XINCREF(module);
|
|
1195
|
-
return module;
|
|
1196
|
-
}
|
|
1197
|
-
#endif
|
|
1198
|
-
|
|
1199
1189
|
#if CYTHON_COMPILING_IN_PYPY && !defined(PyUnicode_InternFromString)
|
|
1200
1190
|
#define PyUnicode_InternFromString(s) PyUnicode_FromString(s)
|
|
1201
1191
|
#endif
|
|
@@ -2220,6 +2210,7 @@ static void __Pyx_FastGilFuncInit(void);
|
|
|
2220
2210
|
#endif
|
|
2221
2211
|
|
|
2222
2212
|
/////////////// FastGil ///////////////
|
|
2213
|
+
//@requires: AddModuleRef
|
|
2223
2214
|
// The implementations of PyGILState_Ensure/Release calls PyThread_get_key_value
|
|
2224
2215
|
// several times which is turns out to be quite slow (slower in fact than
|
|
2225
2216
|
// acquiring the GIL itself). Simply storing it in a thread local for the
|
|
@@ -3149,3 +3140,64 @@ static CYTHON_INLINE int __Pyx_UnknownThreadStateMayHaveHadGil(__Pyx_UnknownThre
|
|
|
3149
3140
|
return state != NULL;
|
|
3150
3141
|
#endif
|
|
3151
3142
|
}
|
|
3143
|
+
|
|
3144
|
+
///////////////////// AddModuleRef.proto ///////////////////////
|
|
3145
|
+
|
|
3146
|
+
#if ((CYTHON_COMPILING_IN_CPYTHON_FREETHREADING /* && __PYX_LIMITED_VERSION_HEX < some future value */) || \
|
|
3147
|
+
__PYX_LIMITED_VERSION_HEX < 0x030d0000)
|
|
3148
|
+
// https://github.com/python/cpython/issues/137422 - PyImport_AddModule(Ref) isn't thread safe!
|
|
3149
|
+
static PyObject *__Pyx_PyImport_AddModuleRef(const char *name); /* proto */
|
|
3150
|
+
#else
|
|
3151
|
+
#define __Pyx_PyImport_AddModuleRef(name) PyImport_AddModuleRef(name)
|
|
3152
|
+
#endif
|
|
3153
|
+
|
|
3154
|
+
///////////////////// AddModuleRef ////////////////////////////
|
|
3155
|
+
|
|
3156
|
+
#if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING /* && __PYX_LIMITED_VERSION_HEX < some future value */
|
|
3157
|
+
// https://github.com/python/cpython/issues/137422 - PyImport_AddModule(Ref) isn't thread safe!
|
|
3158
|
+
static PyObject *__Pyx_PyImport_AddModuleObjectRef(PyObject *name) {
|
|
3159
|
+
// We're going to assume nobody is swapping the module dict out from under us
|
|
3160
|
+
// (even though they're allowed to) because we really can't write code that's
|
|
3161
|
+
// safe against that.
|
|
3162
|
+
PyObject *module_dict = PyImport_GetModuleDict();
|
|
3163
|
+
PyObject *m;
|
|
3164
|
+
if (PyMapping_GetOptionalItem(module_dict, name, &m) < 0) {
|
|
3165
|
+
return NULL;
|
|
3166
|
+
}
|
|
3167
|
+
if (m != NULL && PyModule_Check(m)) {
|
|
3168
|
+
return m;
|
|
3169
|
+
}
|
|
3170
|
+
Py_XDECREF(m);
|
|
3171
|
+
m = PyModule_NewObject(name);
|
|
3172
|
+
if (m == NULL)
|
|
3173
|
+
return NULL;
|
|
3174
|
+
if (PyDict_CheckExact(module_dict)) {
|
|
3175
|
+
PyObject *new_m;
|
|
3176
|
+
(void)PyDict_SetDefaultRef(module_dict, name, m, &new_m);
|
|
3177
|
+
Py_DECREF(m);
|
|
3178
|
+
return new_m;
|
|
3179
|
+
} else {
|
|
3180
|
+
// For non-dict sys-modules I don't think it's possible to reliably make thread-safe.
|
|
3181
|
+
if (PyObject_SetItem(module_dict, name, m) != 0) {
|
|
3182
|
+
Py_DECREF(m);
|
|
3183
|
+
return NULL;
|
|
3184
|
+
}
|
|
3185
|
+
return m;
|
|
3186
|
+
}
|
|
3187
|
+
}
|
|
3188
|
+
static PyObject *__Pyx_PyImport_AddModuleRef(const char *name) {
|
|
3189
|
+
PyObject *py_name = PyUnicode_FromString(name);
|
|
3190
|
+
if (!py_name) return NULL;
|
|
3191
|
+
PyObject *module = __Pyx_PyImport_AddModuleObjectRef(py_name);
|
|
3192
|
+
Py_DECREF(py_name);
|
|
3193
|
+
return module;
|
|
3194
|
+
}
|
|
3195
|
+
#elif __PYX_LIMITED_VERSION_HEX >= 0x030d0000
|
|
3196
|
+
#define __Pyx_PyImport_AddModuleRef(name) PyImport_AddModuleRef(name)
|
|
3197
|
+
#else
|
|
3198
|
+
static PyObject *__Pyx_PyImport_AddModuleRef(const char *name) {
|
|
3199
|
+
PyObject *module = PyImport_AddModule(name);
|
|
3200
|
+
Py_XINCREF(module);
|
|
3201
|
+
return module;
|
|
3202
|
+
}
|
|
3203
|
+
#endif
|
|
@@ -2244,7 +2244,7 @@ static CYTHON_INLINE PyObject* __Pyx_PyObject_FastCallDict(PyObject *func, PyObj
|
|
|
2244
2244
|
}
|
|
2245
2245
|
|
|
2246
2246
|
/////////////// PyObjectFastCallMethod.proto ///////////////
|
|
2247
|
-
//@requires PyObjectFastCall
|
|
2247
|
+
//@requires: PyObjectFastCall
|
|
2248
2248
|
|
|
2249
2249
|
#if CYTHON_VECTORCALL && PY_VERSION_HEX >= 0x03090000
|
|
2250
2250
|
#define __Pyx_PyObject_FastCallMethod(name, args, nargsf) PyObject_VectorcallMethod(name, args, nargsf, NULL)
|
|
@@ -3207,7 +3207,7 @@ static int __Pyx_PyDict_NextRef(PyObject *p, PyObject **ppos, PyObject **pkey, P
|
|
|
3207
3207
|
CYTHON_INLINE
|
|
3208
3208
|
static int __Pyx_PyDict_NextRef(PyObject *p, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue); /* proto */
|
|
3209
3209
|
#endif
|
|
3210
|
-
|
|
3210
|
+
|
|
3211
3211
|
|
|
3212
3212
|
//////////////////////// OwnedDictNext //////////////////////////////////////
|
|
3213
3213
|
//@requires: Builtins.c::py_dict_values
|
|
@@ -3251,7 +3251,7 @@ static int __Pyx_PyDict_NextRef(PyObject *p, PyObject **ppos, PyObject **pkey, P
|
|
|
3251
3251
|
bad:
|
|
3252
3252
|
Py_XDECREF(next);
|
|
3253
3253
|
// PyDict_Next can't fail, so neither can this
|
|
3254
|
-
#if !CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x030d0000
|
|
3254
|
+
#if !CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x030d0000
|
|
3255
3255
|
PyErr_FormatUnraisable("Exception ignored in __Pyx_PyDict_NextRef");
|
|
3256
3256
|
#else
|
|
3257
3257
|
PyErr_WriteUnraisable(PYIDENT("__Pyx_PyDict_NextRef"));
|
|
@@ -454,17 +454,8 @@ static CYTHON_INLINE int __Pyx_dict_iter_next(
|
|
|
454
454
|
#endif
|
|
455
455
|
if (unlikely(pos >= list_size)) return 0;
|
|
456
456
|
*ppos = pos + 1;
|
|
457
|
-
|
|
458
|
-
next_item = PyList_GetItemRef(iter_obj, pos);
|
|
457
|
+
next_item = __Pyx_PyList_GetItemRef(iter_obj, pos);
|
|
459
458
|
if (unlikely(!next_item)) return -1;
|
|
460
|
-
#elif CYTHON_ASSUME_SAFE_MACROS
|
|
461
|
-
next_item = PyList_GET_ITEM(iter_obj, pos);
|
|
462
|
-
Py_INCREF(next_item);
|
|
463
|
-
#else
|
|
464
|
-
next_item = PyList_GetItem(iter_obj, pos);
|
|
465
|
-
if (unlikely(!next_item)) return -1;
|
|
466
|
-
Py_INCREF(next_item);
|
|
467
|
-
#endif
|
|
468
459
|
} else
|
|
469
460
|
#endif
|
|
470
461
|
{
|