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 pitrou
Recipients alexandre.vassalotti, ggenellina, jakemcguire, jcea, pitrou
Date 2009-02-01.20:53:37
SpamBayes Score 0.00012520615
Marked as misclassified No
Message-id <1233521619.85.0.216569964288.issue5084@psf.upfronthosting.co.za>
In-reply-to
Content
Why do you call PyString_AsString() followed by PyString_FromString()?
Strings are immutable so you shouldn't neek to take a copy.

Besides, it would be nice to add a test.
History
Date User Action Args
2009-02-01 20:53:40pitrousetrecipients: + pitrou, jcea, ggenellina, alexandre.vassalotti, jakemcguire
2009-02-01 20:53:39pitrousetmessageid: <1233521619.85.0.216569964288.issue5084@psf.upfronthosting.co.za>
2009-02-01 20:53:38pitroulinkissue5084 messages
2009-02-01 20:53:38pitroucreate