diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-10-08 15:35:38 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-10-08 15:35:38 (GMT) |
commit | a0472f73e6f0a0abfae1b3358410fa442471c87a (patch) | |
tree | ef4c5e93e84e04c34873681ed59441189223efb5 /Mac/Build/PythonCore.exp | |
parent | 509ad42470b5faef7ff96b886b5a9ef224c60357 (diff) | |
download | cpython-a0472f73e6f0a0abfae1b3358410fa442471c87a.zip cpython-a0472f73e6f0a0abfae1b3358410fa442471c87a.tar.gz cpython-a0472f73e6f0a0abfae1b3358410fa442471c87a.tar.bz2 |
Mods by Alexandre Parenteau to allow embedding programs to disable the MacPython console window completely, and optionally route console output (and input) to routines provided by the embedding app.
Things don't fully work yet, but at least it doesn't break anything.
Diffstat (limited to 'Mac/Build/PythonCore.exp')
-rw-r--r-- | Mac/Build/PythonCore.exp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Mac/Build/PythonCore.exp b/Mac/Build/PythonCore.exp index fa70117..1d16cce 100644 --- a/Mac/Build/PythonCore.exp +++ b/Mac/Build/PythonCore.exp @@ -5,8 +5,11 @@ GUSISetupFactories __vt__15GUSISIOUXDevice # GUSISIOUXDevice::__vt __vt__15GUSISIOUXSocket # GUSISIOUXSocket::__vt sInstance__15GUSISIOUXDevice # GUSISIOUXDevice::sInstance -sInstance__15GUSISIOUXSocket # GUSISIOUXSocket::sInstance +initialized__15GUSISIOUXSocket # GUSISIOUXSocket::initialized __dt__15GUSISIOUXDeviceFv # GUSISIOUXDevice::~GUSISIOUXDevice() +PyMac_DummyWriteHandler +PyMac_DummyReadHandler +PyMac_SetConsoleHandler GUSISetupConsoleDescriptors open__15GUSISIOUXDeviceFR13GUSIFileTokeni # GUSISIOUXDevice::open(GUSIFileToken&,int) Want__15GUSISIOUXDeviceFR13GUSIFileToken # GUSISIOUXDevice::Want(GUSIFileToken&) @@ -20,8 +23,8 @@ write__15GUSISIOUXSocketFRC12GUSIGatherer # GUSISIOUXSocket::write(const GUSIGa read__15GUSISIOUXSocketFRC13GUSIScatterer # GUSISIOUXSocket::read(const GUSIScatterer&) __dt__15GUSISIOUXSocketFv # GUSISIOUXSocket::~GUSISIOUXSocket() Initialize__15GUSISIOUXSocketFv # GUSISIOUXSocket::Initialize() -__ct__15GUSISIOUXSocketFv # GUSISIOUXSocket::GUSISIOUXSocket() -Instance__15GUSISIOUXSocketFv # GUSISIOUXSocket::Instance() +__ct__15GUSISIOUXSocketFi # GUSISIOUXSocket::GUSISIOUXSocket(int) +Instance__15GUSISIOUXSocketFi # GUSISIOUXSocket::Instance(int) Py_FileSystemDefaultEncoding _PyBuiltin_Init _PyEval_SliceIndex |