[issue38384] An assertion failure in test_pickle

2021-10-19 Thread Irit Katriel
Irit Katriel added the comment: Reproduced on 3.11 with Serhiy's reproducer: class F: @property def read(self): 1/0 import pickle pickle.load(F()) -- nosy: +iritkatriel versions: +Python 3.10, Python 3.11 -Python 3.7, Python 3.8 _

[issue38384] An assertion failure in test_pickle

2019-11-22 Thread Tal Einat
Change by Tal Einat : -- Removed message: https://bugs.python.org/msg357336 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue38384] An assertion failure in test_pickle

2019-11-22 Thread Tal Einat
Tal Einat added the comment: Good catch on this, Zackery! For anyone readying this, Serhiy posted a minimal reproducer in a PR comment, and the PR now adds a test for this. -- ___ Python tracker __

[issue38384] An assertion failure in test_pickle

2019-11-22 Thread Tal Einat
Tal Einat added the comment: Good catch on this, Zackery! For anyone readying this, Serhit posted a minimal reproducer in a PR comment, and the PR now adds a test for this. -- nosy: +taleinat ___ Python tracker

[issue38384] An assertion failure in test_pickle

2019-10-28 Thread Phil Connell
Change by Phil Connell : -- nosy: +pconnell ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue38384] An assertion failure in test_pickle

2019-10-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I do not understand how you got an assertion failure. Did you interrupt tests with Ctrl-C? -- nosy: +serhiy.storchaka ___ Python tracker _

[issue38384] An assertion failure in test_pickle

2019-10-06 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +16194 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16606 ___ Python tracker ___ __

[issue38384] An assertion failure in test_pickle

2019-10-06 Thread Zackery Spytz
New submission from Zackery Spytz : When running test_pickle, I sometimes see an assertion failure. ./python -m test test_pickle 0:00:00 load avg: 1.04 Run tests sequentially 0:00:00 load avg: 1.04 [1/1] test_pickle python: Objects/typeobject.c:3151: _PyType_Lookup: Assertion `!PyErr_Occurred(