mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Port to Python 2.5. Drop .DEF file. Change output file names to .pyd.
This commit is contained in:
parent
3c134a2046
commit
449be38305
3 changed files with 7 additions and 12 deletions
|
@ -13,7 +13,7 @@ static PyMethodDef example_methods[] = {
|
|||
{NULL, NULL}
|
||||
};
|
||||
|
||||
void
|
||||
PyMODINIT_FUNC
|
||||
initexample(void)
|
||||
{
|
||||
Py_InitModule("example", example_methods);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue