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 ronaldoussoren
Recipients lawrence-danna-apple, lazymio, ned.deily, ronaldoussoren
Date 2021-01-12.09:00:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610442010.7.0.0974140013118.issue42880@roundup.psfhosted.org>
In-reply-to
Content
AFAIK you should specify the types of the fixed arguments for variadic functions. The ABI for the M1 has a different calling convention of the variadic arguments, the ctypes implementation counts how many variadic arguments there are based on the specified number of fixed arguments.
History
Date User Action Args
2021-01-12 09:00:10ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, lawrence-danna-apple, lazymio
2021-01-12 09:00:10ronaldoussorensetmessageid: <1610442010.7.0.0974140013118.issue42880@roundup.psfhosted.org>
2021-01-12 09:00:10ronaldoussorenlinkissue42880 messages
2021-01-12 09:00:10ronaldoussorencreate