Staging
v0.5.1
https://github.com/python/cpython
Revision 43a0137c87b997c6ba8b23cc3281ce2de18f008a authored by Miss Islington (bot) on 22 February 2020, 13:32:36 UTC, committed by GitHub on 22 February 2020, 13:32:36 UTC

Hold reference of __bases__ tuple until tuple item is done with, because by
dropping the reference the item may be destroyed.
(cherry picked from commit 1c56f8ffad44478b4214a2bf8eb7cf51c28a347a)

Co-authored-by: Yonatan Goldschmidt <yon.goldschmidt@gmail.com>
1 parent 00e4587
History
Tip revision: 43a0137c87b997c6ba8b23cc3281ce2de18f008a authored by Miss Islington (bot) on 22 February 2020, 13:32:36 UTC
bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
Tip revision: 43a0137
File Mode Size
test
__init__.py -rw-r--r-- 3.1 KB
__main__.py -rw-r--r-- 472 bytes
case.py -rw-r--r-- 56.3 KB
loader.py -rw-r--r-- 22.2 KB
main.py -rw-r--r-- 11.0 KB
mock.py -rw-r--r-- 81.4 KB
result.py -rw-r--r-- 7.3 KB
runner.py -rw-r--r-- 7.6 KB
signals.py -rw-r--r-- 2.3 KB
suite.py -rw-r--r-- 10.2 KB
util.py -rw-r--r-- 5.1 KB

back to top