Re: [Python-Dev] Source of truth for C-API

2019年1月27日 06:08:14 -0800

On 2019年1月24日 at 02:56, Victor Stinner <[email protected]> wrote:
>
> I suggest you to add a new function and leaves the existing function
> unchanged. "Just in case".
>
> You may deprecate the old functions at the same time using Py_DEPRECATED().
And potentially put an underscore in front of the new ones (or even
hide them behind Py_BUILD_CORE).
Some of these older APIs are only public because the modern
conventions we use for hiding implementation details weren't
established yet.
Cheers,
Nick.
-- 
Nick Coghlan | [email protected] | Brisbane, Australia
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to