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
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
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
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
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
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/
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