Re: [Python-Dev] #include "Python.h"

2012-01-29 Thread Eli Bendersky
On Sun, Jan 29, 2012 at 17:34, Andrea Crotti wrote: > I have a newbie question about CPython. > Looking at the C code I noted that for example in tupleobject.c there is > only one include > #include "Python.h" > > Python.h actually includes everything as far as I can I see so: > - it's very hard w

Re: [Python-Dev] #include "Python.h"

2012-01-29 Thread Andrea Crotti
On 01/29/2012 06:34 PM, Paul Moore wrote: On 29 January 2012 18:10, C. Titus Brown wrote: python-dev isn't that inappropriate, IMO, but probably the best place to go with this discussion is python-ideas. Could you repost over there? I agree that python-dev isn't particularly appropriate, pyth

Re: [Python-Dev] #include "Python.h"

2012-01-29 Thread Paul Moore
On 29 January 2012 18:10, C. Titus Brown wrote: > python-dev isn't that inappropriate, IMO, but probably the best place to > go with this discussion is python-ideas.  Could you repost over there? I agree that python-dev isn't particularly appropriate, python-list is probably your best bet. The py

Re: [Python-Dev] #include "Python.h"

2012-01-29 Thread C. Titus Brown
On Sun, Jan 29, 2012 at 05:59:51PM +, Andrea Crotti wrote: > On 01/29/2012 05:22 PM, Oleg Broytman wrote: >> Hello. >> >> We are sorry but we cannot help you. This mailing list is to work on >> developing Python (adding new features to Python itself and fixing bugs); >> if you're having pro

Re: [Python-Dev] #include "Python.h"

2012-01-29 Thread Andrea Crotti
On 01/29/2012 05:22 PM, Oleg Broytman wrote: Hello. We are sorry but we cannot help you. This mailing list is to work on developing Python (adding new features to Python itself and fixing bugs); if you're having problems learning, understanding or using Python, please find another forum. Pro

Re: [Python-Dev] #include "Python.h"

2012-01-29 Thread Oleg Broytman
Hello. We are sorry but we cannot help you. This mailing list is to work on developing Python (adding new features to Python itself and fixing bugs); if you're having problems learning, understanding or using Python, please find another forum. Probably python-list/comp.lang.python mailing list/

[Python-Dev] #include "Python.h"

2012-01-29 Thread Andrea Crotti
I have a newbie question about CPython. Looking at the C code I noted that for example in tupleobject.c there is only one include #include "Python.h" Python.h actually includes everything as far as I can I see so: - it's very hard with a not-enough smart editor to find out where the not-locally