Re: [Python-Dev] cpython and python debugger documentation

2014-06-09 Thread Terry Reedy
On 6/9/2014 12:26 PM, Eli Bendersky wrote: On Mon, Jun 9, 2014 at 7:50 AM, Paul Sokolovsky mailto:pmis...@gmail.com>> wrote: Hello, On Mon, 09 Jun 2014 14:01:18 + Brett Cannon mailto:bcan...@gmail.com>> wrote: > On Sat Jun 07 2014 at 5:55:29 PM, Le Pa mailto:lpan...@gma

Re: [Python-Dev] cpython and python debugger documentation

2014-06-09 Thread Eli Bendersky
On Mon, Jun 9, 2014 at 7:50 AM, Paul Sokolovsky wrote: > Hello, > > On Mon, 09 Jun 2014 14:01:18 + > Brett Cannon wrote: > > > On Sat Jun 07 2014 at 5:55:29 PM, Le Pa wrote: > > > > > Hi, > > > > > > I am interested in learning how the cpython interpreter is designed > > > and implemented,

Re: [Python-Dev] cpython and python debugger documentation

2014-06-09 Thread Paul Sokolovsky
Hello, On Mon, 09 Jun 2014 14:01:18 + Brett Cannon wrote: > On Sat Jun 07 2014 at 5:55:29 PM, Le Pa wrote: > > > Hi, > > > > I am interested in learning how the cpython interpreter is designed > > and implemented, > > and also how the python debugger works internally. My ultimate > > purpo

[Python-Dev] cpython and python debugger documentation

2014-06-09 Thread Brett Cannon
On Sat Jun 07 2014 at 5:55:29 PM, Le Pa wrote: > Hi, > > I am interested in learning how the cpython interpreter is designed and > implemented, > and also how the python debugger works internally. My ultimate purpose is > to > modify > them for my distributed computing needs. Are there any docume

[Python-Dev] cpython and python debugger documentation

2014-06-07 Thread Le Pa
Hi, I am interested in learning how the cpython interpreter is designed and implemented, and also how the python debugger works internally. My ultimate purpose is to modify them for my distributed computing needs. Are there any documentations on these please? I have done some goggling but failed