[issue46987] Remove _PySys_GetObjectId / _PySys_GetObjectId

Dong-hee Na report at bugs.python.org
Fri Mar 11 10:32:23 EST 2022


Dong-hee Na <donghee.na at python.org> 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
./top_5000/datatable-1.0.0.tar.gz: datatable-1.0.0/src/core/python/obj.cc: _PySys_GetObjectId(&PyId_stdout)  // borrowed ref
./top_5000/datatable-1.0.0.tar.gz: datatable-1.0.0/src/core/python/obj.cc: _PySys_GetObjectId(&PyId_stderr)  // borrowed ref
./top_5000/pickle5-0.0.12.tar.gz: pickle5-0.0.12/pickle5/_pickle.c: modules = _PySys_GetObjectId(&PyId_modules);

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46987>
_______________________________________


More information about the Python-bugs-list mailing list