• Thomas Wouters's avatar
    Use Py_VISIT in all tp_traverse methods, instead of traversing manually or · c6e55068
    Thomas Wouters yazdı
    using a custom, nearly-identical macro. This probably changes how some of
    these functions are compiled, which may result in fractionally slower (or
    faster) execution. Considering the nature of traversal, visiting much of the
    address space in unpredictable patterns, I'd argue the code readability and
    maintainability is well worth it ;P
    c6e55068
methodobject.c 8 KB