Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c7b919

Browse files
committed
Markup improvements for the embedding CPython doc patch from #1040439
1 parent 9cff427 commit 9c7b919

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/extending/embedding.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ it.
271271

272272
To find out the required compiler and linker flags, you can execute the
273273
:file:`python{X.Y}-config` script which is generated as part of the
274-
installation process (a generic :file:`python3-config` script is also
274+
installation process (a :file:`python3-config` script may also be
275275
available). This script has several options, of which the following will
276276
be directly useful to you:
277277

@@ -294,9 +294,10 @@ be directly useful to you:
294294
example.
295295

296296
If this procedure doesn't work for you (it is not guaranteed to work for
297-
all Unix-like platforms; however, we welcome bug reports at
298-
http://bugs.python.org), you will have to read your system's documentation
299-
about dynamic linking and/or examine Python's Makefile and compilation
297+
all Unix-like platforms; however, we welcome :ref:`bug reports <reporting-bugs>`)
298+
you will have to read your system's documentation about dynamic linking and/or
299+
examine Python's :file:`Makefile` (use :func:`sysconfig.get_makefile_filename`
300+
to find its location) and compilation
300301
options. In this case, the :mod:`sysconfig` module is a useful tool to
301302
programmatically extract the configuration values that you will want to
302303
combine together::

0 commit comments

Comments
 (0)