Skip to content

Instantly share code, notes, and snippets.

@tomislater
Created October 15, 2016 13:38
Show Gist options
  • Select an option

  • Save tomislater/3ebb983563759ce4cfd0c0759ba4a7f1 to your computer and use it in GitHub Desktop.

Select an option

Save tomislater/3ebb983563759ce4cfd0c0759ba4a7f1 to your computer and use it in GitHub Desktop.
strptime.py
import datetime
import thread
[thread.start_new_thread(lambda : datetime.datetime.strptime("20161015","%Y%m%d"), ()) for _ in range(2)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment