Andrei Daraschenka added the comment:
Hello and thanks for your issue. Can you explain why we need to make method as
`classmethod` because in your example you don't provide argument for
`cls.skipTest()`.
--
nosy: +dorosch
___
Python tr
Andrei Daraschenka added the comment:
Hello zd nex
After a little research, it became clear that this drop is due to vague garbage
collection behavior. As you know, method `__del__` is called by the garbage
collector and when this happens there is no guarantee that the rest of the
objects
Change by Andrei Daraschenka :
--
keywords: +patch
nosy: +dorosch
nosy_count: 3.0 -> 4.0
pull_requests: +18037
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/18677
___
Python tracker
<https://bugs.python.org/i
Andrei Daraschenka added the comment:
Hello, could you please attach minimal-work file for reproduce it?
--
nosy: +dorosch
___
Python tracker
<https://bugs.python.org/issue39
Change by Andrei Daraschenka :
--
keywords: +patch
nosy: +dorosch
nosy_count: 2.0 -> 3.0
pull_requests: +18024
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/18668
___
Python tracker
<https://bugs.python.org/i
Change by Andrei Daraschenka :
--
pull_requests: +18016
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/18655
___
Python tracker
<https://bugs.python.org/issu
Andrei Daraschenka added the comment:
Hello
I was finally reproduce your problem.
Probles was in Lib/shelve.py module in method Shelf.sync. When python is shut
down in classes calls __exit__ methods, in our issues method __exti__ called
method close() which called method sync(). Method sync
Andrei Daraschenka added the comment:
Yes, It's work for me
$ uname -a
Linux laptop 5.3.0-40-generic #32~18.04.1-Ubuntu SMP Mon Feb 3 14:05:59 UTC
2020 x86_64 x86_64 x86_64 GNU/Linux
$ python3.8 --version
Python 3.8.0
$ python3.8 ce_test_2.py
start
end
Could you please write abou
Andrei Daraschenka added the comment:
Could you give more details for reproduce it because on the latest version
cpython from master branch it's work
You can debug it with help pdb. Just set breakpoint:
...
test_shelve(data)
breakpoint()
data.close()
...
And try run it step-by-step (
Change by Andrei Daraschenka :
--
keywords: +patch
nosy: +dorosch
nosy_count: 4.0 -> 5.0
pull_requests: +18007
stage: test needed -> patch review
pull_request: https://github.com/python/cpython/pull/18641
___
Python tracker
<https://bugs.p
Andrei Daraschenka added the comment:
Hi, Andrés Delfino. Are you still working on it? I could help with this issues.
--
nosy: +dorosch
___
Python tracker
<https://bugs.python.org/issue15
Change by Andrei Daraschenka :
--
keywords: +patch
nosy: +dorosch
nosy_count: 3.0 -> 4.0
pull_requests: +18005
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/18639
___
Python tracker
<https://bugs.python.org/i
Change by Andrei Daraschenka :
--
keywords: +patch
nosy: +dorosch
nosy_count: 2.0 -> 3.0
pull_requests: +17984
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/18619
___
Python tracker
<https://bugs.p
Change by Andrei Daraschenka :
--
pull_requests: +16683
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/17175
___
Python tracker
<https://bugs.python.org/issu
Change by Andrei Daraschenka :
--
keywords: +patch
pull_requests: +16672
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/17162
___
Python tracker
<https://bugs.python.org/issu
15 matches
Mail list logo