Irit Katriel <[email protected]> added the comment:
Reproduced on 3.11 with Serhiy's reproducer:
class F:
@property
def read(self):
1/0
import pickle
pickle.load(F())
----------
nosy: +iritkatriel
versions: +Python 3.10, Python 3.11 -Python 3.7, Python 3.8
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue38384>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com