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 jlaurila
Recipients jlaurila
Date 2008-01-10.15:54:11
SpamBayes Score 0.03016172
Marked as misclassified No
Message-id <1199980462.14.0.466582779842.issue1783@psf.upfronthosting.co.za>
In-reply-to
Content
sysmodule.h contains the following declarations for data to be exported
from the Python DLL, but these variables don't seem to exist anywhere:

PyAPI_DATA(PyObject *) _PySys_TraceFunc, *_PySys_ProfileFunc;
PyAPI_DATA(int) _PySys_CheckInterval;

Either the declarations should be removed or the variables should be
defined somewhere. I'm proposing the former.
History
Date User Action Args
2008-01-10 15:54:22jlaurilasetspambayes_score: 0.0301617 -> 0.03016172
recipients: + jlaurila
2008-01-10 15:54:22jlaurilasetspambayes_score: 0.0301617 -> 0.0301617
messageid: <1199980462.14.0.466582779842.issue1783@psf.upfronthosting.co.za>
2008-01-10 15:54:11jlaurilalinkissue1783 messages
2008-01-10 15:54:11jlaurilacreate