[New-bugs-announce] [issue27160] Silent truncation of kwargs when passing keywords containing colons

Kenneth Lim report at bugs.python.org
Mon May 30 10:52:24 EDT 2016


New submission from Kenneth Lim:

Passing a dict with colon-containing keys as kwargs to a function results in a KeyError stemming from a silent truncation of the keys.

Error does not clearly describe the issue in this case.

----------
components: Interpreter Core
files: poc.py
messages: 266696
nosy: Kenneth Lim
priority: normal
severity: normal
status: open
title: Silent truncation of kwargs when passing keywords containing colons
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org/file43058/poc.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27160>
_______________________________________


More information about the New-bugs-announce mailing list