[issue16335] Integer overflow in unicode-escape decoder

Serhiy Storchaka report at bugs.python.org
Sun Nov 18 09:31:55 CET 2012


Serhiy Storchaka added the comment:

I add tests. Victor ran the test and got MemoryError. This means that I incorrectly calculated the minimal memory size for bigmem. This is unacceptable, the test should skip or pass. Only someone with enough memory for test can measure a minimal memory requirement (I don't know how to do this).

May be apply the fix without a test? You tested this manually and this test too cumbersome for regular automatic testing.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16335>
_______________________________________


More information about the Python-bugs-list mailing list