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.

classification
Title: Solaris openpty() and forkpty() addition
Type: Stage:
Components: Extension Modules Versions: Python 2.2
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: ellinghaus, loewis
Priority: normal Keywords: patch

Created on 2002-07-10 03:10 by ellinghaus, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
posixmodule.c.diff ellinghaus, 2002-07-10 03:10
Messages (3)
msg40529 - (view) Author: Lance Ellinghaus (ellinghaus) Date: 2002-07-10 03:10
This patch provides a Solaris 2.8 version of openpty() 
and forkpty() since they are not provided for in the 
distribution of Solaris. This has only been tested on 
Solaris 2.8.
This was posed to Python-DEV and I was told to post it 
here, so I am.
msg40530 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-07-29 13:54
Logged In: YES 
user_id=21627

I think this patch should be generalized beyond Solaris to
be acceptable.
msg40531 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-12-31 12:57
Logged In: YES 
user_id=21627

This patch is superceded by #656590.
History
Date User Action Args
2022-04-10 16:05:29adminsetgithub: 36871
2002-07-10 03:10:17ellinghauscreate