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 pitrou
Recipients alexandre.vassalotti, amaury.forgeotdarc, belopolsky, nyevik, pitrou
Date 2011-03-16.22:59:36
SpamBayes Score 0.0008147086
Marked as misclassified No
Message-id <1300316372.3749.4.camel@localhost.localdomain>
In-reply-to <AANLkTi=MTj2czgLmGyRMvF46s_kxCD29vMNbFQ=5yjjJ@mail.gmail.com>
Content
> On Tue, Mar 15, 2011 at 7:05 PM, Antoine Pitrou <report@bugs.python.org> wrote:
> ..
> > - (bugfix) raise a proper exception when an object too large for handling by pickle is given
> 
> What would be the "proper exception" here?

OverflowError. This is the exception that gets raised when some
user-supplied value exceeds some internal limit.
History
Date User Action Args
2011-03-16 22:59:37pitrousetrecipients: + pitrou, amaury.forgeotdarc, belopolsky, alexandre.vassalotti, nyevik
2011-03-16 22:59:36pitroulinkissue11564 messages
2011-03-16 22:59:36pitroucreate