Lines Matching +full:azure +full:- +full:pipelines

8 .. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchNam…
9 :alt: CPython build status on Azure DevOps
10 :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=main
12 .. image:: https://img.shields.io/badge/discourse-join_chat-brightgreen.svg
17 Copyright © 2001-2023 Python Software Foundation. All rights reserved.
24 -------------------
26 - Website: https://www.python.org
27 - Source code: https://github.com/python/cpython
28 - Issue tracker: https://github.com/python/cpython/issues
29 - Documentation: https://docs.python.org
30 - Developer's Guide: https://devguide.python.org/
33 -----------------------
41 ------------
49 ------------------
60 You can pass many options to the configure script; run ``./configure --help``
61 to find out more. On macOS case-insensitive file systems and on Cygwin,
65 additional third-party libraries, depending on your build platform and
68 `Install dependencies <https://devguide.python.org/getting-started/setup-building.html#build-depend…
84 ../configure --with-pydebug
88 (This will fail if you *also* built at the top-level directory. You should do
89 a ``make clean`` at the top-level first.)
91 To get an optimized build of Python, ``configure --enable-optimizations``
93 Profile Guided Optimization (PGO) and may be used to auto-enable Link Time
101 either via ``configure --enable-optimizations`` or by manually running
102 ``make profile-opt`` regardless of configure flags, the optimized build
110 binary resulting from this step is not good for real-life workloads as it has
126 Enabled via configure's ``--with-lto`` flag. LTO takes advantage of the
133 ----------
147 -------------
162 ---------------------------------
171 -------
173 To test the interpreter, type ``make test`` in the top-level directory. The
182 If any tests fail, you can re-run the failing test(s) in verbose mode. For
185 make test TESTOPTS="-v test_os test_gdb"
192 See `Running & Writing Tests <https://devguide.python.org/testing/run-write-tests.html>`_
196 ----------------------------
199 using the same installation prefix (``--prefix`` argument to the configure
203 version and can thus live side-by-side. ``make install`` also creates
215 ------------------------------
221 You can also follow development discussion on the `python-dev mailing list
222 <https://mail.python.org/mailman/listinfo/python-dev/>`_.
226 -------------------------
229 `comp.lang.python`_ or `python-ideas`_ mailing lists for initial feedback. A
234 .. _python-ideas: https://mail.python.org/mailman/listinfo/python-ideas/
235 .. _comp.lang.python: https://mail.python.org/mailman/listinfo/python-list
239 ----------------
245 ---------------------------------
248 Copyright © 2001-2023 Python Software Foundation. All rights reserved.
252 Copyright © 1995-2001 Corporation for National Research Initiatives. All
255 Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.