• 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
Adı
Son kayıt (commit)
Son güncelleme
..
darwin Loading commit data...
libffi Loading commit data...
libffi_arm_wince Loading commit data...
libffi_msvc Loading commit data...
libffi_osx Loading commit data...
_ctypes.c Loading commit data...
_ctypes_test.c Loading commit data...
_ctypes_test.h Loading commit data...
callbacks.c Loading commit data...
callproc.c Loading commit data...
cfield.c Loading commit data...
ctypes.h Loading commit data...
ctypes_dlfcn.h Loading commit data...
libffi.diff Loading commit data...
malloc_closure.c Loading commit data...
stgdict.c Loading commit data...