• Victor Stinner's avatar
    bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053) · 3939c321
    Victor Stinner yazdı
    Python now gets the absolute path of the script filename specified on
    the command line (ex: "python3 script.py"): the __file__ attribute of
    the __main__ module, sys.argv[0] and sys.path[0] become an absolute
    path, rather than a relative path.
    
    * Add _Py_isabs() and _Py_abspath() functions.
    * _PyConfig_Read() now tries to get the absolute path of
      run_filename, but keeps the relative path if _Py_abspath() fails.
    * Reimplement os._getfullpathname() using _Py_abspath().
    * Use _Py_isabs() in getpath.c.
    3939c321
Adı
Son kayıt (commit)
Son güncelleme
..
c-api Loading commit data...
data Loading commit data...
distributing Loading commit data...
distutils Loading commit data...
extending Loading commit data...
faq Loading commit data...
howto Loading commit data...
includes Loading commit data...
install Loading commit data...
installing Loading commit data...
library Loading commit data...
reference Loading commit data...
tools Loading commit data...
tutorial Loading commit data...
using Loading commit data...
whatsnew Loading commit data...
Makefile Loading commit data...
README.rst Loading commit data...
about.rst Loading commit data...
bugs.rst Loading commit data...
conf.py Loading commit data...
contents.rst Loading commit data...
copyright.rst Loading commit data...
glossary.rst Loading commit data...
license.rst Loading commit data...
make.bat Loading commit data...