:py:mod:`httpstan.build_ext` ============================ .. py:module:: httpstan.build_ext .. autoapi-nested-parse:: Lightly modified build_ext which captures stderr. The customization of build_ext here is non-standard and confusing. It does, however, work. isort:skip_file Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: httpstan.build_ext.run_build_ext .. py:function:: run_build_ext(extensions: List[setuptools.Extension], build_lib: str) -> str Configure and call `build_ext.run()`, capturing stderr. Compiled extension module will be placed in `build_lib`. All messages sent to stderr will be saved and returned. These messages are typically messages from the compiler or linker.