Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ac9e17

Browse files
gh-134830: Fix reference inDoc/extending/windows.rst (GH-134831)
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
1 parentdf98a47 commit0ac9e17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎Doc/c-api/stable.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ It is generally intended for specialized, low-level tools like debuggers.
5151
Projects that use this API are expected to follow
5252
CPython development and spend extra effort adjusting to changes.
5353

54+
.. _stable-application-binary-interface:
5455

5556
Stable Application Binary Interface
5657
===================================

‎Doc/extending/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ When creating DLLs in Windows, you can use the CPython library in two ways:
121121
:file:`Python.h` triggers an implicit, configure-aware link with the
122122
library. The header file chooses:file:`pythonXY_d.lib` for Debug,
123123
:file:`pythonXY.lib` for Release, and:file:`pythonX.lib` for Release with
124-
the `Limited API<stable-application-binary-interface>`_ enabled.
124+
the:ref:`Limited API<stable-application-binary-interface>` enabled.
125125

126126
To build two DLLs, spam and ni (which uses C functions found in spam), you
127127
could use these commands::

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp