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 Oren Milman
Recipients Oren Milman, rhettinger, serhiy.storchaka, vstinner
Date 2017-08-21.08:38:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503304692.9.0.620153860883.issue28261@psf.upfronthosting.co.za>
In-reply-to
Content
it seems that I have missed some places which are part of this issue, at least
in Modules/_io/textio.c (one of them is mentioned in #31243).

also, when fixing these, we should also add a check before the call to
PyArg_ParseTuple (in case such check doesn't already exist), to verify the
object is indeed a tuple.
History
Date User Action Args
2017-08-21 08:38:12Oren Milmansetrecipients: + Oren Milman, rhettinger, vstinner, serhiy.storchaka
2017-08-21 08:38:12Oren Milmansetmessageid: <1503304692.9.0.620153860883.issue28261@psf.upfronthosting.co.za>
2017-08-21 08:38:12Oren Milmanlinkissue28261 messages
2017-08-21 08:38:12Oren Milmancreate