A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2002-December/032129.html below:

[Python-checkins] python/dist/src setup.py,1.128,1.129

[Python-checkins] python/dist/src setup.py,1.128,1.129rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sun, 29 Dec 2002 15:03:41 -0800
Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv13935

Modified Files:
	setup.py 
Log Message:
SF patch 658251: Install a C implementation of the Mersenne Twister as the
core generator for random.py.


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.128
retrieving revision 1.129
diff -C2 -d -r1.128 -r1.129
*** setup.py	19 Dec 2002 23:27:58 -0000	1.128
--- setup.py	29 Dec 2002 23:03:38 -0000	1.129
***************
*** 317,320 ****
--- 317,322 ----
          exts.append( Extension('datetime', ['datetimemodule.c'],
                                 libraries=math_libs) )
+         # random number generator implemented in C
+         exts.append( Extension("_random", ["_randommodule.c"]) )       
          # operator.add() and similar goodies
          exts.append( Extension('operator', ['operator.c']) )





RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4