Re: [Python-Dev] Patch reviews

2016-09-04 Thread Nick Coghlan
On 4 September 2016 at 20:57, Christian Heimes wrote: > On 2016-09-01 23:15, Victor Stinner wrote: >> 2016-08-31 22:31 GMT+02:00 Christian Heimes : >>> https://bugs.python.org/issue27744 >>> Add AF_ALG (Linux Kernel crypto) to socket module >> >> This patch adds a new socket.sendmsg_afalg() method

Re: [Python-Dev] Patch reviews

2016-09-04 Thread Christian Heimes
On 2016-09-01 23:15, Victor Stinner wrote: > 2016-08-31 22:31 GMT+02:00 Christian Heimes : >> https://bugs.python.org/issue27744 >> Add AF_ALG (Linux Kernel crypto) to socket module > > This patch adds a new socket.sendmsg_afalg() method on Linux. > > "afalg" comes from AF_ALG which means "Addres

Re: [Python-Dev] Patch reviews

2016-09-01 Thread Victor Stinner
2016-08-31 22:31 GMT+02:00 Christian Heimes : > https://bugs.python.org/issue27744 > Add AF_ALG (Linux Kernel crypto) to socket module This patch adds a new socket.sendmsg_afalg() method on Linux. "afalg" comes from AF_ALG which means "Address Family Algorithm". It's documented as "af_alg: User-s

Re: [Python-Dev] Patch reviews

2016-09-01 Thread Christian Heimes
On 2016-08-31 22:31, Christian Heimes wrote: > Hi, > > I have 7 patches for 3.6 ready for merging. The new features were > discussed on Security-SIG and reviewed by Victor or GPS. The patches > just need one final review and an ACK. The first three patches should > land in 2.7, 3.4 and 3.5, too. >

Re: [Python-Dev] Patch reviews & request for patch review

2005-12-23 Thread Neal Norwitz
On 12/5/05, John J Lee <[EMAIL PROTECTED]> wrote: > > I'm hoping one of those nice people who offered 'review 5 get 1 free' > might look at a patch of mine. Oooh, ooh, do I count?!? (Well, you can drop the nice part. :-) > http://python.org/sf/1157027 Checked in to 2.5. > http://python.org/sf/