Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

> Would you try python_startup and python_startup_nosite benchmark

That seems entirely unnecessary.  If adding __reversed__ has any effect on the 
rest of the build, that is pure random noise that can be ignored. It is normal 
to get small improvements or detriments that vary from compiler to compiler, os 
to os, etc.  Our normal practice is to ignore those and not optimize for random 
or hard-to-control compiler idiosyncrasies which appear and disappear as we add 
methods or as compilers get updated.

----------
nosy: +tim.peters

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

Reply via email to