Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f693810f694f8672ceb6fb86ca4201344ae4ae43
/
Modules
/
_weakref.c
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 16 years ago
90aa764
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
by Christian Heimes
· 17 years ago
217cfd1
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
by Christian Heimes
· 17 years ago
9f2e346
Merged revisions 56467-56482 via svnmerge from
by Martin v. Löwis
· 17 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
0a4dd39
Make weak references subclassable:
by Fred Drake
· 20 years ago
610291c
Fix ref(), proxy() docstrings, based on comments from David Abrahams.
by Fred Drake
· 22 years ago
fe51c6d
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
by Mark Hammond
· 22 years ago
14f8b4c
Patch #568124: Add doc string macros.
by Martin v. Löwis
· 22 years ago
0d429e8
Convert the ref() and proxy() implementations to use the new
by Fred Drake
· 23 years ago
f7f8cad
Adjust the _weakref module to use the public API for the weak reference
by Fred Drake
· 23 years ago
e83c00e
Use new GC API.
by Neil Schemenauer
· 23 years ago
7fdc0a1
Use METH_O where possible (two functions). This does not lead to real
by Fred Drake
· 23 years ago
9b03e59
Remove an obsolete comment and a "return" before fallig off the end of a
by Fred Drake
· 24 years ago
2a5a5ca
cleanup_helper(): Make sure we invalidate all reference objects
by Fred Drake
· 24 years ago
a5d7b74
Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev).
by Tim Peters
· 24 years ago
82f1480
Inform the cycle-detector that the a weakref object no longer needs to be
by Fred Drake
· 24 years ago
5e16333
Patch #403985: Add support for weak-keyed dictionaries
by Martin v. Löwis
· 24 years ago
32efcdb
cleanup_helper(): Added missing "void" type for the function, updated
by Fred Drake
· 24 years ago
b60654b
The return value from PyObject_ClearWeakRefs() is no longer meaningful,
by Fred Drake
· 24 years ago
7855aba
Move docstrings out of function table to constants defined near the
by Fred Drake
· 24 years ago
231e22f
Repair legit compiler warning.
by Tim Peters
· 24 years ago
747d5b6
Teach Windows build about the _weakref module.
by Tim Peters
· 24 years ago
41deb1e
PEP 205, Weak References -- initial checkin.
by Fred Drake
· 24 years ago