[Python-Dev] Re: Can we stop adding to the C API, please?

2020-06-04 Thread Barry Scott
> On 4 Jun 2020, at 16:34, Victor Stinner wrote: > > Le jeu. 4 juin 2020 à 00:14, Nathaniel Smith a écrit : >> On Wed, Jun 3, 2020 at 2:10 PM Victor Stinner wrote: >>> For the short term, my plan is to make structure opaque in the limited >>> C API, before breaking more stuff in the public C

[Python-Dev] Re: Can we stop adding to the C API, please?

2020-06-04 Thread Victor Stinner
Le jeu. 4 juin 2020 à 00:14, Nathaniel Smith a écrit : > On Wed, Jun 3, 2020 at 2:10 PM Victor Stinner wrote: > > For the short term, my plan is to make structure opaque in the limited > > C API, before breaking more stuff in the public C API :-) > > But you're also breaking the public C API: > h

[Python-Dev] Re: Can we stop adding to the C API, please?

2020-06-04 Thread Chris Jerdonek
On Wed, Jun 3, 2020 at 6:09 AM Mark Shannon wrote: > Also, can we remove all the new API functions added in 3.9 before the > release and it is too late? > I think it would be helpful to open an issue that lists the 40 new functions, so people could more easily review them before 3.9 is released.