Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
209ea39d31288c7446601c583bbb7ed55bb2a3d9
/
Modules
/
python.c
4643bd9
Apparently FreeBSD enables some HW floating-point exceptions by default.
by Tim Peters
· 22 years ago
fe51c6d
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
by Mark Hammond
· 22 years ago
bd4bc4e
Even more ANSIfication: fix as many function pointers and declarations as
by Thomas Wouters
· 24 years ago
faa209d6
- ANSI-fication (patch #100805 by Peter Schneider-Kamp)
by Fredrik Lundh
· 24 years ago
9c1201f
Py_Main() must be DL_EXPORT too.
by Guido van Rossum
· 26 years ago
be10c20
Now include Python.h
by Guido van Rossum
· 26 years ago
7c14103
Keep gcc -Wall happy
by Guido van Rossum
· 27 years ago
4c04be6
This is now the "real" main program -- it calls Py_Main(argc, argv)
by Guido van Rossum
· 27 years ago