]> granicus.if.org Git - python/commit
Add weakref support to array.array and file objects.
authorRaymond Hettinger <python@rcn.com>
Mon, 31 May 2004 00:35:52 +0000 (00:35 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 31 May 2004 00:35:52 +0000 (00:35 +0000)
commitcb87bc8e7ee3a2ffd83dd1b12fcfa1c01aa740aa
treef9e95a569fd2b935cccbdd0a2ba2ea88d8348276
parent691d80532b0a0204e92de35ecba1472d87af6e94
Add weakref support to array.array and file objects.
Include/fileobject.h
Lib/test/test_array.py
Lib/test/test_file.py
Modules/arraymodule.c
Objects/fileobject.c