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 sbt
Recipients brian.curtin, jcea, mark.dickinson, pitrou, sbt, schlamar, serhiy.storchaka, terry.reedy, tim.golden
Date 2013-01-28.00:33:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5105C730.30809@gmail.com>
In-reply-to <1359320784.56.0.432918283375.issue16743@psf.upfronthosting.co.za>
Content
On 27/01/2013 9:06pm, Serhiy Storchaka wrote:
> Every bugfix breaks some code. As a compromise I propose set
 > m_obj->size = PY_SSIZE_T_MAX in case of overflow and emit a warning.

Trying to allocate PY_SSIZE_T_MAX bytes always seems to fail with

     WindowsError: [Error 8] Not enough storage is available to process
     this command
History
Date User Action Args
2013-01-28 00:33:05sbtsetrecipients: + sbt, terry.reedy, jcea, mark.dickinson, pitrou, tim.golden, brian.curtin, schlamar, serhiy.storchaka
2013-01-28 00:33:05sbtlinkissue16743 messages
2013-01-28 00:33:04sbtcreate