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 jdemeyer
Recipients Claudio.Freire, devurandom, erik.bray, fbissey, jdemeyer, miss-islington, pitrou, scoder, serhiy.storchaka, vstinner
Date 2018-11-05.08:28:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541406533.32.0.788709270274.issue25750@psf.upfronthosting.co.za>
In-reply-to
Content
> Is it necessary to use METH_FASTCALL?

In Python 3, the bug only occurs with METH_FASTCALL. The issue is a reference counting bug and the temporary tuple used for a METH_VARARGS method avoids the bug.
History
Date User Action Args
2018-11-05 08:28:53jdemeyersetrecipients: + jdemeyer, pitrou, scoder, vstinner, devurandom, fbissey, erik.bray, serhiy.storchaka, Claudio.Freire, miss-islington
2018-11-05 08:28:53jdemeyersetmessageid: <1541406533.32.0.788709270274.issue25750@psf.upfronthosting.co.za>
2018-11-05 08:28:53jdemeyerlinkissue25750 messages
2018-11-05 08:28:53jdemeyercreate