Staging
v0.5.1
https://github.com/python/cpython
Revision c6d7e82d19c091af698d4e4b3623648e259843e3 authored by Petr Viktorin on 22 October 2020, 16:11:53 UTC, committed by GitHub on 22 October 2020, 16:11:53 UTC
1 parent b37c994
Raw File
Tip revision: c6d7e82d19c091af698d4e4b3623648e259843e3 authored by Petr Viktorin on 22 October 2020, 16:11:53 UTC
bpo-38980: Only apply -fno-semantic-interposition if available (GH-22892)
Tip revision: c6d7e82
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top