mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
....
This commit is contained in:
parent
ce00b735cd
commit
e5363b7de5
1 changed files with 1 additions and 1 deletions
|
@ -627,5 +627,5 @@ def _pickle_statvfs_result(sr):
|
||||||
try:
|
try:
|
||||||
_copy_reg.pickle(statvfs_result, _pickle_statvfs_result,
|
_copy_reg.pickle(statvfs_result, _pickle_statvfs_result,
|
||||||
_make_statvfs_result)
|
_make_statvfs_result)
|
||||||
except NameError: # stat_result may not exist
|
except NameError: # statvfs_result may not exist
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue