Staging
v0.5.1
https://github.com/python/cpython
Revision 7bf069b6110278102c8f4719975a5eb5a5af25f9 authored by Victor Stinner on 20 March 2020, 07:23:26 UTC, committed by GitHub on 20 March 2020, 07:23:26 UTC
test_gdb now skips tests if it detects that gdb failed to read debug
information because the Python binary is optimized.
1 parent a36adfa
Raw File
Tip revision: 7bf069b6110278102c8f4719975a5eb5a5af25f9 authored by Victor Stinner on 20 March 2020, 07:23:26 UTC
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
Tip revision: 7bf069b
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top