diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-06-22 10:49:59 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-06-22 10:49:59 (GMT) |
commit | 466bfff9fb59961245848587d9f7aa62684e2e12 (patch) | |
tree | cf999afdd1c3c92e01bda232e08b0a8e86476815 /Doc/c-api/stable.rst | |
parent | c06917bf121f9b968e198b830145c5143128c8f2 (diff) | |
download | cpython-466bfff9fb59961245848587d9f7aa62684e2e12.zip cpython-466bfff9fb59961245848587d9f7aa62684e2e12.tar.gz cpython-466bfff9fb59961245848587d9f7aa62684e2e12.tar.bz2 |
Whitespace normalization
Diffstat (limited to 'Doc/c-api/stable.rst')
-rw-r--r-- | Doc/c-api/stable.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/c-api/stable.rst b/Doc/c-api/stable.rst index d95536c..2688c1c 100644 --- a/Doc/c-api/stable.rst +++ b/Doc/c-api/stable.rst @@ -15,8 +15,8 @@ Unfortunately, the API compatibility does not extend to binary compatibility (the ABI). The reason is primarily the evolution of struct definitions, where addition of a new field, or changing the type of a field, might not break the API, but can break the ABI. -As a consequence, extension modules need to be recompiled for -every Python release (although an exception is possible on Unix +As a consequence, extension modules need to be recompiled for +every Python release (although an exception is possible on Unix when none of the affected interfaces are used). In addition, on Windows, extension modules link with a specific pythonXY.dll and need to be recompiled to link with a newer one. |