Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3480917

Browse files
committed
Complete the list of weakreferencable objects.
1 parent 6c7a00f commit 3480917

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/lib/libweakref.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ \section{\module{weakref} ---
4949
Not all objects can be weakly referenced; those objects which can
5050
include class instances, functions written in Python (but not in C),
5151
methods (both bound and unbound), sets, frozensets, file objects,
52+
generators, type objects, DBcursor objects from the \module{bsddb} module,
5253
sockets, arrays, deques, and regular expression pattern objects.
5354
\versionchanged[Added support for files, sockets, arrays, and patterns]{2.4}
5455

0 commit comments

Comments
 (0)