Open c4f3a0ce opened 4 years ago
After further investigation it seems it might be related to https://github.com/tlwg/libdatrie/issues/6.
I've updated and rebuild the package from fa3cfc3f78be4d27d1366ae8c1b39d0a91be0dca by updating libdatrie submodule to https://github.com/tlwg/libdatrie/commit/6ef4485474890606946ed208ff453231b581cdf1 and the problem disappears.
When I try to use
Trie
with largeralphabet
I start to experience different memory related issue. Details differ from Python version to Python version, and environment, but in general following:fails when executed as script with:
In IPython I got:
or
and some other, less common failures.
This specific outcomes tested with
Is this something expected?