commit | 5ba0cbe39221ff8985ce5a4702a3b01a17ae3248 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Aug 06 18:31:24 2005 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Aug 06 18:31:24 2005 +0000 |
tree | 1902f3101c306803111ccca197534fcab4bd7a71 | |
parent | fe889f3c628797e5d4eb5e8cf26a783ed504a251 [diff] |
* set_new() doesn't need to zero the structure a second time after tp_alloc has already done the job. * Use a macro form of PyErr_Occurred() inside the set_lookkey() function.