mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
Add DL_IMPORT(returntype) for all officially exported functions.
This commit is contained in:
parent
b241b67b89
commit
43466ec7b0
44 changed files with 401 additions and 398 deletions
|
@ -106,7 +106,7 @@ static struct PycStringIO_CAPI {
|
|||
#define PycStringIO_OutputCheck(O) \
|
||||
((O)->ob_type==PycStringIO->OutputType)
|
||||
|
||||
static void *
|
||||
static DL_IMPORT(void *)
|
||||
xxxPyCObject_Import(module_name, name)
|
||||
char *module_name;
|
||||
char *name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue