Message131192
> 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. |
|
Date |
User |
Action |
Args |
2011-03-16 22:59:37 | pitrou | set | recipients:
+ pitrou, amaury.forgeotdarc, belopolsky, alexandre.vassalotti, nyevik |
2011-03-16 22:59:36 | pitrou | link | issue11564 messages |
2011-03-16 22:59:36 | pitrou | create | |
|