Commit 3c115835 authored by Éric Araujo's avatar Éric Araujo

Fix typo (was build) and remove redundancy in docstring

parent 8cd40357
...@@ -175,10 +175,9 @@ def _get_xxmodule_path(): ...@@ -175,10 +175,9 @@ def _get_xxmodule_path():
def fixup_build_ext(cmd): def fixup_build_ext(cmd):
"""Function needed to make build_ext tests pass. """Function needed to make build_ext tests pass.
When Python was build with --enable-shared on Unix, -L. is not good When Python was built with --enable-shared on Unix, -L. is not enough to
enough to find the libpython<blah>.so. This is because regrtest runs find libpython<blah>.so, because regrtest runs in a tempdir, not in the
it under a tempdir, not in the top level where the .so lives. By the source directory where the .so lives.
time we've gotten here, Python's already been chdir'd to the tempdir.
When Python was built with in debug mode on Windows, build_ext commands When Python was built with in debug mode on Windows, build_ext commands
need their debug attribute set, and it is not done automatically for need their debug attribute set, and it is not done automatically for
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment