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 skip.montanaro
Recipients jyasskin, nnorwitz, skip.montanaro
Date 2008-03-10.01:23:29
SpamBayes Score 0.016689377
Marked as misclassified No
Message-id <1205112211.2.0.710100891526.issue2262@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2008-03-10 01:23:31skip.montanarosetspambayes_score: 0.0166894 -> 0.016689377
recipients: + skip.montanaro, nnorwitz, jyasskin
2008-03-10 01:23:31skip.montanarosetspambayes_score: 0.0166894 -> 0.0166894
messageid: <1205112211.2.0.710100891526.issue2262@psf.upfronthosting.co.za>
2008-03-10 01:23:30skip.montanarolinkissue2262 messages
2008-03-10 01:23:29skip.montanarocreate