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 Demur Rumed
Recipients Demur Rumed, serhiy.storchaka
Date 2016-06-21.13:05:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
(returning None wouldn't work because that may be the key, but something like returning the dict itself (ie an unhashable) or keeping this as a C API & returning NULL would work)
History
Date User Action Args
2016-06-21 13:05:39Demur Rumedsetrecipients: + Demur Rumed, serhiy.storchaka
2016-06-21 13:05:39Demur Rumedsetmessageid: <[email protected]>
2016-06-21 13:05:39Demur Rumedlinkissue27358 messages
2016-06-21 13:05:39Demur Rumedcreate