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 gvanrossum
Recipients
Date 2000-11-03.20:44:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Most likely, the problem is not the socket module but how you call Python code from a thread that was started from C/C++. Look at t_bootstrap() in threadmodule.c for an example on what to do. (And yes, it's tricky.) There should also be something in the Python/C API documentation about this.

I'm not closing the bug report since this is really a documentation issue; it needs to be documented better. I'll assign it to Fred.
History
Date User Action Args
2007-08-23 13:52:04adminlinkissue221327 messages
2007-08-23 13:52:04admincreate