added 2 commits
Had to refactor the parser a bit for this.
Closed
Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and Py_XNewRef() in C files of the Objects/ directory.
Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and Py_XNewRef() in Objects/dictobject.c.
) Co-authored-by: Kumar Aditya <[email protected]>
… venvs (
) Check to see if `base_executable` exists. If it does not, attempt to use known alternative names of the python binary to find an executable in the path specified by `home`. If no alternative is found, previous behavior is preserved. Signed-off-by: Vincent Fazio <[email protected]> Signed-off-by: Vincent Fazio <[email protected]>
) Also mark those opcodes that have no stack effect as such. Co-authored-by: Brandt Bucher <[email protected]>
Merged
Closed