[New-bugs-announce] [issue31650] implement PEP 552

Benjamin Peterson report at bugs.python.org
Sat Sep 30 15:59:56 EDT 2017


New submission from Benjamin Peterson <benjamin at python.org>:

Now that PEP 552 is accepted, we'll need an actual implementation. Besides the core import changes, there are some perquisites improvements. For one, our SipHash implementation needs to be changed to accept an arbitrary key. Also, the PEP also introduces the first "long" option to the interpreter, so the getopt implementation will have to be enhanced.

----------
assignee: benjamin.peterson
components: Interpreter Core
messages: 303423
nosy: benjamin.peterson
priority: normal
severity: normal
stage: needs patch
status: open
title: implement PEP 552
type: enhancement
versions: Python 3.7

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


More information about the New-bugs-announce mailing list