[issue21829] Wrong test in ctypes

Zachary Ware report at bugs.python.org
Thu Jun 26 22:25:01 CEST 2014


Zachary Ware added the comment:

Thanks for the report, Claudiu.  I went with a simpler fix, just comparing Py_OptimizeFlag with sys.flags.optimize.  That way, we don't care if we're running as -O, -OO, or -OOO, the test will always test against the correct value.

----------
assignee:  -> zach.ware
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21829>
_______________________________________


More information about the Python-bugs-list mailing list