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 ideasman42
Recipients ideasman42
Date 2020-09-17.11:20:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600341648.1.0.73607836252.issue41802@roundup.psfhosted.org>
In-reply-to
Content
Edit:

When calling 'PyDict_DelItem' on a key that isn't in the dictionary, a 'KeyError' is raised. This is not documented.

From reading the current documentation, it only seems as if an error is raised if the key can't be hashed.
History
Date User Action Args
2020-09-17 11:20:48ideasman42setrecipients: + ideasman42
2020-09-17 11:20:48ideasman42setmessageid: <1600341648.1.0.73607836252.issue41802@roundup.psfhosted.org>
2020-09-17 11:20:48ideasman42linkissue41802 messages
2020-09-17 11:20:48ideasman42create