[issue33270] tags for anonymous code objects should be interned

2018-04-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your contribution Zackery. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue33270] tags for anonymous code objects should be interned

2018-04-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset f303639e3ac96cfe6c1438f1c594226941f46216 by Serhiy Storchaka (Zackery Spytz) in branch 'master': bpo-33270: Intern names for all anonymous code objects (#6472)

[issue33270] tags for anonymous code objects should be interned

2018-04-15 Thread Antoine Pitrou
Change by Antoine Pitrou : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___

[issue33270] tags for anonymous code objects should be interned

2018-04-14 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +6171 stage: needs patch -> patch review ___ Python tracker ___

[issue33270] tags for anonymous code objects should be interned

2018-04-13 Thread Raymond Hettinger
Raymond Hettinger added the comment: +1 -- nosy: +rhettinger ___ Python tracker ___

[issue33270] tags for anonymous code objects should be interned

2018-04-13 Thread Brett Cannon
Change by Brett Cannon : -- stage: -> needs patch type: -> enhancement versions: +Python 3.8 ___ Python tracker ___

[issue33270] tags for anonymous code objects should be interned

2018-04-12 Thread Daniel Moisset
New submission from Daniel Moisset : In compile.c, some strings are created to be used as name of anonymous code objects: "", "", "", "", "" and "". Only the first two of those are interned (created with PyUnicode_InternFromString ), the rest are created with