Staging
v0.5.1
https://github.com/python/cpython
Revision 2ad93821a69e6efac3b0efe1d205d6e5ef030791 authored by Serhiy Storchaka on 03 December 2020, 10:46:16 UTC, committed by GitHub on 03 December 2020, 10:46:16 UTC
Also move definitions of internal macros F_LJUST etc to private header.
1 parent f3c3ea9
Raw File
Tip revision: 2ad93821a69e6efac3b0efe1d205d6e5ef030791 authored by Serhiy Storchaka on 03 December 2020, 10:46:16 UTC
bpo-42431: Fix outdated bytes comments (GH-23458)
Tip revision: 2ad9382
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top