Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0dc9f commit 5c8e256Copy full SHA for 5c8e256
1 file changed
Misc/AIX-NOTES
@@ -113,7 +113,7 @@ that the "python.exp" file is an "import" file for the shared module.
113
A default python.exp file is provided with the distribution. It will be
114
overwritten (by the action of the makexp_aix script) if you build with shared
115
libraries. The python.exp file which comes with the distribution contains
116
-all extern symbols of a completely statically build python executable.
+all extern symbols of a completely statically built python executable.
117
Any python.exp file which is created from a build of python with some of the
118
modules linked as shared modules will obviously not list symbols from the now
119
dynamic modules. The distributed python.exp is provided so that, with
0 commit comments