[New-bugs-announce] [issue29336] merge tuples in module

INADA Naoki report at bugs.python.org
Fri Jan 20 22:30:45 EST 2017


New submission from INADA Naoki:

Tuples consists of None, True, False, str and bytes can be merged safely.
To avoid memory leak, this patch shares such tuples in compile unit (module, in most case.)

----------
files: merge-tuples.patch
keywords: patch
messages: 285933
nosy: haypo, inada.naoki
priority: normal
severity: normal
status: open
title: merge tuples in module
Added file: http://bugs.python.org/file46366/merge-tuples.patch

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


More information about the New-bugs-announce mailing list