[issue38202] A fatal error in test_dictviews

2019-10-13 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue38202] A fatal error in test_dictviews

2019-10-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset b16e382c446d76ede22780b15c75f43c5f132e25 by Serhiy Storchaka (Zackery Spytz) in branch 'master': bpo-38202: Fix a crash in dict_view & non-itearble. (GH-16241) https://github.com/python/cpython/commit/b16e382c446d76ede22780b15c75f43c5f132e25

[issue38202] A fatal error in test_dictviews

2019-10-08 Thread Dong-hee Na
Dong-hee Na added the comment: Can you finalize the PR 16241 by adding the unit test which @serhiy.storchaka suggested? -- nosy: +corona10 ___ Python tracker ___

[issue38202] A fatal error in test_dictviews

2019-09-17 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +15838 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16241 ___ Python tracker ___

[issue38202] A fatal error in test_dictviews

2019-09-17 Thread Zackery Spytz
New submission from Zackery Spytz : When running test_dictviews, I sometimes encounter a fatal error. ./python -m test test_dictviews Run tests sequentially 0:00:00 load avg: 0.36 [1/1] test_dictviews python: Objects/typeobject.c:3125: _PyType_Lookup: Assertion `!PyErr_Occurred()' failed.