Staging
v0.5.1
https://github.com/python/cpython
Revision 54f115dd533653c43b3c5541bf5936b22e484474 authored by Pablo Galindo on 06 July 2020, 19:29:59 UTC, committed by GitHub on 06 July 2020, 19:29:59 UTC


(cherry picked from commit 39e76c0fb07e20acad454deb86a0457b279884a9)

Co-authored-by: Pablo Galindo <pablogsal@gmail.com>

Automerge-Triggered-By: @lysnikolaou
1 parent 4981fe3
Raw File
Tip revision: 54f115dd533653c43b3c5541bf5936b22e484474 authored by Pablo Galindo on 06 July 2020, 19:29:59 UTC
[3.9] bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355) (GH-21356)
Tip revision: 54f115d
3.6.1.rst
.. bpo: 29723
.. date: 9895
.. nonce: M5omgP
.. release date: 2017-03-21
.. section: Core and Builtins

The ``sys.path[0]`` initialization change for bpo-29139 caused a regression
by revealing an inconsistency in how sys.path is initialized when executing
``__main__`` from a zipfile, directory, or other import location. The
interpreter now consistently avoids ever adding the import location's parent
directory to ``sys.path``, and ensures no other ``sys.path`` entries are
inadvertently modified when inserting the import location named on the
command line.

..

.. bpo: 27593
.. date: 9894
.. nonce: nk7Etn
.. section: Build

fix format of git information used in sys.version

..

.. bpo: 0
.. date: 9893
.. nonce: usKKNQ
.. section: Build

Fix incompatible comment in python.h
back to top