This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ralonsoh
Recipients ralonsoh
Date 2019-02-19.10:46:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550573160.5.0.804221686367.issue36033@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-02-19 10:46:00ralonsohsetrecipients: + ralonsoh
2019-02-19 10:46:00ralonsohsetmessageid: <1550573160.5.0.804221686367.issue36033@roundup.psfhosted.org>
2019-02-19 10:46:00ralonsohlinkissue36033 messages
2019-02-19 10:46:00ralonsohcreate