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 iritkatriel
Recipients ZackerySpytz, iritkatriel, pconnell, serhiy.storchaka, taleinat
Date 2021-10-19.09:07:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634634472.24.0.147535314876.issue38384@roundup.psfhosted.org>
In-reply-to
Content
Reproduced on 3.11 with Serhiy's reproducer: 

class F:
    @property
    def read(self):
        1/0

import pickle
pickle.load(F())
History
Date User Action Args
2021-10-19 09:07:52iritkatrielsetrecipients: + iritkatriel, taleinat, serhiy.storchaka, pconnell, ZackerySpytz
2021-10-19 09:07:52iritkatrielsetmessageid: <1634634472.24.0.147535314876.issue38384@roundup.psfhosted.org>
2021-10-19 09:07:52iritkatriellinkissue38384 messages
2021-10-19 09:07:52iritkatrielcreate