Staging
v0.5.1
https://github.com/python/cpython
Revision eaccc12aa986f92ea05f3f0a63cedbff78dd67f1 authored by Mark Shannon on 04 December 2020, 15:22:12 UTC, committed by GitHub on 04 December 2020, 15:22:12 UTC
Don't forget the entry block when ensuring that all exits have a line number.
1 parent f24b810
Raw File
Tip revision: eaccc12aa986f92ea05f3f0a63cedbff78dd67f1 authored by Mark Shannon on 04 December 2020, 15:22:12 UTC
bpo-42246: Don't forget the entry block when ensuring that all exits have a line number (GH-23636)
Tip revision: eaccc12
dependabot.yml
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"
    labels:
      - "skip issue"
      - "skip news"
back to top