Re: Metaclass mystery

2009-06-01 Thread LittleGrasshopper
On Jun 1, 11:11 am, Michele Simionato wrote: > On Jun 1, 7:18 pm, LittleGrasshopper wrote: > > > I have to thank you for all the invaluable materials you have provided > > to the python community. The process that you followed must have been > > incredibly arduous. > > *Incredibly ardous* is an e

Re: Metaclass mystery

2009-06-01 Thread Michele Simionato
On Jun 1, 7:18 pm, LittleGrasshopper wrote: > I have to thank you for all the invaluable materials you have provided > to the python community. The process that you followed must have been > incredibly arduous. *Incredibly ardous* is an exaggeration, but in the case of the MRO I needed to do som

Re: Metaclass mystery

2009-06-01 Thread LittleGrasshopper
On Jun 1, 12:42 am, Michele Simionato wrote: > On May 31, 2:32 am, LittleGrasshopper wrote: > > > Seriously, metaclasses are making my brain hurt. How do people like > > Michele Simionato and David Mertz figure these things out? Does it all > > come to looking at the C source code for the CPython

Re: Metaclass mystery

2009-06-01 Thread LittleGrasshopper
On Jun 1, 12:18 am, Lie Ryan wrote: > LittleGrasshopper wrote: > > On May 31, 2:03 pm, a...@pythoncraft.com (Aahz) wrote: > >> In article > >> , > > >> LittleGrasshopper   wrote: > On May 31, 12:19=A0am, Arnaud Delobelle wrote: > > [1]http://www.python.org/download/releases/2.2.3/descri

Re: Metaclass mystery

2009-06-01 Thread Michele Simionato
On May 31, 2:32 am, LittleGrasshopper wrote: > Seriously, metaclasses are making my brain hurt. How do people like > Michele Simionato and David Mertz figure these things out? Does it all > come to looking at the C source code for the CPython interpreter? Actually I never looked at the C source

Re: Metaclass mystery

2009-06-01 Thread Lie Ryan
LittleGrasshopper wrote: > On May 31, 2:03 pm, a...@pythoncraft.com (Aahz) wrote: >> In article >> , >> >> LittleGrasshopper wrote: On May 31, 12:19=A0am, Arnaud Delobelle wrote: > [1]http://www.python.org/download/releases/2.2.3/descrintro/ >>> I'm about 2/3 of the way through this pa

Re: Metaclass mystery

2009-05-31 Thread LittleGrasshopper
On May 31, 2:03 pm, a...@pythoncraft.com (Aahz) wrote: > In article > , > > LittleGrasshopper   wrote: > >> On May 31, 12:19=A0am, Arnaud Delobelle wrote: > > >>> [1]http://www.python.org/download/releases/2.2.3/descrintro/ > > >I'm about 2/3 of the way through this paper (although I don't claim

Re: Metaclass mystery

2009-05-31 Thread Aahz
In article , LittleGrasshopper wrote: >> On May 31, 12:19=A0am, Arnaud Delobelle wrote: >>> >>> [1]http://www.python.org/download/releases/2.2.3/descrintro/ > >I'm about 2/3 of the way through this paper (although I don't claim to >understand all of it.) There is some heavy duty material in ther

Re: Metaclass mystery

2009-05-31 Thread LittleGrasshopper
On May 31, 9:24 am, LittleGrasshopper wrote: > On May 31, 12:19 am, Arnaud Delobelle wrote: > > > > > LittleGrasshopper writes: > > > On May 30, 6:15 pm, Carl Banks wrote: > > >> On May 30, 5:32 pm, LittleGrasshopper wrote: > > > >> > On May 30, 4:01 pm, LittleGrasshopper wrote: > > > >> > >

Re: Metaclass mystery

2009-05-31 Thread LittleGrasshopper
On May 31, 12:19 am, Arnaud Delobelle wrote: > LittleGrasshopper writes: > > On May 30, 6:15 pm, Carl Banks wrote: > >> On May 30, 5:32 pm, LittleGrasshopper wrote: > > >> > On May 30, 4:01 pm, LittleGrasshopper wrote: > > >> > > I am experimenting with metaclasses, trying to figure out how th

Re: Metaclass mystery

2009-05-31 Thread Arnaud Delobelle
LittleGrasshopper writes: > On May 30, 6:15 pm, Carl Banks wrote: >> On May 30, 5:32 pm, LittleGrasshopper wrote: >> >> >> >> > On May 30, 4:01 pm, LittleGrasshopper wrote: >> >> > > I am experimenting with metaclasses, trying to figure out how things >> > > are put together. Have you read Gu

Re: Metaclass mystery

2009-05-30 Thread LittleGrasshopper
On May 30, 6:15 pm, Carl Banks wrote: > On May 30, 5:32 pm, LittleGrasshopper wrote: > > > > > On May 30, 4:01 pm, LittleGrasshopper wrote: > > > > I am experimenting with metaclasses, trying to figure out how things > > > are put together. At the moment I am baffled by the output of the > > > f

Re: Metaclass mystery

2009-05-30 Thread Carl Banks
On May 30, 5:32 pm, LittleGrasshopper wrote: > On May 30, 4:01 pm, LittleGrasshopper wrote: > > > > > I am experimenting with metaclasses, trying to figure out how things > > are put together. At the moment I am baffled by the output of the > > following code: > > > **

Re: Metaclass mystery

2009-05-30 Thread LittleGrasshopper
On May 30, 4:01 pm, LittleGrasshopper wrote: > I am experimenting with metaclasses, trying to figure out how things > are put together. At the moment I am baffled by the output of the > following code: > > > """ > Output is: > > instance of metaclass MyMeta bei