Change by Matthias Gilch :
--
nosy: +MGilch
___
Python tracker
<https://bugs.python.org/issue19251>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Matthias Gilch :
--
resolution: -> rejected
stage: patch review -> resolved
status: -> closed
___
Python tracker
<https://bugs.python.or
Matthias Gilch added the comment:
Steven: Thanks for the advice. Next time I'll follow it
Victor: I'll look into perf
I see that there are maybe problems and agree that we can close the issue and
the PR.
--
___
Python track
Matthias Gilch added the comment:
Added sample stdev and variance to the PR
--
___
Python tracker
<https://bugs.python.org/issue32589>
___
___
Python-bugs-list m
Matthias Gilch added the comment:
Population seemed appropriate to me.
I'd define the list of times as a whole "population" that stands for its own.
I should probably add both, the sample and population, values.
--
___
Python
Change by Matthias Gilch :
--
keywords: +patch
pull_requests: +5076
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue32589>
___
___
Py
New submission from Matthias Gilch :
I propose to add a function parameter for timeit to get some statistics back
from it. I think it's inconvenient to write those stubs every time when we have
a method for this in the standard library that could be easily used with a few
changes
New submission from Matthias Gilch :
I've seen that the bytes type does not support bitwise operations, but I think
users would expect that those operations will work.
--
components: Interpreter Core
messages: 303464
nosy: MGilch
priority: normal
severity: normal
status: open