[New-bugs-announce] [issue36033] logging.makeLogRecord should update "rv" using a dict defined with bytes instead of strings

Rodolfo Alonso report at bugs.python.org
Tue Feb 19 05:46:00 EST 2019


New submission from Rodolfo Alonso <rodolfo.ah at gmail.com>:

When using Pycharm to execute unit/functional tests (OpenStack development), oslo_privsep.daemon._ClientChannel.out_of_band retrieves the record from the input arguments. Pycharm arguments are stored in a dictionary using bytes instead of strings.

When logging.makeLogRecord tries to update "rv", the value in "dict" parameter (using bytes) doesn't update "rv" values.

----------
messages: 335925
nosy: ralonsoh
priority: normal
severity: normal
status: open
title: logging.makeLogRecord should update "rv" using a dict defined with bytes instead of strings
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36033>
_______________________________________


More information about the New-bugs-announce mailing list