Re: [Python-Dev] Interested in serving on Steering Council

2019-01-09 Thread Chris Jerdonek
Just to close (or continue) the loop on this thread, I just nominated David for the steering council: https://discuss.python.org/t/steering-council-nomination-david-mertz/647 Thanks for stepping forward with your interest and willingness to serve, David! --Chris On Fri, Jan 4, 2019 at 12:37 PM A

Re: [Python-Dev] VxWorks and cpython?

2019-01-09 Thread Victor Stinner
Le mer. 9 janv. 2019 à 18:16, Christian Heimes a écrit : > It's a PEP. The process and expectations for platform are explained in > PEP 11, https://www.python.org/dev/peps/pep-0011/ I also wrote some information in my website: https://pythondev.readthedocs.io/platforms.html > If possible it woul

[Python-Dev] FW: VxWorks and cpython?

2019-01-09 Thread Kuhl, Brian
From: Guido van Rossum [mailto:gu...@python.org] Sent: Wednesday, January 09, 2019 11:52 AM To: Kuhl, Brian Cc: python-dev@python.org Subject: Re: [Python-Dev] VxWorks and cpython? Hi Brian, I am glad that this is happening! I don't think you need a PEP to motivate your request -- however you ne

Re: [Python-Dev] AMD64 Windows8.1 Refleaks 3.x buildbot is back to green!

2019-01-09 Thread Andrew Svetlov
That's great! I would add that many Windows Proactor bugs were found after implementing sendfile support. If sendfile is not available for some reason asyncio uses a fallback to send a file content chunk-by-chunk reading it in memory. The fallback code was easy and straightforward, it worked just

Re: [Python-Dev] AMD64 Windows8.1 Refleaks 3.x buildbot is back to green!

2019-01-09 Thread Brett Cannon
Thanks for tracking that down! Been bugging me as well and the one time I tried to figure it out I got no where, so kudos for sticking with it! On Wed, 9 Jan 2019 at 09:13, Victor Stinner wrote: > Hi, > > The "AMD64 Windows 8.1 Refleaks 3.x" buildbot (which hunts reference > leaks and memory lea

Re: [Python-Dev] VxWorks and cpython?

2019-01-09 Thread Christian Heimes
On 09/01/2019 17.52, Guido van Rossum wrote: > Hi Brian, > > I am glad that this is happening! > > I don't think you need a PEP to motivate your request -- however you > need to submit the upstream patches, work with the CPython buildbot > managers (Victor?) to connect your buildbots, and work wi

[Python-Dev] AMD64 Windows8.1 Refleaks 3.x buildbot is back to green!

2019-01-09 Thread Victor Stinner
Hi, The "AMD64 Windows 8.1 Refleaks 3.x" buildbot (which hunts reference leaks and memory leaks) was failing on test_asyncio for 1 year: https://bugs.python.org/issue32710 It was a leak of a single reference: test_aiosend leaked [1, 1, 1] references, sum=3 I tried multiple times since la

Re: [Python-Dev] VxWorks and cpython?

2019-01-09 Thread Guido van Rossum
Hi Brian, I am glad that this is happening! I don't think you need a PEP to motivate your request -- however you need to submit the upstream patches, work with the CPython buildbot managers (Victor?) to connect your buildbots, and work with reviewers (Serhiy?) to get your patches integrated in CP

[Python-Dev] VxWorks and cpython?

2019-01-09 Thread Kuhl, Brian
Hi Python Developers, I'm Brian Kuhl, I've spent about 28 years working with embedded software. Since 2000 I've worked for Wind River. I'm currently a manager of documentation and customer training in our Ottawa, Canada office. Throughout my career I've had an interest in the use of open source