Summary: | Убрать DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Andrey Cherepanov <cas> |
Component: | python3-module-setproctitle | Assignee: | Grigory Ustinov <grenka> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P5 | CC: | antohami, cas, cow, evg, george, grenka, imz, kotopesutility, lav, nbr, qa_viy, rider, sem, shaba, sin, slev, toni, vitty, viy |
Version: | unstable | ||
Hardware: | x86_64 | ||
OS: | Linux |
# python3 Python 3.8.2 (default, Mar 26 2020, 10:03:49) [GCC 9.2.1 20200123 (ALT Sisyphus 9.2.1-alt3)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import setproctitle >>> setproctitle.setproctitle(setproctitle.getproctitle() + ' test') <stdin>:1: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats