mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
....
This commit is contained in:
parent
ce00b735cd
commit
e5363b7de5
@ -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…
Reference in New Issue
Block a user