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 vstinner
Recipients christian.heimes, gvanrossum, pacampbell, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2022-01-12.01:07:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641949678.95.0.191456685874.issue46303@roundup.psfhosted.org>
In-reply-to
Content
> Seems it would go back to depending on some type nonstandard python macro to translate between the two during build.

In the internal C API, there are less concerns about writing portable code. We expect users of this API to pay more attention to what they do and there is no backward compatibility warranty.

In the internal C API, it's acceptable to change the parameter type depending on the platform.
History
Date User Action Args
2022-01-12 01:07:59vstinnersetrecipients: + vstinner, gvanrossum, paul.moore, christian.heimes, tim.golden, zach.ware, steve.dower, pacampbell
2022-01-12 01:07:58vstinnersetmessageid: <1641949678.95.0.191456685874.issue46303@roundup.psfhosted.org>
2022-01-12 01:07:58vstinnerlinkissue46303 messages
2022-01-12 01:07:58vstinnercreate