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 5ca314f commit d80688cCopy full SHA for d80688c
doc/source/development/index.rst
@@ -17,7 +17,7 @@ Development
17
maintaining
18
internals
19
test_writing
20
- debugging_extensions
+ debugging_extensions
21
extending
22
developer
23
policies
setup.py
@@ -425,7 +425,6 @@ def run(self):
425
extra_compile_args.append("-g")
426
extra_compile_args.append("-UNDEBUG")
427
extra_compile_args.append("-O0")
428
->>>>>>> upstream/master
429
430
# Build for at least macOS 10.9 when compiling on a 10.9 system or above,
431
# overriding CPython distuitls behaviour which is to target the version that
0 commit comments