Oleg Iarygin <o...@arhadthedev.net> added the comment:
> ./top_5000/datatable-1.0.0.tar.gz: datatable-1.0.0/src/core/python/obj.cc: > _PySys_GetObjectId(&PyId_stdin) // borrowed ref All three occurences look like this [1] for two years (see git blame): #ifndef Py_LIMITED_API _PySys_GetObjectId(&PyId_stdin) // borrowed ref #else PySys_GetObject("stdin") // borrowed ref #endif So everything is fixed already. [1]: https://github.com/h2oai/datatable/search?q=_PySys_GetObjectId ---------- nosy: +arhadthedev _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46987> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com