Re: [Python-Dev] PEP 487 vs 422 (dynamic class decoration)

2015-04-01 Thread PJ Eby
On Wed, Apr 1, 2015 at 10:39 PM, Nick Coghlan wrote: > On 2 April 2015 at 07:35, PJ Eby wrote: >> I recently got an inquiry from some of my users about porting some of >> my libraries to Python 3 that make use of the Python 2 __metaclass__ >> facility. While checking up on the status of PEP 422

Re: [Python-Dev] PEP 487 vs 422 (dynamic class decoration)

2015-04-01 Thread Nick Coghlan
On 2 April 2015 at 07:35, PJ Eby wrote: > I recently got an inquiry from some of my users about porting some of > my libraries to Python 3 that make use of the Python 2 __metaclass__ > facility. While checking up on the status of PEP 422 today, I found > out about its recently proposed replacemen

[Python-Dev] PEP 487 vs 422 (dynamic class decoration)

2015-04-01 Thread PJ Eby
I recently got an inquiry from some of my users about porting some of my libraries to Python 3 that make use of the Python 2 __metaclass__ facility. While checking up on the status of PEP 422 today, I found out about its recently proposed replacement, PEP 487. While PEP 487 is a generally fine PE

Re: [Python-Dev] [Python-checkins] cpython: Check deques against common sequence tests (except for slicing).

2015-04-01 Thread Zachary Ware
On Wed, Apr 1, 2015 at 10:11 AM, raymond.hettinger wrote: > https://hg.python.org/cpython/rev/393189326adb > changeset: 95350:393189326adb > user:Raymond Hettinger > date:Wed Apr 01 08:11:09 2015 -0700 > summary: > Check deques against common sequence tests (except for slicing

[Python-Dev] AF_IUCV support for sockets

2015-04-01 Thread Neale Ferguson
Hi, I have opened an enhancement request (23830) with a suggested path that adds support for the AF_IUCV protocol family: IUCV is a hypervisor mediated communications method for z/VM guest virtual machines. Linux on z Systems (aka s390x) has supported this via the use of AF_IUCV sockets for many

Re: [Python-Dev] OpenBSD buildbot has many failures

2015-04-01 Thread Tim Golden
On 01/04/2015 13:13, Victor Stinner wrote: > Hi, > > 2015-04-01 12:47 GMT+02:00 Tim Golden : >> On the back of Victor's recent emails re buildbots, I've knocked >> something up which can be scheduled to email the status of some or all >> buildbots: >> >> https://github.com/tjguk/buildbotinfo >

Re: [Python-Dev] OpenBSD buildbot has many failures

2015-04-01 Thread Victor Stinner
Hi, 2015-04-01 12:47 GMT+02:00 Tim Golden : > On the back of Victor's recent emails re buildbots, I've knocked > something up which can be scheduled to email the status of some or all > buildbots: > > https://github.com/tjguk/buildbotinfo Are you aware of this previous project? https://code.goo

Re: [Python-Dev] OpenBSD buildbot has many failures

2015-04-01 Thread Tim Golden
On 01/04/2015 08:32, Victor Stinner wrote: > When I started to work on Python, I was surprised to not get emails from > buildbots. > > Currently, there is an IRC bot on #python-dev which notify when buildbot > color changes. Or sometiles I chceck the huge waterfall page. By the > way, it became di

Re: [Python-Dev] http.client: Determining Content-Length

2015-04-01 Thread Cory Benfield
On 31 March 2015 at 17:55, Demian Brecht wrote: > Hi all, > > I'm not sure whether this should be python-list or here, but given it's a > premature code review for http.client, I figured I'd post here first. > > I'm in the process of adding support for chunked transfer encoding to > http.client

Re: [Python-Dev] MemoryError and other bugs on AMD64 OpenIndiana 3.x

2015-04-01 Thread Victor Stinner
Hi, 2015-03-29 21:03 GMT+02:00 Jesus Cea : > I have contacted the machine manager and he has said to me that 16GB > were taken in the "/tmp" directory by buildbot user. He has deleted them > and everything should be fine now. Lets see. > > Anyway if buildbot is leaving garbage behind we should tak

Re: [Python-Dev] OpenBSD buildbot has many failures

2015-04-01 Thread Serhiy Storchaka
On 01.04.15 07:52, Davin Potts wrote: I am personally interested in seeing all tests pass on OpenBSD and am willing to put forth effort to help that be so. I would be happy to be added to any issues that get opened against OpenBSD. That said, I have concerns about the nature of when and how

Re: [Python-Dev] OpenBSD buildbot has many failures

2015-04-01 Thread Victor Stinner
Le mercredi 1 avril 2015, Davin Potts a écrit : > > I am personally interested in seeing all tests pass on OpenBSD and am > willing to put forth effort to help that be so. Great! > I would be happy to be added to any issues that get opened against > OpenBSD. You can do a search in bugs.pytho