diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-27 05:07:41 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-27 05:07:41 +0000 |
commit | b054be41c0cc5315d53c665195fecd0e977c4ff3 (patch) | |
tree | 8d4834d246f8eb016be2724c5d669334444457b8 /Python/dynload_mac.c | |
parent | b0872fc8a6045e66df687d978be67d299cbc50e1 (diff) | |
download | cpython-git-b054be41c0cc5315d53c665195fecd0e977c4ff3.tar.gz |
vgetargskeywords:
+ Generally test nkeywords against 0 instead of keywords against NULL
(saves a little work if an empty keywords dict is passed, and is
conceptually more on-target regardless).
+ When a call erroneously specifies a keyword argument both by position
and by keyword name:
- It was easy to provoke this routine into an internal buffer overrun
by using a long argument name. Now uses PyErr_format instead (which
computes a safe buffer size).
- Improved the error msg.
Diffstat (limited to 'Python/dynload_mac.c')
0 files changed, 0 insertions, 0 deletions