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 serhiy.storchaka
Recipients drewbenn, serhiy.storchaka
Date 2021-03-02.11:18:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614683921.82.0.457261154965.issue43363@roundup.psfhosted.org>
In-reply-to
Content
The code looks correct to me. Note that the stack variable has type PyObject**, so stack + pto_nargs is equal to (PyObject**)((char *)stack + pto_nargs*sizeof(PyObject*)).

Did I missed something?
History
Date User Action Args
2021-03-02 11:18:41serhiy.storchakasetrecipients: + serhiy.storchaka, drewbenn
2021-03-02 11:18:41serhiy.storchakasetmessageid: <1614683921.82.0.457261154965.issue43363@roundup.psfhosted.org>
2021-03-02 11:18:41serhiy.storchakalinkissue43363 messages
2021-03-02 11:18:41serhiy.storchakacreate