]> granicus.if.org Git - python/commit
Make readonly members defined in C throw an AttributeError on modification. This...
authorCollin Winter <collinw@gmail.com>
Wed, 28 Mar 2007 21:44:53 +0000 (21:44 +0000)
committerCollin Winter <collinw@gmail.com>
Wed, 28 Mar 2007 21:44:53 +0000 (21:44 +0000)
commit42dae6a89bd24073ae1b66599180cc94f15ff232
tree7df2ee86dc68b54e0b207eaa6862bfc82272e382
parentd84da1b67a12df114de2f76e0644174f07f2c834
Make readonly members defined in C throw an AttributeError on modification. This brings them into sync with Python-level attributes. Fixes bug #1687163.
Lib/test/test_csv.py
Lib/test/test_descr.py
Lib/test/test_generators.py
Lib/test/test_os.py
Python/structmember.c