Thanks for all your kind help, wish you a promising year!
--
https://mail.python.org/mailman/listinfo/python-list
> On 1 Jan 2022, at 16:13, Marco Sulla wrote:
>
> I agree with Barry. You can create a folder or a file with
> pseudo-random names. I recommend you to use str(uuid.uuid4())
At work and personally I use iso-8601 timestamps to make the files unique and
easy to
find out when they where created.
I agree with Barry. You can create a folder or a file with
pseudo-random names. I recommend you to use str(uuid.uuid4())
On Sat, 1 Jan 2022 at 14:11, Barry wrote:
>
>
>
> > On 31 Dec 2021, at 17:53, iMath wrote:
> >
> > 在 2021年12月30日星期四 UTC+8 03:13:21, 写道:
> >>> On Wed, 29 Dec 2021 at 18:33, iM
> On 31 Dec 2021, at 17:53, iMath wrote:
>
> 在 2021年12月30日星期四 UTC+8 03:13:21, 写道:
>>> On Wed, 29 Dec 2021 at 18:33, iMath wrote:
>>> But I found the size of the file of the shelve data didn't change much, so
>>> I guess the data are still in it , I just wonder any way to recover my data.
>>
在 2021年12月30日星期四 UTC+8 03:13:21, 写道:
> On Wed, 29 Dec 2021 at 18:33, iMath wrote:
> > But I found the size of the file of the shelve data didn't change much, so
> > I guess the data are still in it , I just wonder any way to recover my data.
> I agree with Barry, Chris and Avi. IMHO your data is
On Wed, 29 Dec 2021 at 18:33, iMath wrote:
> But I found the size of the file of the shelve data didn't change much, so I
> guess the data are still in it , I just wonder any way to recover my data.
I agree with Barry, Chris and Avi. IMHO your data is lost. Unpickling
it by hand is a harsh work
checking it. But
corruption can happen for many reasons including at the level of the disk it
is written to.
-Original Message-
From: Python-list On
Behalf Of iMath
Sent: Wednesday, December 29, 2021 10:51 AM
To: python-list@python.org
Subject: Re: recover pickled data: pickle data was
On Thu, Dec 30, 2021 at 4:32 AM iMath wrote:
>
> > You have lost the data in that case.
>
> But I found the size of the file of the shelve data didn't change much, so I
> guess the data are still in it , I just wonder any way to recover my data.
Unless two conflicting versions got interleaved, i
> You have lost the data in that case.
But I found the size of the file of the shelve data didn't change much, so I
guess the data are still in it , I just wonder any way to recover my data.
--
https://mail.python.org/mailman/listinfo/python-list
> On 26 Dec 2021, at 13:44, Marco Sulla wrote:
>
> Use a semaphore.
>
> On Sun, 26 Dec 2021 at 03:30, iMath wrote:
>>
>> Normally, the shelve data should be read and write by only one process at a
>> time, but unfortunately it was simultaneously read and write by two
>> processes, thus co
Use a semaphore.
On Sun, 26 Dec 2021 at 03:30, iMath wrote:
>
> Normally, the shelve data should be read and write by only one process at a
> time, but unfortunately it was simultaneously read and write by two
> processes, thus corrupted it. Is there any way to recover all data in it ?
> Curre
11 matches
Mail list logo