Message 320952 - Python tracker (original) (raw)

Message320952

Author serhiy.storchaka
Recipients h.venev, josh.r, methane, serhiy.storchaka
Date 2018-07-03.09:45:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1530611124.09.0.56676864532.issue21011@psf.upfronthosting.co.za
In-reply-to
Content
We can't change this API because this would break virtually all user code. But we can introduce a macro like PY_SSIZE_T_CLEAN. If it is defined before including Python.h, PyArg_ParseTupleAndKeywords() will take an array of const strings. This will help for compatibility with C++.
History
Date User Action Args
2018-07-03 09:45:24 serhiy.storchaka set recipients: + serhiy.storchaka, methane, josh.r, h.venev
2018-07-03 09:45:24 serhiy.storchaka set messageid: 1530611124.09.0.56676864532.issue21011@psf.upfronthosting.co.za
2018-07-03 09:45:24 serhiy.storchaka link issue21011 messages
2018-07-03 09:45:24 serhiy.storchaka create