Re: [Python-Dev] Getting Introduced with the Community and Looking forward to Contribute to the Project as part of Gsoc 2014

2014-02-09 Thread Brian Curtin
On Sun, Feb 9, 2014 at 10:34 AM, Nitika wrote: > I had got myself aware of the source to some extent and had forked on my > github account. The python source isn't forked in your github. A Github mirror of the Mercurial repository (hg.python.org) is available at https://github.com/python/cpython

[Python-Dev] Getting Introduced with the Community and Looking forward to Contribute to the Project as part of Gsoc 2014

2014-02-09 Thread Nitika
Hi, Firstly I, Nitika would like to introduce myself to the developers of this commmunity. I am currently pursuing Computer Science and Engineering at Netaji Subhash Institute of Technology INDIA. I have been following the discussions on the mailing list for past few months. I had got an indepth k

Re: [Python-Dev] The docstring hack for signature information has to go

2014-02-09 Thread Martin v. Löwis
Am 05.02.14 17:04, schrieb Georg Brandl: > Mostly unrelated question while seeing the "char *" here: do we (or do we > want to) support non-ASCII names for functions implemented in C? I didn't try, but I think it should work. methodobject.c:meth_get__name__ uses PyUnicode_FromString, which in turn