]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Deferred the attribute name object type checking to the underlying
authorMarc-André Lemburg <mal@egenix.com>
Mon, 18 Sep 2000 16:22:27 +0000 (16:22 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Mon, 18 Sep 2000 16:22:27 +0000 (16:22 +0000)
commit691270feee4fd2da19b36eca3bfac4b83ceb119a
tree76439a4de2a1638274a6c4283b3d5bf211a65d65
parent1675375a7c0c37265e36e36e9bb6a109373d8276
Deferred the attribute name object type checking to the underlying
PyObject_Set/GetAttr() calls.

This patch fixes bug #113829.
Python/bltinmodule.c