Skip to content

Redesign load_po to use Lex/Yacc state transitions style, to ease mai… #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hoangduytran
Copy link

maintenance and also speed up the parsing using multiprocessing option, including debugging, abort if invalid in multiprocessing as well as in linear processing mode, plus custom hook to system's exception handling to not show the frame stacks tracing. User now can just use

load_po(filename, debug=True, multiprocessing=True, hookexcept=True, batch_size_division=3 ...)

Please read the documentation of poparse.load_po() for further details.

…ntenance and also speed up the parsing using multiprocessing option, including debugging, abort if invalid in multiprocessing as well as in linear processing mode, plus custom hook to system's exception handling to not show the frame stacks tracing. User now can just use

load_po(filename, debug=True, multiprocessing=True, hookexcept=True, batch_size_division=3 ...)

Please read the documentation of poparse.load_po() for further details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant