1999-12-20 21:18:49 +00:00
|
|
|
|
|
|
|
/* This module provides the necessary stubs for when dynamic loading is
|
|
|
|
not present. */
|
|
|
|
|
|
|
|
#include "Python.h"
|
2023-10-04 22:50:29 +00:00
|
|
|
#include "pycore_importdl.h"
|
1999-12-20 21:18:49 +00:00
|
|
|
|
|
|
|
|
2012-05-04 15:20:40 -04:00
|
|
|
const char *_PyImport_DynLoadFiletab[] = {NULL};
|