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 malin
Recipients malin
Date 2022-01-04.11:44:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641296675.58.0.463475399149.issue46255@roundup.psfhosted.org>
In-reply-to
Content
These methods are METH_NOARGS, in all cases the second parameter will be NULL.

    {"_checkClosed",   _PyIOBase_check_closed, METH_NOARGS},
    {"_checkSeekable", _PyIOBase_check_seekable, METH_NOARGS},
    {"_checkReadable", _PyIOBase_check_readable, METH_NOARGS},
    {"_checkWritable", _PyIOBase_check_writable, METH_NOARGS},
History
Date User Action Args
2022-01-04 11:44:35malinsetrecipients: + malin
2022-01-04 11:44:35malinsetmessageid: <1641296675.58.0.463475399149.issue46255@roundup.psfhosted.org>
2022-01-04 11:44:35malinlinkissue46255 messages
2022-01-04 11:44:35malincreate