Christian Heimes <li...@cheimes.de> added the comment:

time.time() is a wrapper for libc function call clock_gettime() with 
CLOCK_REALTIME. This is either a problem with the container build or a Kernel 
ABI issue between the container build and your operating system.

I suggest that you report the issue to https://github.com/docker-library/python 
. The Dockerhub Python image is not maintained by us.

----------
nosy: +christian.heimes

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45960>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to