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 jpe
Recipients alexandre.vassalotti, bhy, ezio.melotti, jpe, lemburg, loewis, scoder, vstinner
Date 2010-04-02.22:22:38
SpamBayes Score 4.665881e-08
Marked as misclassified No
Message-id <1270246959.84.0.895382129789.issue2799@psf.upfronthosting.co.za>
In-reply-to
Content
I'm trying to port an existing C extension to py3k and find myself wanting something like PyUnicode_AsString so I don't need to introduce other objects to do memory management.  PyUnicode_AsString is equivalent to PyArg_Parse w/ a 's' format code, which I find hard to believe will be removed.  Another bug proposes changing the name and passing in a default value, which may be a good idea.
History
Date User Action Args
2010-04-02 22:22:40jpesetrecipients: + jpe, lemburg, loewis, scoder, vstinner, alexandre.vassalotti, ezio.melotti, bhy
2010-04-02 22:22:39jpesetmessageid: <1270246959.84.0.895382129789.issue2799@psf.upfronthosting.co.za>
2010-04-02 22:22:38jpelinkissue2799 messages
2010-04-02 22:22:38jpecreate