[C++-sig] PyThreadState_Get: no current thread

2009-12-18 Thread Charles Solar
Its getting kind of late and my eyes are getting tired so I wanted to throw up this problem I am having and see if I can get some feedback on what might be going wrong here. I built boost::python into my app and exported a bunch of stuff. All is well when I just call functions and do not much at

Re: [C++-sig] Implementation of proper overload resolution

2009-12-18 Thread Gustavo Carneiro
Don't you think that when these overloading problems become an issue it is a sign of a poorly designed API? I mean, if overloaded functions parameters are not completely different in type or number, then maybe they are already too confusing to use and should not be overloaded in the first place?..

Re: [C++-sig] Implementation of proper overload resolution

2009-12-18 Thread Neal Becker
I am concerned that this doesn't introduce too much overhead for the common case where there is no ambiguity. I suppose this has been optimized? ___ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-s