This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients elixir, loewis, pitrou, vstinner
Date 2013-11-07.20:54:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383857681.24.0.506695118221.issue19515@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine, Martin: So, what do you think? Is it worth to move most common identifiers to a single place to not duplicate them?

If identifiers are already cleared at exit, the advantage would be to initialize duplicated identifiers more quickly, and don't initialize duplicated identifiers multiple times (once per copy).

If we choose to not share common identifiers, _PyId_xxx identifiers from pythonrun.c must be removed. There are also some identifiers duplicated in the same file which can be moved at the top to remove at least duplicates in a single file, as it was done for other identifiers in issue #19514.
History
Date User Action Args
2013-11-07 20:54:41vstinnersetrecipients: + vstinner, loewis, pitrou, elixir
2013-11-07 20:54:41vstinnersetmessageid: <1383857681.24.0.506695118221.issue19515@psf.upfronthosting.co.za>
2013-11-07 20:54:41vstinnerlinkissue19515 messages
2013-11-07 20:54:41vstinnercreate