[Python-checkins] cpython (3.2): Issue #16335: Fix integer overflow in unicode-escape decoder.

Antoine Pitrou solipsis at pitrou.net
Mon Jan 21 14:50:45 CET 2013


Le Mon, 21 Jan 2013 14:08:04 +0200,
Serhiy Storchaka <storchaka at gmail.com> a écrit :
> 
> When I used bigmem decorator, test was skipped even on machine with 
> enough memory (I were tested on x3 snakebite). Current test was
> passed.

Then perhaps you need to fix your use of the bigmem decorator, or
perhaps you forgot to run the tests with -M.

Regards

Antoine.




More information about the Python-checkins mailing list