Skip to content

JSON construct datetime64 views, not copies #1452

Closed
@wesm

Description

@wesm

cf C code

dtype = PyArray_DescrFromType(NPY_INT64); new_obj = PyArray_View(obj, dtype, NULL); Py_DECREF(dtype); if (new_obj == NULL) { ... }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions