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
History
Tip revision: 1345877de629406d1490de712baeb9c68af3ae52 authored by Barry Warsaw on 29 May 2003, 15:13:18 UTC
Backport patch 2.206:
Tip revision: 1345877
File Mode Size
X
ChipViewer.py -rw-r--r-- 4.9 KB
ColorDB.py -rw-r--r-- 8.2 KB
DetailsViewer.py -rw-r--r-- 9.9 KB
ListViewer.py -rw-r--r-- 6.5 KB
Main.py -rw-r--r-- 6.1 KB
PyncheWidget.py -rw-r--r-- 10.2 KB
README -rw-r--r-- 15.4 KB
StripViewer.py -rw-r--r-- 14.3 KB
Switchboard.py -rw-r--r-- 4.7 KB
TextViewer.py -rw-r--r-- 6.7 KB
TypeinViewer.py -rw-r--r-- 6.0 KB
__init__.py -rw-r--r-- 47 bytes
html40colors.txt -rw-r--r-- 245 bytes
namedcolors.txt -rw-r--r-- 5.6 KB
pyColorChooser.py -rw-r--r-- 3.7 KB
pynche -rwxr-xr-x 183 bytes
pynche.pyw -rwxr-xr-x 181 bytes
webcolors.txt -rw-r--r-- 3.0 KB
websafe.txt -rw-r--r-- 1.7 KB

README

back to top