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 larry
Recipients Arfrever, amaury.forgeotdarc, brett.cannon, eric.snow, larry
Date 2012-07-05.07:38:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341473887.04.0.325787020431.issue15242@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry for the pedantry, but: I read the title of this bug as wanting these two values to be the exact same pointer.  If you're talking about putting a constant string in a header file, you'll get an (identical) copy of that string in every .o that references it (unless your linker collapses identical strings, which I don't know if they do).

From the description, it sounds like you want them to merely be guaranteed identical strings, but they don't have to be the same exact pointer.

tl;dr: do you mean "=="?  the title implies you mean "is".
History
Date User Action Args
2012-07-05 07:38:07larrysetrecipients: + larry, brett.cannon, amaury.forgeotdarc, Arfrever, eric.snow
2012-07-05 07:38:07larrysetmessageid: <1341473887.04.0.325787020431.issue15242@psf.upfronthosting.co.za>
2012-07-05 07:38:06larrylinkissue15242 messages
2012-07-05 07:38:06larrycreate