Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6325b1 commit cfec5b1Copy full SHA for cfec5b1
1 file changed
Modules/_pickle.c
@@ -6073,7 +6073,7 @@ load_persid(UnpicklerObject *self)
6073
else {
6074
PickleState *st = _Pickle_GetGlobalState();
6075
PyErr_SetString(st->UnpicklingError,
6076
- "A load persistent id instruction was encountered,\n"
+ "A load persistent id instruction was encountered, "
6077
"but no persistent_load function was specified.");
6078
return -1;
6079
}
@@ -6100,7 +6100,7 @@ load_binpersid(UnpicklerObject *self)
6100
6101
6102
6103
6104
6105
6106
0 commit comments