]> granicus.if.org Git - python/commit
Issue #22116: C functions and methods (of the 'builtin_function_or_method' type)...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 6 Aug 2014 23:31:40 +0000 (19:31 -0400)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 6 Aug 2014 23:31:40 +0000 (19:31 -0400)
commitb349e4c929131eb708ff3db569077f0c851338e9
tree3d5b5e89bcc0f2c55587459d3bc91ee34a94d74b
parentf3440c6881a0fdb24ea30f971ebc0fd091bc7ffb
Issue #22116: C functions and methods (of the 'builtin_function_or_method' type) can now be weakref'ed.  Patch by Wei Wu.
Include/methodobject.h
Lib/test/test_sys.py
Lib/test/test_weakref.py
Misc/ACKS
Misc/NEWS
Modules/_testcapimodule.c
Objects/methodobject.c