This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients
Date 2007-03-23.18:45:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Two flaws:
- what if kwdict is NULL? Shouldn't happen, but the old version raises an error in this case.
- if PyDict_Update fails, tmpdict is leaked.

Please ask on python-dev whether to include this feature.
History
Date User Action Args
2007-08-23 15:57:45adminlinkissue1686487 messages
2007-08-23 15:57:45admincreate