Staging
v0.5.1
https://github.com/python/cpython
Revision 112f799666bac1bdbb320840d5fda3132255eb5e authored by Miss Islington (bot) on 06 March 2018, 18:23:48 UTC, committed by GitHub on 06 March 2018, 18:23:48 UTC
(cherry picked from commit 8a387219bdfb6ee34928d6168ac42ca559f11c9a)

Co-authored-by: Yury Selivanov <yury@magic.io>
1 parent 5a0c398
Raw File
Tip revision: 112f799666bac1bdbb320840d5fda3132255eb5e authored by Miss Islington (bot) on 06 March 2018, 18:23:48 UTC
bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6004)
Tip revision: 112f799
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