rexec safe with Python 2.1?
Martin v. Löwis
martin at v.loewis.de
Mon Jun 23 02:01:46 EDT 2003
More information about the Python-list mailing list
Mon Jun 23 02:01:46 EDT 2003
- Previous message (by thread): rexec safe with Python 2.1?
- Next message (by thread): Find a substring withing a string...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Gerhard Häring <gh at ghaering.de> writes: > You may have noticed that rexec was pulled under 2.2.3 because it > currently isn't safe. AFAIR the reason it became unsafe was new-style > classes. > > My question is wether falling back to Python 2.1 will make rexec safe again. I think it is not. It appears that it would suffer from SF bug #577530, which was fixed in rexec.py 1.41. It also suffers from SF bug #533625. IOW, rexec was never safe. Regards, Martin
- Previous message (by thread): rexec safe with Python 2.1?
- Next message (by thread): Find a substring withing a string...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list