]> granicus.if.org Git - python/commit
Fix bug in interpretation of the "callback" argument in the constructors for
authorFred Drake <fdrake@acm.org>
Tue, 3 Feb 2004 19:52:56 +0000 (19:52 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 3 Feb 2004 19:52:56 +0000 (19:52 +0000)
commit6a2852cd48fbe4164c6a6eec95a086e8630dde45
treeba61adc4af5676baf95cfb43fc47a7863e40edc7
parent4458ece4d7661ff3c76aea044779b7d235774cbb
Fix bug in interpretation of the "callback" argument in the constructors for
weakref ref and proxy objects; None was not being treated as identical to
NULL, though it was documented as equivalent.
Objects/weakrefobject.c