]> granicus.if.org Git - python/commit
Fix from SF #681367: inherit tp_as_buffer. This only applies to C
authorGuido van Rossum <guido@python.org>
Tue, 11 Feb 2003 20:39:59 +0000 (20:39 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Feb 2003 20:39:59 +0000 (20:39 +0000)
commiteea4718e814b8ec054557aa87d6c122305bf6f0b
tree9213634b65b978c106f773693578dd4c3211813b
parent6c7438e784a0537260ed9423079e3bb5d61be8c3
Fix from SF #681367: inherit tp_as_buffer.  This only applies to C
types -- Python types already inherited this.
Misc/NEWS
Objects/typeobject.c