This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Trundle, belopolsky, daniel.urban, eric.araujo, flox, meador.inge, python-dev, vstinner
Date 2011-05-01.21:33:17
SpamBayes Score 0.0032857538
Marked as misclassified No
Message-id <E1QGeGS-0005TE-Gj@dinsdale.python.org>
In-reply-to
Content
New changeset c5e6f997730e by Victor Stinner in branch '3.1':
Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the
http://hg.python.org/cpython/rev/c5e6f997730e

New changeset 4fc04f6a0731 by Victor Stinner in branch '3.2':
(Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper
http://hg.python.org/cpython/rev/4fc04f6a0731

New changeset 8544561b7f04 by Victor Stinner in branch 'default':
(Merge 3.2) Issue #9756: When calling a method descriptor or a slot wrapper
http://hg.python.org/cpython/rev/8544561b7f04
History
Date User Action Args
2011-05-01 21:33:20python-devsetrecipients: + python-dev, belopolsky, vstinner, eric.araujo, Trundle, flox, meador.inge, daniel.urban
2011-05-01 21:33:17python-devlinkissue9756 messages
2011-05-01 21:33:17python-devcreate