Re: [Python-Dev] Python Core Tools

2011-10-03 Thread renaud
Maciej Fijalkowski gmail.com> writes: > https://bitbucket.org/pypy/pypy/src/59460302c713/lib_pypy/disassembler.py > > this might be of interest. It's like dis module except it creates > objects instead of printing them > I think that Issue11816 (under review) aims at extending the dis module i

Re: [Python-Dev] Python Core Tools

2011-10-02 Thread Maciej Fijalkowski
On Sun, Oct 2, 2011 at 8:05 AM, Maciej Fijalkowski wrote: > On Sun, Oct 2, 2011 at 5:02 AM, anatoly techtonik wrote: >> Hello, >> >> I've stumbled upon Dave Beazley's article [1] about trying ancient GIL >> removal patch at >> http://dabeaz.blogspot.com/2011/08/inside-look-at-gil-removal-patch-of

Re: [Python-Dev] Python Core Tools

2011-10-02 Thread Maciej Fijalkowski
On Sun, Oct 2, 2011 at 5:02 AM, anatoly techtonik wrote: > Hello, > > I've stumbled upon Dave Beazley's article [1] about trying ancient GIL > removal patch at > http://dabeaz.blogspot.com/2011/08/inside-look-at-gil-removal-patch-of.html > and looking at the output of Python dis module thought tha

[Python-Dev] Python Core Tools

2011-10-02 Thread anatoly techtonik
Hello, I've stumbled upon Dave Beazley's article [1] about trying ancient GIL removal patch at http://dabeaz.blogspot.com/2011/08/inside-look-at-gil-removal-patch-of.html and looking at the output of Python dis module thought that it would be cool if there were tools to inspect, explain and play w