Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gwenaël Samain
cython
Commits
fa39cc6b
Commit
fa39cc6b
authored
Sep 06, 2011
by
Yury V. Zaytsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a couple of typos in distutils docstrings
Signed-off-by:
Yury V. Zaytsev
<
yury@shurup.com
>
parent
47f9a727
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Cython/Distutils/extension.py
Cython/Distutils/extension.py
+4
-3
No files found.
Cython/Distutils/extension.py
View file @
fa39cc6b
"""Pyrex.Distutils.extension
"""Pyrex.Distutils.extension
Provides a modified Extension class, that understands ho
u
to describe
Provides a modified Extension class, that understands ho
w
to describe
Pyrex extension modules in setup scripts."""
Pyrex extension modules in setup scripts."""
__revision__
=
"$Id:$"
__revision__
=
"$Id:$"
import
os
,
sys
import
os
import
sys
from
types
import
*
from
types
import
*
import
distutils.extension
as
_Extension
import
distutils.extension
as
_Extension
...
@@ -23,7 +24,7 @@ class Extension(_Extension.Extension):
...
@@ -23,7 +24,7 @@ class Extension(_Extension.Extension):
dict of compiler directives
dict of compiler directives
pyrex_create_listing_file : boolean
pyrex_create_listing_file : boolean
write pyrex error messages to a listing (.lis) file.
write pyrex error messages to a listing (.lis) file.
pyrex_line_directives
s
: boolean
pyrex_line_directives : boolean
emit pyx line numbers for debugging/profiling
emit pyx line numbers for debugging/profiling
pyrex_cplus : boolean
pyrex_cplus : boolean
use the C++ compiler for compiling and linking.
use the C++ compiler for compiling and linking.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment