Quantcast
Channel: Fixed strptime exception with thread lock, but slows down the program - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Raphael Bossek for Fixed strptime exception with thread lock, but...

The problem you are running into is related to missing thread safety of the used functions and modules.As you can see here, tweepy is not re-entrant nor thread safe. As you can see here, Python's...

View Article



Answer by brildum for Fixed strptime exception with thread lock, but slows...

According to a previous Answer on StackOverflow, time.strptime is not thread-safe. Unfortunately, the error referenced in that question is different than the error you're experiencing.Their solution...

View Article

Fixed strptime exception with thread lock, but slows down the program

I have the following code, which when is running inside of a thread (the full code is here - https://github.com/eWizardII/homobabel/blob/master/lovebird.py) for null in range(0,1): while True: try:...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images