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 merchise
Recipients merchise
Date 2015-10-20.19:32:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445369551.19.0.243396138359.issue25448@psf.upfronthosting.co.za>
In-reply-to
Content
When I run the next code in all my installed versions of Python 3 (and the equivalent code for PyPy and CPython 2.7):

- Runs OK in CPython 2.7 equivalent code (using `ABCMeta` as meta-class).

- Fails in PyPy and all versions of Python 3.
History
Date User Action Args
2015-10-20 19:32:31merchisesetrecipients: + merchise
2015-10-20 19:32:31merchisesetmessageid: <1445369551.19.0.243396138359.issue25448@psf.upfronthosting.co.za>
2015-10-20 19:32:31merchiselinkissue25448 messages
2015-10-20 19:32:31merchisecreate