File: fix-retry-wrapper-attributes-f7a3a45b8e90f257.yaml

package info (click to toggle)
python-tenacity 9.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 700 kB
  • sloc: python: 3,179; makefile: 11
file content (6 lines) | stat: -rw-r--r-- 214 bytes parent folder | download
1
2
3
4
5
6
---
fixes:
  - |
    Restore the value of the `retry` attribute for wrapped functions. Also,
    clarify that those attributes are write-only and statistics should be
    read from the function attribute directly.