summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-12-16 20:18:38 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-12-16 20:18:38 (GMT)
commit2a799bf77a83adef010ff4751e5195702f159f39 (patch)
tree90b697e3caf531a7fad627dfaf931a42415df25a /PC
parent786ddb29c9170a585ca1010bd392fb5a5ff4078c (diff)
downloadcpython-2a799bf77a83adef010ff4751e5195702f159f39.zip
cpython-2a799bf77a83adef010ff4751e5195702f159f39.tar.gz
cpython-2a799bf77a83adef010ff4751e5195702f159f39.tar.bz2
datetime escapes the sandbox. The Windows build is all set. I leave it
to others to argue about how to build it on other platforms (on Windows it's in its own DLL).
Diffstat (limited to 'PC')
-rw-r--r--PC/dllbase_nt.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/PC/dllbase_nt.txt b/PC/dllbase_nt.txt
index 1a4e677..54b5db6 100644
--- a/PC/dllbase_nt.txt
+++ b/PC/dllbase_nt.txt
@@ -5,7 +5,7 @@ is selected, and the DLL subject to fixups. Apparently, these
fixups are very slow, and significant performance gains can be
made by selecting a good base address.
-This document is to allocate base addresses to core Python
+This document is to allocate base addresses to core Python
and Python .PYD files, to give a better change of optimal performance.
This base address is passed to the linker using the /BASE
command line switch.
@@ -31,6 +31,7 @@ More standard extensions 1D100000 - 1e000000
- unicodedata 1D120000 - 1D160000
- winsound 1D160000 - 1D170000
- bZ2 1D170000 - 1D180000
+ - datetime 1D180000 - 1D190000
Other extension modules
- win32api 1e200000 - 1e220000