]> granicus.if.org Git - python/commit
Issue #25961: Disallowed null characters in the type name.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Dec 2015 19:41:53 +0000 (21:41 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 30 Dec 2015 19:41:53 +0000 (21:41 +0200)
commit288cb25f1a208fe09b9e06ba479e11c1157da4b5
treea9c7e5673542a3e02c7450eff13d5fc87a8a212f
parent58f8833e4cbb8ee434de616a70e85220f0e48031
parent42bf8fc90158072ff0136a7c8bfa0b0dba3a70d6
Issue #25961: Disallowed null characters in the type name.
Simplified testing for null characters in __name__ setter.
Misc/NEWS
Objects/typeobject.c