Actions
Bug #4083
closed[SDKs] Add "import _strptime" to work around potential Python bug.
Story points:
0.5
Updated by Tom Clegg about 10 years ago
- Target version changed from Bug Triage to Arvados Future Sprints
Updated by Ward Vandewege about 10 years ago
- Target version changed from Arvados Future Sprints to 2014-10-29 sprint
Updated by Brett Smith about 10 years ago
It's not clear that this is strictly necessary. The issue will only arise if you start threads that are the first thing to run strptime. If your threads don't run strptime, or your first thread runs it before launching other threads, there's no risk.
At the same time, doing the import anyway is low-risk. But at least look at the situation before making a change.
Updated by Anonymous about 10 years ago
- Status changed from New to Resolved
Applied in changeset arvados|commit:d9014288ed04b79bde6f626636a931b449323287.
Actions