ยปCore Development>Code coverage>Python/dynload_stub.c

Python code coverage for Python/dynload_stub.c

#countcontent
1n/a
2n/a/* This module provides the necessary stubs for when dynamic loading is
3n/a not present. */
4n/a
5n/a#include "Python.h"
6n/a#include "importdl.h"
7n/a
8n/a
9n/aconst char *_PyImport_DynLoadFiletab[] = {NULL};