Python 3.10.0a0 (GH-20198)

This commit is contained in:
Pablo Galindo 2020-05-19 03:33:01 +01:00 committed by GitHub
parent 9095f76613
commit d4fe098d1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 951 additions and 834 deletions

View file

@ -38,7 +38,7 @@ Debug
Used to build Python with extra debugging capabilities, equivalent
to using ./configure --with-pydebug on UNIX. All binaries built
using this configuration have "_d" added to their name:
python39_d.dll, python_d.exe, parser_d.pyd, and so on. Both the
python310_d.dll, python_d.exe, parser_d.pyd, and so on. Both the
build and rt (run test) batch files in this directory accept a -d
option for debug builds. If you are building Python to help with
development of CPython, you will most likely use this configuration.