feedparser icon indicating copy to clipboard operation
feedparser copied to clipboard

Avoid breaking multiprocessing with `bozo_exception`

Open Alvaro-Kothe opened this issue 6 months ago • 2 comments

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

Alvaro-Kothe avatar Jun 14 '25 14:06 Alvaro-Kothe

@kurtmckee Could you please review this pull request when you have a chance?

Alvaro-Kothe avatar Jul 01 '25 19:07 Alvaro-Kothe

Yes, I'll take a look at this when I'm able to.

kurtmckee avatar Sep 10 '25 14:09 kurtmckee