[issue32589] Statistics as a result from timeit
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 in it. -- components: Library (Lib) messages: 310218 nosy: MGilch priority: normal severity: normal status: open title: Statistics as a result from timeit type: behavior versions: Python 3.7 ___ Python tracker <https://bugs.python.org/issue32589> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32589] Statistics as a result from timeit
Change by Matthias Gilch : -- keywords: +patch pull_requests: +5076 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32589> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32589] Statistics as a result from timeit
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 tracker <https://bugs.python.org/issue32589> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32589] Statistics as a result from timeit
Matthias Gilch added the comment: Added sample stdev and variance to the PR -- ___ Python tracker <https://bugs.python.org/issue32589> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32589] Statistics as a result from timeit
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 tracker <https://bugs.python.org/issue32589> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32589] Statistics as a result from timeit
Change by Matthias Gilch : -- resolution: -> rejected stage: patch review -> resolved status: -> closed ___ Python tracker <https://bugs.python.org/issue32589> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue31656] Bitwise operations for bytes-type
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 title: Bitwise operations for bytes-type type: enhancement ___ Python tracker <https://bugs.python.org/issue31656> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue19251] bitwise ops for bytes of equal length
Change by Matthias Gilch : -- nosy: +MGilch ___ Python tracker <https://bugs.python.org/issue19251> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com