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: improve embeddability of python
Type: Stage:
Components: None Versions: Python 2.4
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: benson_basis, loewis
Priority: normal Keywords: patch

Created on 2003-11-25 22:00 by benson_basis, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
basis_tech_mods_23.patch benson_basis, 2003-11-25 22:00 patches as above
getpathp.c.patch benson_basis, 2003-12-11 20:21 Windows patches to go with the rest.
Messages (5)
msg44940 - (view) Author: benson margulies (benson_basis) Date: 2003-11-25 22:00
Add PyInitializeX that omits check in environment 
variables to set debugging, optimize, and verbose flags.




Add PySetSysPaths to specify location of modules and 
the prefixes and the full path.

msg44941 - (view) Author: benson margulies (benson_basis) Date: 2003-12-11 20:21
Logged In: YES 
user_id=876734

Here are the Windows patches.
msg44942 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-01-31 12:44
Logged In: YES 
user_id=21627

Can you please provide patches for the documentation as well?

What is the change to Makefile.pre.in?

msg44943 - (view) Author: benson margulies (benson_basis) Date: 2004-02-02 02:03
Logged In: YES 
user_id=876734



The makefile.pre.in change was included here as a mistake. 
Please ignore it.

I'll tackle the documentation as soon as I can.

--benson
msg44944 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-11-19 08:36
There hasn't been any update to this patch (e.g contribution of documentation) in two years; rejecting the patch because of lack of feedback.

benson_basis, if you ever find the time to work on this again, please submit a new patch.
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39607
2003-11-25 22:00:31benson_basiscreate