[Python-Dev] SimpleHTTPServer slashdot (Was: Python Core Tools)

anatoly techtonik techtonik at gmail.com
Fri Oct 7 15:57:31 CEST 2011


On Sun, Oct 2, 2011 at 3:17 PM, Maciej Fijalkowski <fijall at gmail.com> wrote:
> On Sun, Oct 2, 2011 at 8:05 AM, Maciej Fijalkowski <fijall at gmail.com> wrote:
>> On Sun, Oct 2, 2011 at 5:02 AM, anatoly techtonik <techtonik at gmail.com> 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 that it would
>>> be cool if there were tools to inspect, explain and play with Python
>>> bytecode. Little visual assembler, that shows bytecode and disassembly
>>> side by side and annotates the listing with useful hints (like
>>> interpreter code optimization decisions). That will greatly help many
>>> new people understand how Python works and explain complicated stuff
>>> like GIL and stackless by copy/pasting pictures from there. PyPy has a
>>> tool named 'jitviewer' [2] that may be that I am looking for, but the
>>> demo is offline.
>>
>> I put demo back online.
>>
>
> It's just that SimpleHTTPServer doesn't quite survive slashdot effect.
> Where do I fill a bug report :)

http://bugs.python.org

Is the demo address is still http://wyvern.cs.uni-duesseldorf.de:5000/
? Still can't connect. =|

--
anatoly t.


More information about the Python-Dev mailing list