On Thu, 24 Jan 2019 at 02:56, Victor Stinner <vstin...@redhat.com> 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   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
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