[issue2262] Helping the compiler avoid memory references in PyEval_EvalFrameEx

Skip Montanaro report at bugs.python.org
Mon Mar 10 02:23:31 CET 2008


Skip Montanaro <skip at pobox.com> added the comment:

I've yet to run pybench, but I came get these warnings from
the compiler after applying the patch:

  ../Python/ceval.c: In function 'PyEval_EvalFrameEx':
  ../Python/ceval.c:772: warning: 'x' may be used uninitialized in this
function
  ../Python/ceval.c:770: warning: 'err' may be used uninitialized in
this function

Platform is Mac OS X 10.5.2 MacBook Pro, gcc version 4.0.1 (Apple Inc.
build 5465)

----------
nosy: +skip.montanaro

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2262>
__________________________________


More information about the Python-bugs-list mailing list