SIGN IN SIGN UP

The tp_new implementation should initialize the errorhandler field,

otherwise this code could segfault:

  from socket import socket
  s = socket.__new__(socket)
  s.recv(100)
G
Guido van Rossum committed
e1c478ff8a8cbae86dbc5467ccfe8c01bac52a54
Parent: a312c3a