Re: [Python-Dev] libffi inclusion in python

2013-04-18 Thread Ronald Oussoren
On 18 apr. 2013, at 18:09, Ned Deily wrote: > In article > , > Benjamin Peterson wrote: >> 2013/4/18 Maciej Fijalkowski : >>> libffi has bugs sometimes (like this >>> http://bugs.python.org/issue17580). Now this is a thing that upstream >>> fixes really quickly, but tracking down issues on bugs

Re: [Python-Dev] libffi inclusion in python

2013-04-18 Thread Maciej Fijalkowski
On Thu, Apr 18, 2013 at 9:22 PM, Thomas Heller wrote: libffi has bugs sometimes (like this http://bugs.python.org/issue17580). Now this is a thing that upstream fixes really quickly, but tracking down issues on bugs.python.org is annoying (they never get commited as quickly as

Re: [Python-Dev] libffi inclusion in python

2013-04-18 Thread Thomas Heller
libffi has bugs sometimes (like this http://bugs.python.org/issue17580). Now this is a thing that upstream fixes really quickly, but tracking down issues on bugs.python.org is annoying (they never get commited as quickly as the upstream). is there a good reason why cpython has it's own copy of lib

Re: [Python-Dev] A decade as a core dev

2013-04-18 Thread Barry Warsaw
On Apr 18, 2013, at 07:34 PM, Antoine Pitrou wrote: >Normally you should break a buildbot as a celebration :) Or do a release and go on vacation. -Barry ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-de

Re: [Python-Dev] libffi inclusion in python

2013-04-18 Thread Maciej Fijalkowski
On Thu, Apr 18, 2013 at 2:47 PM, Benjamin Peterson wrote: > 2013/4/18 Maciej Fijalkowski : >> Hi >> >> libffi has bugs sometimes (like this >> http://bugs.python.org/issue17580). Now this is a thing that upstream >> fixes really quickly, but tracking down issues on bugs.python.org is >> annoying (

Re: [Python-Dev] A decade as a core dev

2013-04-18 Thread Brett Cannon
On Thu, Apr 18, 2013 at 2:21 PM, Todd V Rovito wrote: > On Apr 18, 2013, at 11:02 AM, Brett Cannon wrote: > >> Today marks my 10 year anniversary as a core developer on Python. I >> wrote a blog post to mark the occasion >> (http://sayspy.blogspot.ca/2013/04/a-decade-of-commits.html), but I >> wa

Re: [Python-Dev] A decade as a core dev

2013-04-18 Thread Todd V Rovito
On Apr 18, 2013, at 11:02 AM, Brett Cannon wrote: > Today marks my 10 year anniversary as a core developer on Python. I > wrote a blog post to mark the occasion > (http://sayspy.blogspot.ca/2013/04/a-decade-of-commits.html), but I > wanted to personally thank python-dev for the past decade (and >

Re: [Python-Dev] A decade as a core dev

2013-04-18 Thread Benjamin Peterson
2013/4/18 Antoine Pitrou : > On Thu, 18 Apr 2013 11:02:37 -0400 > Brett Cannon wrote: >> Today marks my 10 year anniversary as a core developer on Python. I >> wrote a blog post to mark the occasion >> (http://sayspy.blogspot.ca/2013/04/a-decade-of-commits.html), but I >> wanted to personally than

Re: [Python-Dev] A decade as a core dev

2013-04-18 Thread Antoine Pitrou
On Thu, 18 Apr 2013 11:02:37 -0400 Brett Cannon wrote: > Today marks my 10 year anniversary as a core developer on Python. I > wrote a blog post to mark the occasion > (http://sayspy.blogspot.ca/2013/04/a-decade-of-commits.html), but I > wanted to personally thank python-dev for the past decade (a

Re: [Python-Dev] A decade as a core dev

2013-04-18 Thread Andrew Svetlov
My congratulations! On Thu, Apr 18, 2013 at 8:01 PM, Brett Cannon wrote: > On Thu, Apr 18, 2013 at 12:17 PM, Guido van Rossum wrote: >> Congrats Brett! I'd say you have learned a lot more than programming >> during your time here!! > > Oh yes, such as how to put on a flame-retardant suit, the co

Re: [Python-Dev] A decade as a core dev

2013-04-18 Thread Brett Cannon
On Thu, Apr 18, 2013 at 12:17 PM, Guido van Rossum wrote: > Congrats Brett! I'd say you have learned a lot more than programming > during your time here!! Oh yes, such as how to put on a flame-retardant suit, the colours of the rainbow based on the bikesheds, and how I will never be able to prono

Re: [Python-Dev] A decade as a core dev

2013-04-18 Thread Guido van Rossum
Congrats Brett! I'd say you have learned a lot more than programming during your time here!! On Thu, Apr 18, 2013 at 8:02 AM, Brett Cannon wrote: > Today marks my 10 year anniversary as a core developer on Python. I > wrote a blog post to mark the occasion > (http://sayspy.blogspot.ca/2013/04/a-d

Re: [Python-Dev] libffi inclusion in python

2013-04-18 Thread Ned Deily
In article , Benjamin Peterson wrote: > 2013/4/18 Maciej Fijalkowski : > > libffi has bugs sometimes (like this > > http://bugs.python.org/issue17580). Now this is a thing that upstream > > fixes really quickly, but tracking down issues on bugs.python.org is > > annoying (they never get commited

[Python-Dev] A decade as a core dev

2013-04-18 Thread Brett Cannon
Today marks my 10 year anniversary as a core developer on Python. I wrote a blog post to mark the occasion (http://sayspy.blogspot.ca/2013/04/a-decade-of-commits.html), but I wanted to personally thank python-dev for the past decade (and whatever comes in the future). All of you taught me how to re

Re: [Python-Dev] libffi inclusion in python

2013-04-18 Thread Benjamin Peterson
2013/4/18 Maciej Fijalkowski : > Hi > > libffi has bugs sometimes (like this > http://bugs.python.org/issue17580). Now this is a thing that upstream > fixes really quickly, but tracking down issues on bugs.python.org is > annoying (they never get commited as quickly as the upstream). is > there a g

Re: [Python-Dev] libffi inclusion in python

2013-04-18 Thread Stefan Behnel
Maciej Fijalkowski, 18.04.2013 13:41: > PyPy gets along relying on the system library Depends on what systems you want to support, I guess. Stefan ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Uns

[Python-Dev] libffi inclusion in python

2013-04-18 Thread Maciej Fijalkowski
Hi libffi has bugs sometimes (like this http://bugs.python.org/issue17580). Now this is a thing that upstream fixes really quickly, but tracking down issues on bugs.python.org is annoying (they never get commited as quickly as the upstream). is there a good reason why cpython has it's own copy of