issues Search Results · repo:jbaiter/python-rust-fst language:Python
Filter by
9 results
(81 ms)9 results
injbaiter/python-rust-fst (press backspace or delete to remove)weishengkui
- Opened on Mar 20, 2022
- #14
After upgrading my pip dependency to 20.0.1, I am getting ModuleNotFoundError while installing rust_fst using pip.
pip --version ...
anjali-chadha
- Opened on Jan 22, 2020
- #13
% RUST_BACKTRACE=1 python -c from rust_fst import Set; it = Set.from_iter([ a , b ]).union(Set.from_iter([])); list(it)
thread unnamed panicked at called `Result::unwrap()` on an `Err` value: ...
JeffCarpenter
- Opened on May 8, 2018
- #12
Also, the Python interpreter should not be segfaulting. The ffi layer should be catching panics and converting them to
aborts. Otherwise it is UB. https://github.com/BurntSushi/fst/issues/57#issuecomment-365000277 ...
jbaiter
- Opened on Feb 13, 2018
- #11
I noticed this comment: https://github.com/jbaiter/python-rust-fst/blob/master/rust_fst/common.py#L20
# TODO: We could safely free the structures before the GC does,
# but unfortunately ...
davidblewett
- Opened on Jan 10, 2018
- #9
I am building an application that generates new FST objects every hour. I would like to be able to do efficient range
operations over a group of these FST files. Conceptually, something like combining ...
davidblewett
- 12
- Opened on Jan 9, 2018
- #8
It appears the on-disk version of an FST file changed since the last release of this package:
In [1]: import rust_fst
In [2]: fst_map = rust_fst.Map( output.fst )
--------------------------------------------------------------------------- ...
davidblewett
- 6
- Opened on Jan 3, 2018
- #6
Armin Ronacher has factored out the necessary bits of building wheels that use Rust, but do not need to link to
libpython into a library called snaek: https://github.com/mitsuhiko/snaek . It might be a ...
davidblewett
- 2
- Opened on Jun 13, 2017
- #5
On i686 systems with the manypython wheel installed the tests cause a segmentation fault, the location of which differs
between build targets:
- With release: On fst_{file,mem}setbuilder_insert
- ...
bug
jbaiter
- Opened on May 24, 2016
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.