[Patches] [ python-Patches-839038 ] add getsid() system call

SourceForge.net noreply at sourceforge.net
Mon Nov 10 01:36:42 EST 2003


Patches item #839038, was opened at 2003-11-10 06:12
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=839038&group_id=5470

Category: Core (C code)
Group: Python 2.4
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: J Raynor (raynorj)
Assigned to: Nobody/Anonymous (nobody)
Summary: add getsid() system call

Initial Comment:

This patch adds the getsid() system call to the os
module.  The patch modifies the following files:

configure.in
Modules/posixmodule.c
Doc/lib/libos.tex


autoconf and autoheader will need to be run after the
patch is applied.  The patch is against cvs code from
Nov 9, 2003, and is a context diff.



----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2003-11-10 07:36

Message:
Logged In: YES 
user_id=21627

Thanks for the patch, committed as

configure 1.430
configure.in 1.440
pyconfig.h.in 1.87
libos.tex 1.131
posixmodule.c 2.308


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=839038&group_id=5470



More information about the Patches mailing list