This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Python Interpreter embedded in small memory system
Type: enhancement Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: josiahcarlson, stoneabcwujx
Priority: normal Keywords:

Created on 2004-12-01 03:32 by stoneabcwujx, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg54324 - (view) Author: stoneabcwujx (stoneabcwujx) Date: 2004-12-01 03:32
I'm a newcomer in python.
I want to know how large is the size of python 
interpreter . 
If I only need some basic funcitons of python(module 
import,string operation,math operation,etc), not 
including such as 'tk' or 'multithreading'. How small could 
the python interpreter's size to be?
Is it only a dream to embed such a small interpreter onto 
a system which only has 128KB memory?
msg54325 - (view) Author: Josiah Carlson (josiahcarlson) * (Python triager) Date: 2004-12-03 01:33
Logged In: YES 
user_id=341410

You picked a funny place to ask a question about Python.

The usual places to ask for help are comp.lang.python (also
the python-list mailing list) as well as the python-tutor
list.  Both mailing lists have information about joining on
the python.org web site, and comp.lang.python is available
on the web via google groups, or most any newsgroup provider.

Those with close access: I would suggest this 'RFE' be closed.
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41256
2004-12-01 03:32:08stoneabcwujxcreate