Lines Matching +full:binary +full:- +full:extensions
1 .. _extending-index:
16 introduction to the language, see :ref:`tutorial-index`. :ref:`reference-index`
17 gives a more formal definition of the language. :ref:`library-index` documents
18 the existing object types, functions and modules (both built-in and written in
22 :ref:`c-api-index`.
28 This guide only covers the basic tools for creating extensions provided
33 extensions for Python.
37 …`Python Packaging User Guide: Binary Extensions <https://packaging.python.org/guides/packaging-bin…
39 tools that simplify the creation of binary extensions, but also
44 Creating extensions without third party tools
47 This section of the guide covers creating C and C++ extensions without
50 C extensions.