feedparser
feedparser copied to clipboard
Avoid breaking multiprocessing with `bozo_exception`
Passing raw Python exceptions in bozo_exception can cause issues when using multiprocessing. This change converts the exception to a string when running in a multiprocessing context.
Closes #511
@kurtmckee Could you please review this pull request when you have a chance?
Yes, I'll take a look at this when I'm able to.