[issue14613] time.time can return NaN

2021-08-26 Thread Mark Dickinson
Mark Dickinson added the comment: > I propose we close it [...] Seconded! -- stage: test needed -> resolved status: pending -> closed ___ Python tracker ___

[issue14613] time.time can return NaN

2021-08-25 Thread Irit Katriel
Irit Katriel added the comment: The versions field includes 3.2 and 3.3, but from the discussion it seems the problem was only observed in 2.7, and went away after a third party upgrade. It seems unlikely that we will be ably to make more progress on this issue. I propose we close it and

[issue14613] time.time can return NaN

2015-01-30 Thread matham
matham added the comment: Ok, first, I was able to make it happen outside of kivy using only my code. However, I'm not sure it's of much help because it's using my ffmpeg based code (https://github.com/matham/ffpyplayer) which is not a simple script :) The issue happens when ffmpeg emits logs

[issue14613] time.time can return NaN

2015-01-30 Thread STINNER Victor
STINNER Victor added the comment: I'm interested to investigate this issue, but right now I have no idea how to reproduce it. If I cannot reproduce the issue, I cannot investigate it. Are you able to write a short Python script to reproduce the issue? Did you modify manually the system time?

[issue14613] time.time can return NaN

2015-01-30 Thread matham
matham added the comment: Hi guys, I'm running into this issue on windows 7 using python 2.7.8 (x86) from the python website. The following exception occurs while cython code calls a python function which emits a log. When replaying the same code it happens consistently: Traceback (most

[issue14613] time.time can return NaN

2012-04-20 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: See http://patch-tracker.debian.org/package/python2.7 for the list of patches applied to Python 2.7 in Debian. I don’t know if there are more patches in Ubuntu. -- nosy: +eric.araujo ___ Python

[issue14613] time.time can return NaN

2012-04-19 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- title: time.time can return None or NaN - time.time can return NaN ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14613 ___

[issue14613] time.time can return NaN

2012-04-19 Thread STINNER Victor
STINNER Victor victor.stin...@gmail.com added the comment: So NaN is a possible result from time.time()? Oops. I don't know if it is possible. I just know that it cannot return None :-) _PyTime_gettimeofday() fills a structure having two integer fields (tv_sec, tv_usec), and floattime() uses