This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author BTaskaya
Recipients BTaskaya, pablogsal, vstinner
Date 2019-12-16.18:29:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANDBV650Tc0tocH3gzVRB+wWXQroya-=HA8CUBLSt7ZGdEAPxg@mail.gmail.com>
In-reply-to <1576520849.37.0.641400666034.issue39069@roundup.psfhosted.org>
Content
$ ./python -m pyperf timeit "import ast"
Before: Mean +- std dev: 326 ns +- 13 ns
After: Mean +- std dev: 330 ns +- 19 ns

(applied my first patch with both contextlib and IntEnum)

Pablo Galindo Salgado <report@bugs.python.org>, 16 Ara 2019 Pzt, 21:27
tarihinde şunu yazdı:

>
> Pablo Galindo Salgado <pablogsal@gmail.com> added the comment:
>
> Ok, I think I agree, will make a PR for that.
>
> ----------
> assignee:  -> pablogsal
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue39069>
> _______________________________________
>
History
Date User Action Args
2019-12-16 18:29:37BTaskayasetrecipients: + BTaskaya, vstinner, pablogsal
2019-12-16 18:29:37BTaskayalinkissue39069 messages
2019-12-16 18:29:37BTaskayacreate