Re: [Cython] Control flow graph

2011-02-14 Thread Stefan Behnel
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

Re: [Cython] Control flow graph

2011-02-14 Thread Robert Bradshaw
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

Re: [Cython] Control flow graph

2011-02-14 Thread Vitja Makarov
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 ;

Re: [Cython] Control flow graph

2011-02-14 Thread Greg Ewing
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.

Re: [Cython] yield...

2011-02-14 Thread Dan Stromberg
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

Re: [Cython] Bug in NULL handling introduced 0.14.1-1

2011-02-14 Thread Chris Colbert
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 >

Re: [Cython] Bug in NULL handling introduced 0.14.1-1

2011-02-14 Thread Chris Colbert
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

Re: [Cython] Control flow graph

2011-02-14 Thread Dag Sverre Seljebotn
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

Re: [Cython] Control flow graph

2011-02-14 Thread Stefan Behnel
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

Re: [Cython] Welcome to cython-devel@python.org

2011-02-14 Thread Stefan Behnel
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

Re: [Cython] Welcome to cython-devel@python.org

2011-02-14 Thread Berthold Hoellmann
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