execnet icon indicating copy to clipboard operation
execnet copied to clipboard

socketserver module seems to conflict with builtin socketserver

Open pytestbot opened this issue 8 years ago • 0 comments

  • Bitbucket: https://bitbucket.org/hpk42/execnet/issue/45
  • Originally reported by: @nicoddemus
  • Originally created at: 2015-07-24T00:34:39.206

As reported by @jduponchelle in this pytest issue, it seems execnet.script.socketserver.py might conflict with builtin socketserver module depending on which is imported first.

@jduponchelle suggested to rename the module to something else.

pytestbot avatar Jul 21 '17 10:07 pytestbot