Skip to content

Decoder with OrderedDict does not work. #119

Description

@spritetong

The following codes causes that subclasses of "class dict" (such as OrderedDict) do not work:

if (PyDict_Check(current.object))
// If it's a standard dictionary, this is +20% faster
rc = PyDict_SetItem(current.object, key, value);
else
rc = PyObject_SetItem(current.object, key, value);

Decoder.py.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions