Bug 38459 - Убрать DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
Summary: Убрать DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python3-module-setproctitle (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Grigory Ustinov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-08 15:49 MSK by Andrey Cherepanov
Modified: 2020-05-12 13:12 MSK (History)
19 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Cherepanov 2020-05-08 15:49:11 MSK
# 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
Comment 1 Repository Robot 2020-05-12 13:12:14 MSK
python3-module-setproctitle-1.1.10-alt3 -> sisyphus:

 Tue May 12 2020 Andrey Bychkov <mrdrew@altlinux> 1.1.10-alt3
 - Deprecation warning fixed (Closes #38459).