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 martius
Recipients gvanrossum, martius, vstinner, yselivanov
Date 2015-02-27.16:14:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425053669.13.0.0502434719545.issue23537@psf.upfronthosting.co.za>
In-reply-to
Content
base_subprocess.BaseSuprocessTransport implements _make_write_subprocess_pipe_proto and _make_read_subprocess_pipe_proto.

Both are private and both raise NotImplementedError. However, when I grep in tulip sources for those methods, they are never called nor overridden by subclasses of BaseSuprocessTransport.

Shouldn't they be removed?
History
Date User Action Args
2015-02-27 16:14:29martiussetrecipients: + martius, gvanrossum, vstinner, yselivanov
2015-02-27 16:14:29martiussetmessageid: <1425053669.13.0.0502434719545.issue23537@psf.upfronthosting.co.za>
2015-02-27 16:14:29martiuslinkissue23537 messages
2015-02-27 16:14:28martiuscreate