Staging
v0.5.1
https://github.com/python/cpython
Revision 1345877de629406d1490de712baeb9c68af3ae52 authored by Barry Warsaw on 29 May 2003, 15:13:18 UTC, committed by Barry Warsaw on 29 May 2003, 15:13:18 UTC
    ----------------------------
    revision 2.206
    date: 2003/02/11 16:25:43;  author: gvanrossum;  state: Exp;  lines: +9 -0
    Add basic arg sanity checking to wrap_descr_get().  This is called
    when Python code calls a descriptor's __get__ method.  It should
    translate None to NULL in both argument positions, and insist that at
    least one of the argument positions is not NULL after this
    transformation.
    ----------------------------

which fixes SF bug # 736892, forcing function to act like an unbound
method dumps core.
1 parent 10b1cd9
Raw File
Tip revision: 1345877de629406d1490de712baeb9c68af3ae52 authored by Barry Warsaw on 29 May 2003, 15:13:18 UTC
Backport patch 2.206:
Tip revision: 1345877
.cvsignore
.purify
config.log
config.cache
config.status
Makefile
buildno
python
build
Makefile.pre
platform
pyconfig.h
back to top