repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version number to 2.4.2 to pick up the latest minor bug fixes.
[python/dscho.git]
/
Modules
/
python.c
blob
f9262e8a20a7ea50b9f21495abd3acad17aff8d4
1
/* Minimal main program -- everything is loaded from the library */
2
3
#include
"Python.h"
4
5
int
6
main
(
int
argc
,
char
**
argv
)
7
{
8
return
Py_Main
(
argc
,
argv
);
9
}