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 skrah
Recipients ezio.melotti, loewis, skrah, vstinner
Date 2011-11-22.13:09:54
SpamBayes Score 0.0005584745
Marked as misclassified No
Message-id <1321967394.93.0.475122321631.issue13452@psf.upfronthosting.co.za>
In-reply-to
Content
I'm only using the function with the NULL error handler. If I had
to use 'xmlcharrefreplace', presumably I'd overallocate 'output'
for the worst case scenario: sizeof("&#4294967295") per encoded
character.

It's hard to tell if people are using this feature. PyUnicode_EncodeDecimal()
was always undocumented (#8646), but part of the official Unicode API.
History
Date User Action Args
2011-11-22 13:09:55skrahsetrecipients: + skrah, loewis, vstinner, ezio.melotti
2011-11-22 13:09:54skrahsetmessageid: <1321967394.93.0.475122321631.issue13452@psf.upfronthosting.co.za>
2011-11-22 13:09:54skrahlinkissue13452 messages
2011-11-22 13:09:54skrahcreate