[Python-Dev] Source of truth for C-API
Nick Coghlan
ncoghlan at gmail.com
Sun Jan 27 09:04:47 EST 2019
More information about the Python-Dev mailing list
Sun Jan 27 09:04:47 EST 2019
- Previous message (by thread): [Python-Dev] Source of truth for C-API
- Next message (by thread): [Python-Dev] Add more SyntaxWarnings?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 24 Jan 2019 at 02:56, Victor Stinner <vstinner at 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 | ncoghlan at gmail.com | Brisbane, Australia
- Previous message (by thread): [Python-Dev] Source of truth for C-API
- Next message (by thread): [Python-Dev] Add more SyntaxWarnings?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list