setup::custom_build_ext Class Reference
List of all members.
Detailed Description
Allow C extension building to fail.
The C extension speeds up BSON encoding, but is not essential.
Definition at line 90 of file setup.py.
Member Function Documentation
def setup::custom_build_ext::build_extension |
( |
|
self, |
|
|
|
ext | |
|
) |
| | |
def setup::custom_build_ext::run |
( |
|
self |
) |
|
Member Data Documentation
Initial value:"""
**************************************************************
WARNING: %s could not
be compiled. No C extensions are essential for PyMongo to run,
although they do result in significant speed improvements.
%s
**************************************************************
"""
Definition at line 96 of file setup.py.
The documentation for this class was generated from the following file: