On 10/15/2013 02:59 PM, Antoine Pitrou wrote:
Le Tue, 15 Oct 2013 13:55:47 +0100,
Larry Hastings <la...@hastings.org> a écrit :
You can review the existing code here:
https://bitbucket.org/larry/python-clinic/
You didn't create it as a (Bitbucket) fork of CPython, and you didn't
put your changes in a separate branch, so this repo is a bit useless to
review the changes :-/
Thanks for at least trying! It is a fork of CPython, but yeah I didn't
use Bitbucket's UI to create it.
If you want to struggle through it by hand, read clinic.py (obviously),
and then search for the string "clinic" in these files:
Modules/_cursesmodule.c
Modules/_datetimemodule.c
Modules/_dbmmodule.c
Modules/posixmodule.c
Modules/unicodedata.c
Modules/_weakref.c
Modules/zlibmodule.c
Objects/dictobject.c
Objects/unicodeobject.c
Can you suggest how I could make it easier for you to review? I'd be
happy to make an issue for it, which I probably should do anyway (if
there isn't already one).
Is clinic.py automatically invoked by the build chain? (i.e. Makefile)
Not at the moment. I'm a neophyte when it comes to moderne
sophisticated Makefile munging. There's also a chicken-and-egg problem
there.
//arry/
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com