mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Remove a debug print statement.
This commit is contained in:
parent
241c2e9692
commit
98b922c0ec
1 changed files with 0 additions and 1 deletions
|
@ -488,7 +488,6 @@ class Pickler:
|
|||
if str(err) != ("a class that defines __slots__ "
|
||||
"without defining __getstate__ "
|
||||
"cannot be pickled"):
|
||||
print repr(str(err))
|
||||
raise # Not that specific exception
|
||||
getstate = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue