Created
October 15, 2016 13:41
-
-
Save tomislater/068ce5c7f8543d86eb4998c3fc19375f to your computer and use it in GitHub Desktop.
strptime.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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