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 vstinner
Recipients neologix, pitrou, sbt, vstinner
Date 2012-04-25.13:57:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZLaofD2EOEcUA_b+OXcaYfpEegC7OUfO76SB17xOGmOQ@mail.gmail.com>
In-reply-to <1335361163.91.0.899625209155.issue14666@psf.upfronthosting.co.za>
Content
mp_resource_sharer_stop.patch: this patch changes two different
things, the patch should be splitted. One patch to fix test_socket.
One patch to call pthread_sigmask().

I don't think that you should call pthread_sigmask(). It looks like a
workaround for this issue, whereas resource_sharer.stop() is the
correct fix.
History
Date User Action Args
2012-04-25 13:57:16vstinnersetrecipients: + vstinner, pitrou, neologix, sbt
2012-04-25 13:57:16vstinnerlinkissue14666 messages
2012-04-25 13:57:15vstinnercreate