]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make sets and deques weak referencable.
authorRaymond Hettinger <python@rcn.com>
Sun, 30 May 2004 07:26:47 +0000 (07:26 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 30 May 2004 07:26:47 +0000 (07:26 +0000)
commit691d80532b0a0204e92de35ecba1472d87af6e94
tree25297599e68d9c19c3ea51d145c9a12a60ebc190
parentd70ad8a9d9c8212af6d83d2d7d08d21760829b17
Make sets and deques weak referencable.
Include/setobject.h
Lib/test/test_deque.py
Lib/test/test_set.py
Modules/collectionsmodule.c
Objects/setobject.c