PyErr_Warn* missing
PyErr_WarnExplicit
is needed for pytorch
https://github.com/conda-forge/pytorch-cpu-feedstock/pull/50#issuecomment-884528731
The implementation of all the PyWarn*
functions calls out to the python-level warnings
module.
PyErr_WarnExplicit
is needed for pytorch
https://github.com/conda-forge/pytorch-cpu-feedstock/pull/50#issuecomment-884528731
The implementation of all the PyWarn*
functions calls out to the python-level warnings
module.