repo.or.cz
/
python.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a comment about unreachable code, and fix a typo
[python.git]
/
Python
/
dynload_stub.c
blob
69f8b450b3aecc4ef7e82bd2f6f488226b22c2d0
1
2
/* This module provides the necessary stubs for when dynamic loading is
3
not present. */
4
5
#include
"Python.h"
6
#include
"importdl.h"
7
8
9
const struct
filedescr _PyImport_DynLoadFiletab
[] = {
10
{
0
,
0
}
11
};