The "ExternalCompilationInfo" class is a component of the "cbuild" module in the "rpython.translator.tool" package of Python. It provides information about external C compilation settings, such as include directories, library directories, and compiler flags, needed to compile and link C code with the Python interpreter. This information is used by the RPython translator to generate efficient C code from the Python source code.
Python ExternalCompilationInfo - 52 examples found. These are the top rated real world Python examples of rpython.translator.tool.cbuild.ExternalCompilationInfo extracted from open source projects. You can rate examples to help us improve the quality of examples.