]> granicus.if.org Git - python/commit
Use METH_O where possible (two functions). This does not lead to real
authorFred Drake <fdrake@acm.org>
Thu, 16 Aug 2001 14:11:30 +0000 (14:11 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 16 Aug 2001 14:11:30 +0000 (14:11 +0000)
commit7fdc0a183578c1c90623c4b9d4965897103f9160
tree3d3183d257db48d47cd02d505158bc20f5fc0c05
parent1690409243aa369b998419d342468cb28a986b29
Use METH_O where possible (two functions).  This does not lead to real
performance changes since the affected functions are not expected to be
used frequently, but reduces the volume of code.
Modules/_weakref.c