Re: [Python-Dev] PEP 445 delegate

2013-06-23 Thread Victor Stinner
Hi, 2013/6/21 Antoine Pitrou : > I've been appointed PEP 445 delegate by Nick and Guido. I would like to > know if there are still pending changes to the PEP. If not, I expect to > give it a review in the coming days or weeks, and then make a final > pronouncement (which will probably be positive

Re: [Python-Dev] PEP 445 delegate

2013-06-21 Thread Victor Stinner
Hi, 2013/6/21 Antoine Pitrou : > I've been appointed PEP 445 delegate by Nick and Guido. I would like to > know if there are still pending changes to the PEP. Cool. Hum, there is maybe something. In my pytracemalloc project, I added another API to track usage of free lists: PyAPI_FUNC(int) _PyF

[Python-Dev] PEP 445 delegate

2013-06-21 Thread Antoine Pitrou
Hello, I've been appointed PEP 445 delegate by Nick and Guido. I would like to know if there are still pending changes to the PEP. If not, I expect to give it a review in the coming days or weeks, and then make a final pronouncement (which will probably be positive anyway). Regards Antoine. _