index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
modsupport.h
blob: db63eb5dc61dc4ef345b49729bf1b0384e1544bb (
plain
)
1
2
3
/* Module support interface */
extern
object
*
initmodule
PROTO
((
char
*,
struct
methodlist
*));