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 tkrasnukha
Recipients tkrasnukha
Date 2018-08-25.06:22:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535178135.11.0.56676864532.issue34495@psf.upfronthosting.co.za>
In-reply-to
Content
Since version 3.7 PyTuple_GET_SIZE performs assert(PyTuple_Check(args)); Due to this change, object_new and object_init cannot be called with args == nullptr.

Such behavior breaks existing user's code, particularly a code generated with Swig.
History
Date User Action Args
2018-08-25 06:22:15tkrasnukhasetrecipients: + tkrasnukha
2018-08-25 06:22:15tkrasnukhasetmessageid: <1535178135.11.0.56676864532.issue34495@psf.upfronthosting.co.za>
2018-08-25 06:22:14tkrasnukhalinkissue34495 messages
2018-08-25 06:22:14tkrasnukhacreate