Message 286158 - Python tracker
Message286158
| Author | methane |
|---|---|
| Recipients | methane, serhiy.storchaka, vstinner |
| Date | 2017-01-24.09:02:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1485248533.74.0.0259235317051.issue29360@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
patch LGTM.
Python 2 supported `dict(**{1:3})`. But I don't know there are any functions
supporting non-string keyword argument.
> PyPy (and other Python implementations?) don't support non-string in type dictionary.
Wow! I thought it's Python's language.
If we can prohibit non string name in all namespace, there might be possible
optimization. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-01-24 09:02:13 | methane | set | recipients: + methane, vstinner, serhiy.storchaka |
| 2017-01-24 09:02:13 | methane | set | messageid: <1485248533.74.0.0259235317051.issue29360@psf.upfronthosting.co.za> |
| 2017-01-24 09:02:13 | methane | link | issue29360 messages |
| 2017-01-24 09:02:13 | methane | create | |