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 orenti
Recipients
Date 2002-08-15.03:44:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=562624

Yes, PyString_InternInPlace is for backward compatibility.
How conservative do we need to be about compatibility?

My work copy has an option for making strings binary
compatible. Which is more important: binary compatibility or
saving 3 bytes?

A related patch (static names) provides a possible
alternative to most PyString_InternFromString calls.

History
Date User Action Args
2007-08-23 15:13:56adminlinkissue576101 messages
2007-08-23 15:13:56admincreate