Staging
v0.5.1
https://github.com/python/cpython
Revision 191f94cca6f8cf59535e7459c1113e4a1cdfe201 authored by Miss Islington (bot) on 27 November 2019, 00:46:32 UTC, committed by GitHub on 27 November 2019, 00:46:32 UTC
(cherry picked from commit c7c01ab1e5415b772c68e15f1aba51e520010830)

Co-authored-by: Steve Dower <steve.dower@python.org>
1 parent 86d9933
Raw File
Tip revision: 191f94cca6f8cf59535e7459c1113e4a1cdfe201 authored by Miss Islington (bot) on 27 November 2019, 00:46:32 UTC
bpo-38922: Raise code.__new__ audit event when code object replace() is called (GH-17394)
Tip revision: 191f94c
codecov.yml
codecov:
  strict_yaml_branch: master
  notify:
    require_ci_to_pass: true
comment: off
ignore:
  - "Doc/**/*"
  - "Misc/*"
  - "Mac/**/*"
  - "PC/**/*"
  - "PCbuild/**/*"
  - "Tools/**/*"
  - "Grammar/*"
coverage:
  precision: 2
  range: 70...90
  round: down
  status:
    changes: off
    project: off
    patch: off
parsers:
  gcov:
    branch_detection:
      conditional: true
      loop: true
      macro: false
      method: false
  javascript:
    enable_partials: false
back to top