| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -51,6 +51,7 @@ It is generally intended for specialized, low-level tools like debuggers. | |||
| 51 | 51 | Projects that use this API are expected to follow | |
| 52 | 52 | CPython development and spend extra effort adjusting to changes. | |
| 53 | 53 | ||
| 54 | + .. _stable-application-binary-interface: | ||
| 54 | 55 | ||
| 55 | 56 | Stable Application Binary Interface | |
| 56 | 57 | =================================== | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -121,7 +121,7 @@ When creating DLLs in Windows, you can use the CPython library in two ways: | |||
| 121 | 121 | :file:`Python.h` triggers an implicit, configure-aware link with the | |
| 122 | 122 | library. The header file chooses :file:`pythonXY_d.lib` for Debug, | |
| 123 | 123 | :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. | ||
| 125 | 125 | ||
| 126 | 126 | To build two DLLs, spam and ni (which uses C functions found in spam), you | |
| 127 | 127 | could use these commands:: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments