2016-09-10 2:56 GMT-04:00 Andrew Svetlov <andrew.svet...@gmail.com>: > There are also peephole optimization. > Removing it may prevent false positives for coverage tool > http://bugs.python.org/issue2506
My PEP 511 adds "-o noopt" to disable the peephole optimizer ;-) "PEP 511 -- API for code transformers" www.python.org/dev/peps/pep-0511/ Victor _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/