blob: 98d15328a087ae2456771a56c90127bf03f10a2f [file] [log] [blame]
Fix issue with test_unicode test_raiseMemError. The test case now use
``test.support.calcobjsize`` to calculate size of PyUnicode structs.
:func:`sys.getsizeof` may return different size when string has UTF-8
memory.