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
Date 2019-09-23.18:45:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569264352.5.0.521295881559.issue38254@roundup.psfhosted.org>
In-reply-to
Content
I may be wrong here, but the issue appears to be a problem in pickle, which is why I brought it over here. From the looks of the very simple code in the Exception I can't see that there's any way that this exception is possible unless pickle itself has a bug. Pickle appears to be reconstructing the object with a string in a place where an Object was before the serialization process.

The issue is currently reported under aiohttp here: https://github.com/aio-libs/aiohttp/issues/4077

It's also posted (originally) on stack overflow here: https://stackoverflow.com/questions/58019939/attributeerror-str-object-has-no-attribute-errno
History
Date User Action Args
2019-09-23 18:45:52davidparks21setrecipients: + davidparks21, serhiy.storchaka
2019-09-23 18:45:52davidparks21setmessageid: <1569264352.5.0.521295881559.issue38254@roundup.psfhosted.org>
2019-09-23 18:45:52davidparks21linkissue38254 messages
2019-09-23 18:45:52davidparks21create