• Jeffrey Yasskin's avatar
    PyCode_NewEmpty: · 1aa47002
    Jeffrey Yasskin yazdı
    Most uses of PyCode_New found by http://www.google.com/codesearch?q=PyCode_New
    are trying to build an empty code object, usually to put it in a dummy frame
    object. This patch adds a PyCode_NewEmpty wrapper which lets the user specify
    just the filename, function name, and first line number, instead of also
    requiring lots of code internals.
    1aa47002
code.rst 1.58 KB