https://github.com/python/cpython
Revision bf2bd8f8a1d88de60c114de957f50fe2433e3937 authored by Victor Stinner on 07 September 2018, 08:15:31 UTC, committed by GitHub on 07 September 2018, 08:15:31 UTC
When calling tp_descr_get(self, obj, type), make sure that
we own a strong reference to "self".

(cherry picked from commit 8f735485acf2e35a75d2fa019feb8f905598c4e5)
1 parent 9734024
History
Tip revision: bf2bd8f8a1d88de60c114de957f50fe2433e3937 authored by Victor Stinner on 07 September 2018, 08:15:31 UTC
bpo-25750: fix refcounts in type_getattro() (GH-6118) (GH-9091)
Tip revision: bf2bd8f
File Mode Size
Modules
Python
support
Makefile -rw-r--r-- 14.2 KB
README -rw-r--r-- 1.2 KB
pyconfig.h -rw-r--r-- 18.1 KB
sleep.c -rw-r--r-- 964 bytes
unixstuff.c -rw-r--r-- 1.7 KB
unixstuff.h -rw-r--r-- 318 bytes

README

back to top