[PyPy-issue] [issue527] The __new__ function supplied by CPython extension modules isn't called when instantiating those types on PyPy with cpyext

Jean-Paul Calderone pypy-dev-issue at codespeak.net
Sat May 1 22:47:02 CEST 2010


New submission from Jean-Paul Calderone <exarkun at twistedmatrix.com>:

Instead, a TypeError about staticmethods not being callable is raised.

This can be reproduced w/ pyOpenSSL.  eg
OpenSSL.SSL.Context(OpenSSL.SSL.TLSv1_METHOD) should work, but doesn't.

----------
effort: ???
messages: 1709
nosy: calderone, pypy-issue
priority: bug
release: ???
status: unread
title: The __new__ function supplied by CPython extension modules isn't called when instantiating those types on PyPy with cpyext

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue527>
_______________________________________________________



More information about the Pypy-issue mailing list