pytorch
abb215e2 - Fix dtype inference in sparse_csr_tensor_ctor (#58631)

Commit
3 years ago
Fix dtype inference in sparse_csr_tensor_ctor (#58631) Summary: `NULL` return from `PyObject_GetAttrString` should never get ignored without handling the exception, as behavior of subsequent Python C API calls are undefined until `PyErr_Fetch` or `PyErr_Clear` is called. This accidentally leads to `list` type being incorrectly identified as `Tensor` Fixes https://github.com/pytorch/pytorch/issues/58520 Pull Request resolved: https://github.com/pytorch/pytorch/pull/58631 Reviewed By: albanD Differential Revision: D28559454 Pulled By: malfet fbshipit-source-id: 46f044b5f0f94264779a6108474d04a8ba851c53
Author
Parents
Loading