]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570)
authorDavid H <dhdavvie@gmail.com>
Thu, 17 Jan 2019 12:16:51 +0000 (13:16 +0100)
committerVictor Stinner <vstinner@redhat.com>
Thu, 17 Jan 2019 12:16:51 +0000 (13:16 +0100)
commitf1d8e7cf17a010d2657822e06a41b30c9542a8c7
tree13df0aa117053b710a04945c59e978de524e802f
parent89669ffe10a9db6343f6ee42239e412c8ad96bde
bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570)

Added test for weakreferencing a uuid.UUID object.
Lib/test/test_uuid.py
Lib/uuid.py