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 Rhamphoryncus
Recipients Rhamphoryncus, ajaksu2, amaury.forgeotdarc, benjamin.peterson, collinwinter, eric.smith, ezio.melotti, gvanrossum, jafo, jimjjewett, lemburg, mark.dickinson, orivej, pitrou, rhettinger, terry.reedy
Date 2010-01-11.08:08:29
SpamBayes Score 6.325779e-07
Marked as misclassified No
Message-id <aac2c7cb1001110008s745ec7dbs1bc4b984d0ab7f5c@mail.gmail.com>
In-reply-to <4B4A4DBC.2090009@egenix.com>
Content
On Sun, Jan 10, 2010 at 14:59, Marc-Andre Lemburg
<report@bugs.python.org> wrote:
> BTW, I'm not aware of any changes to the PyUnicodeObject by some
> fastsearch implementation. Could you point me to this ?

    /* We allocate one more byte to make sure the string is Ux0000 terminated.
       The overallocation is also used by fastsearch, which assumes that it's
       safe to look at str[length] (without making any assumptions about what
       it contains). */
History
Date User Action Args
2010-01-11 08:08:31Rhamphoryncussetrecipients: + Rhamphoryncus, lemburg, gvanrossum, collinwinter, rhettinger, terry.reedy, jafo, jimjjewett, amaury.forgeotdarc, mark.dickinson, pitrou, eric.smith, ajaksu2, benjamin.peterson, orivej, ezio.melotti
2010-01-11 08:08:29Rhamphoryncuslinkissue1943 messages
2010-01-11 08:08:29Rhamphoryncuscreate