Staging
v0.5.0
https://github.com/python/cpython
Raw File
Tip revision: 550e4673be538d98b6ddf5550b3922539cf5c4b2 authored by Victor Stinner on 08 December 2020, 23:32:54 UTC
bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
Tip revision: 550e467
3.7.0.rst
.. bpo: 33851
.. date: 2018-06-13-15-12-25
.. nonce: SVbqlz
.. release date: 2018-06-27
.. section: Library

Fix :func:`ast.get_docstring` for a node that lacks a docstring.

..

.. bpo: 33932
.. date: 2018-06-21-15-29-59
.. nonce: VSlXyS
.. section: C API

Calling Py_Initialize() twice does nothing, instead of failing with a fatal
error: restore the Python 3.6 behaviour.
back to top