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
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
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
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
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
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
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
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
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