[Python-Dev] [Python-checkins] cpython: _PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII

Nick Coghlan ncoghlan at gmail.com
Mon May 9 17:04:21 CEST 2011


On Mon, May 9, 2011 at 11:00 PM, Jim Jewett <jimjjewett at gmail.com> wrote:
> Are you asserting that all foreign modules (or at least all handled by
> this) are in C, as opposed to C++ or even Java or Fortran?  (And the C
> won't change?)

The extension module that interfaces them to CPython will be written
in C, or something that can export a C-compatible library interface
(after reading in the Python C API headers).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list