STINNER Victor <vstin...@python.org> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46303>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to