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 flox
Recipients eric.smith, ezio.melotti, flox, lemburg, pitrou
Date 2010-01-04.21:52:44
SpamBayes Score 1.4635846e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Fixed a problem with the splitlines optimization: use PyList_Append instead of PyList_SET_ITEM because there's no preallocated list
in this case.
History
Date User Action Args
2010-01-04 21:52:48floxsetrecipients: + flox, lemburg, pitrou, eric.smith, ezio.melotti
2010-01-04 21:52:46floxsetmessageid: <[email protected]>
2010-01-04 21:52:45floxlinkissue7622 messages
2010-01-04 21:52:45floxcreate