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 Rhamphoryncus
Recipients Rhamphoryncus
Date 2008-06-12.19:57:38
SpamBayes Score 0.004603036
Marked as misclassified No
Message-id <1213300660.18.0.995213086332.issue3093@psf.upfronthosting.co.za>
In-reply-to
Content
All these in multiprocessing.h are lacking suitable py/_py/Py/_Py/PY/_PY
prefixes:

PyObject *mp_SetError(PyObject *Type, int num);
extern PyObject *pickle_dumps;
extern PyObject *pickle_loads;
extern PyObject *pickle_protocol;
extern PyObject *BufferTooShort;
extern PyTypeObject SemLockType;
extern PyTypeObject ConnectionType;
extern PyTypeObject PipeConnectionType;
extern HANDLE sigint_event;

Additionally, win32_functions.c exposes Win32Type and
create_win32_namespace.

semaphore.c has sem_timedwait_save.

multiprocessing.c has ProcessError.
History
Date User Action Args
2008-06-12 19:57:40Rhamphoryncussetspambayes_score: 0.00460304 -> 0.004603036
recipients: + Rhamphoryncus
2008-06-12 19:57:40Rhamphoryncussetspambayes_score: 0.00460304 -> 0.00460304
messageid: <1213300660.18.0.995213086332.issue3093@psf.upfronthosting.co.za>
2008-06-12 19:57:39Rhamphoryncuslinkissue3093 messages
2008-06-12 19:57:38Rhamphoryncuscreate