Re: [Python-Dev] Help with a book

2015-11-28 Thread Ethan Furman
On 11/25/2015 12:31 PM, Jacob Zimmerman wrote: I appreciate any help anyone can give to assist in making this book as great as it can be. I'm a pretty good editor, and have used descriptors quite a bit. I'd be happy to help. -- ~Ethan~ ___

Re: [Python-Dev] crash bug in weakref_richcompare?

2015-11-28 Thread Ethan Furman
On 11/26/2015 06:06 PM, Luke Deller wrote: I have come across some dubious code in Objects/weakrefobject.c which looks like a bug to me, but wanted to run it past others. This was discovered from looking at crash dumps from a multithreaded python app (using Python 2.7.9, but the same weakref

Re: [Python-Dev] Can not pass configuration on mac os

2015-11-28 Thread Brett Cannon
The best to get help is the tutor mailing list: https://mail.python.org/mailman/listinfo/tutor . After that you can get help contributing by reading https://docs.python.org/devguide/ . On Sat, 28 Nov 2015, 18:53 maochongzhao <15834119...@163.com> wrote: > Hi, > > I am new here wishing to

[Python-Dev] Can not pass configuration on mac os

2015-11-28 Thread maochongzhao
Hi, I am new here wishing to contribute to python. I tried to go through the tutorial for seting up Cpython, while I cannot pass the configuration. My system is Mac OS and I have installed the command tool of Xcode and hg. But on terminal it said that no such file or directory when I type