Teach Windows build about the _weakref module.

This commit is contained in:
Tim Peters 2001-02-02 00:07:07 +00:00
parent 2492a20579
commit 747d5b63db
3 changed files with 18 additions and 1 deletions

View file

@ -728,7 +728,7 @@ weakref_functions[] = {
};
void
DL_EXPORT(void)
init_weakref(void)
{
PyObject *m;