Stefan Behnel writes:
> Hi everyone,
>
> welcome to the new mailing list at python.org that replaces the original
> list cython-...@codespeak.net.
Will this list also be made avaliable via gmane as newsgroup
"gmane.comp.python.cython.devel"?
Kind regards
Berthold Höllmann
--
Germanischer Llo
Berthold Hoellmann, 14.02.2011 09:08:
Stefan Behnel writes:
welcome to the new mailing list at python.org that replaces the original
list cython-...@codespeak.net.
Will this list also be made avaliable via gmane as newsgroup
"gmane.comp.python.cython.devel"?
I've already requested an address
Vitja Makarov, 14.02.2011 08:40:
In order to implement "reaching definitions" algorithm.
I'm now working on control-flow (or data-flow) graph.
Cool. Another good topic for the workshop. I've added it to the list on the
wiki page. Note that it's related to the NameNode graph, but not completely
On 02/14/2011 08:40 AM, Vitja Makarov wrote:
Hi!
In order to implement "reaching definitions" algorithm.
I'm now working on control-flow (or data-flow) graph.
Here is funny picture made with graphviz ;)
http://piccy.info/view3/1099337/ca29d7054d09bd0503cefa25f5f49420/1200/
Cool! This wi
On Mon, Feb 14, 2011 at 1:50 AM, Greg Ewing wrote:
> Chris Colbert wrote:
>
>> changing the include definition to:
>>
>> cdef extern from "Python.h":
>> int PyObject_GenericSetAttr(PyObject*, PyObject*, PyObject*) except -1
>>
>
> This suggests another possible workaround:
>
>
> cdef extern f
On Mon, Feb 14, 2011 at 1:49 AM, Greg Ewing wrote:
> Chris Colbert wrote:
>
>> The problem with delattr (and thus PyObject_DelAttr) arises when you
>> define a __delattr__ method on your class. There is not easy way to then
>> call back into the "normal" python delattr semantics, except by doing
>
On Sun, Feb 13, 2011 at 9:55 PM, Vitja Makarov wrote:
> 2011/2/14 Dan Stromberg :
> >
> > On Sun, Feb 13, 2011 at 5:17 PM, Dan Stromberg
> wrote:
> >>
> >> On Sun, Feb 6, 2011 at 3:38 AM, Vitja Makarov
> >> wrote:
> >>>
> >>> 2011/2/6 Dan Stromberg :
> >>> >
> >>> > On Sat, Feb 5, 2011 at 3:10 P
Vitja Makarov wrote:
Here is funny picture made with graphviz ;)
http://piccy.info/view3/1099337/ca29d7054d09bd0503cefa25f5f49420/1200/
Gives the term "spaghetti code" a whole new meaning!
--
Greg
___
cython-devel mailing list
cython-devel@python.
2011/2/15 Vitja Makarov :
> 2011/2/15 Robert Bradshaw :
>> On Sun, Feb 13, 2011 at 11:40 PM, Vitja Makarov
>> wrote:
>>> Hi!
>>>
>>> In order to implement "reaching definitions" algorithm.
>>> I'm now working on control-flow (or data-flow) graph.
>>>
>>> Here is funny picture made with graphviz ;
On Mon, Feb 14, 2011 at 9:49 PM, Vitja Makarov wrote:
> 2011/2/15 Robert Bradshaw :
>> On Sun, Feb 13, 2011 at 11:40 PM, Vitja Makarov
>> wrote:
>>> Hi!
>>>
>>> In order to implement "reaching definitions" algorithm.
>>> I'm now working on control-flow (or data-flow) graph.
>>>
>>> Here is funny
Robert Bradshaw, 15.02.2011 08:21:
On Mon, Feb 14, 2011 at 9:49 PM, Vitja Makarov wrote:
2011/2/15 Robert Bradshaw:
On Sun, Feb 13, 2011 at 11:40 PM, Vitja Makarov wrote:
Hi!
In order to implement "reaching definitions" algorithm.
I'm now working on control-flow (or data-flow) graph.
Here is
11 matches
Mail list logo