New submission from INADA Naoki:

While I'm looking Python's memory usage, I found some dicts which key
is not interned "_fields", "_ast" and "__modules__".

----------
components: Interpreter Core
files: ast-identifier.patch
keywords: patch
messages: 286244
nosy: inada.naoki
priority: normal
severity: normal
status: open
title: Use Py_IDENTIFIER in Python-ast.c
versions: Python 3.7
Added file: http://bugs.python.org/file46413/ast-identifier.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29369>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to