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 davidparks21
Recipients davidparks21, serhiy.storchaka, xtreak
Date 2019-09-24.16:59:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569344364.6.0.181178164934.issue38254@roundup.psfhosted.org>
In-reply-to
Content
An answer came in over the stack overflow question. 

https://stackoverflow.com/questions/58019939/attributeerror-str-object-has-no-attribute-errno/58084380#58084380

The issue is that OSError implements a custom __reduce__ function which needs to be override by the subclass when the arguments to the subclass are different than the parent. 

So no bug, just pickle subtlety. Passing it back to the aiohttp repo for a fix there.

https://github.com/aio-libs/aiohttp/issues/4077
History
Date User Action Args
2019-09-24 16:59:24davidparks21setrecipients: + davidparks21, serhiy.storchaka, xtreak
2019-09-24 16:59:24davidparks21setmessageid: <1569344364.6.0.181178164934.issue38254@roundup.psfhosted.org>
2019-09-24 16:59:24davidparks21linkissue38254 messages
2019-09-24 16:59:24davidparks21create