]> granicus.if.org Git - python/commit
Fix for bug 4360 "SystemError when method has both super() & closure". Patch
authorBarry Warsaw <barry@python.org>
Thu, 20 Nov 2008 20:01:57 +0000 (20:01 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 20 Nov 2008 20:01:57 +0000 (20:01 +0000)
commit91cc8fb92b5d59d26cfca0167b32f6f25b453849
tree4d63b6dcf6ffb33332ccad8cdb1a4d5fcb1459f6
parent2d1ca2dbabde2ed69e06b50ddb2e87b12958d696
Fix for bug 4360 "SystemError when method has both super() & closure".  Patch
by amaury.forgeotdarc and reviewed by brett.cannon.

Also add release notes about the known problems with the email package.
Lib/test/test_super.py
Objects/typeobject.c
RELNOTES