-
Notifications
You must be signed in to change notification settings - Fork 466
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
Concurrency issues resulting in TypeError: unsupported operand type(s) for -: 'NoneType' and 'relativedelta' #813
Comments
abkonsta
pushed a commit
to abkonsta/dateparser
that referenced
this issue
Oct 16, 2020
I monkey patched in my project and was able to stress-test it with no more concurrency issues in freshness_date_parser |
But it can be made to be...
…On Fri, Oct 30, 2020, 5:17 PM Adrián Chaves ***@***.***> wrote:
dateparser is not thread-safe
<#441>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#813 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI4UNDFZZ3ZCRRVU6IRAETSNMUOPANCNFSM4STMALVQ>
.
|
Shall we close this and keep just #441 to track work to make it thread-safe? |
I was going to resubmit my pull request with the recommended edits.
…On Wed, Nov 4, 2020, 4:47 PM Adrián Chaves ***@***.***> wrote:
Shall we close this and keep just #441
<#441> to track work to
make it thread-safe?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#813 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI4UNGN3MO5H4NMTF4ZCXDSOHDWZANCNFSM4STMALVQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am assuming its a concurrency issue because the only way I can get it to fail is running multiple calls to dateparser.parse('14 days ago UTC') on separate threads.
The text was updated successfully, but these errors were encountered: