summaryrefslogtreecommitdiffstats
path: root/Modules/_weakref.c
Commit message (Collapse)AuthorAgeFilesLines
* Patch #403985: Add support for weak-keyed dictionariesMartin v. Löwis2001-02-271-2/+40
|
* cleanup_helper(): Added missing "void" type for the function, updatedFred Drake2001-02-261-6/+3
| | | | comments to reflect reality.
* The return value from PyObject_ClearWeakRefs() is no longer meaningful,Fred Drake2001-02-261-3/+3
| | | | so make it void.
* Move docstrings out of function table to constants defined near theFred Drake2001-02-181-11/+23
| | | | function implementations.
* Repair legit compiler warning.Tim Peters2001-02-021-1/+1
|
* Teach Windows build about the _weakref module.Tim Peters2001-02-021-1/+1
|
* PEP 205, Weak References -- initial checkin.Fred Drake2001-02-011-0/+757