mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +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:
|
||||
_copy_reg.pickle(statvfs_result, _pickle_statvfs_result,
|
||||
_make_statvfs_result)
|
||||
except NameError: # stat_result may not exist
|
||||
except NameError: # statvfs_result may not exist
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue