A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2004-May/044791.html below:

[Python-Dev] Is core dump always a bug? Advice requested

[Python-Dev] Is core dump always a bug? Advice requested [Python-Dev] Is core dump always a bug? Advice requestedSkip Montanaro skip at pobox.com
Wed May 12 22:47:14 EDT 2004
    Michel> The way to know if it's well formed is to verify it using
    Michel> something like a control flow analysis similar to the way the
    Michel> Java ASM bytecode generation API does it.  

This is more-or-less what the Python byte code compiler already does to
determine the high water mark for the stack used by a chunk of code it's
compiling.  Look for c_stacklevel, c_maxstacklevel and the com_push() and
com_pop() functions in Python/compile.c.

Skip

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4