[Python-checkins] python/dist/src/Modules posixmodule.c, 2.303, 2.304

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sat Sep 20 07:20:33 EDT 2003


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv22870

Modified Files:
	posixmodule.c 
Log Message:
Patch #730597: Disable POPEN for RTEMS.


Index: posixmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/posixmodule.c,v
retrieving revision 2.303
retrieving revision 2.304
diff -C2 -d -r2.303 -r2.304
*** posixmodule.c	12 Sep 2003 16:25:38 -0000	2.303
--- posixmodule.c	20 Sep 2003 11:20:30 -0000	2.304
***************
*** 123,127 ****
--- 123,129 ----
  #define HAVE_OPENDIR    1
  #define HAVE_PIPE       1
+ #ifndef __rtems__
  #define HAVE_POPEN      1
+ #endif
  #define HAVE_SYSTEM	1
  #define HAVE_WAIT       1





More information about the Python-checkins mailing list