Re: [Python-ideas] Meta-PEP about built-in functions

2018-05-23 Thread Nick Coghlan
On 23 May 2018 at 07:28, Jeroen Demeyer wrote: > Hello, > > Both PEP 573 and PEP 575 deal with built-in functions. Additionally, some > people (Stefan Behnel, Robert Bradshaw, Jim Pivarski and me) are currently > brainstorming about a yet-to-be-written PEP to allow calling the underlying > C func

Re: [Python-ideas] Meta-PEP about built-in functions

2018-05-22 Thread Guido van Rossum
This sounds fine to me. For type hint s we did a similar thing with PEPs 482, 483 and 484. You probably want to make everyone involved a co-author. On Tue, May 22, 2018, 14:29 Jeroen Demeyer wrote: > Hello, > > Both PEP 573 and PEP 575 deal with built-in functions. Additionally, > some people (S

[Python-ideas] Meta-PEP about built-in functions

2018-05-22 Thread Jeroen Demeyer
Hello, Both PEP 573 and PEP 575 deal with built-in functions. Additionally, some people (Stefan Behnel, Robert Bradshaw, Jim Pivarski and me) are currently brainstorming about a yet-to-be-written PEP to allow calling the underlying C function of a built-in function using native types (for exa