Skip to content

Instantly share code, notes, and snippets.

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

  • Save tomislater/068ce5c7f8543d86eb4998c3fc19375f to your computer and use it in GitHub Desktop.

Select an option

Save tomislater/068ce5c7f8543d86eb4998c3fc19375f to your computer and use it in GitHub Desktop.
strptime.py
import datetime
import thread
import _strptime
[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