[Python-Dev] [Python-checkins] cpython: _PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Mon May 9 17:04:21 CEST 2011
- Previous message: [Python-Dev] [Python-checkins] cpython: _PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII
- Next message: [Python-Dev] Commit messages: please avoid temporal ambiguity
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] [Python-checkins] cpython: _PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII
- Next message: [Python-Dev] Commit messages: please avoid temporal ambiguity
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]