This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arhadthedev
Recipients arhadthedev, corona10, eric.snow, pitrou, vstinner
Date 2022-03-12.11:25:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647084309.53.0.115412027791.issue46987@roundup.psfhosted.org>
In-reply-to
Content
> ./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
History
Date User Action Args
2022-03-12 11:25:09arhadthedevsetrecipients: + arhadthedev, pitrou, vstinner, eric.snow, corona10
2022-03-12 11:25:09arhadthedevsetmessageid: <1647084309.53.0.115412027791.issue46987@roundup.psfhosted.org>
2022-03-12 11:25:09arhadthedevlinkissue46987 messages
2022-03-12 11:25:09arhadthedevcreate