BUG: native classes don't like introspection

2005-12-18 Thread Jamie Bliss
Introspection of mp_request and some other built-in classes usually crashes Apache on my system (Win XP SP1). My Python version (as reported by sys.version) is '2.4.1 (#65, Jun 20 2005, 17:01:55) [MSC v.1310 32 bit (Intel)]'. sys.api_version is 1012. (All of those values are through mod_python/Apa

Re: BUG: native classes don't like introspection

2005-12-18 Thread Jamie Bliss
This also comes up when using eval(). On 12/19/05, Jamie Bliss <[EMAIL PROTECTED]> wrote: > Introspection of mp_request and some other built-in classes usually > crashes Apache on my system (Win XP SP1). > > My Python version (as reported by sys.version) is '2.4.1 (#65,

Re: BUG: native classes don't like introspection

2005-12-18 Thread Jamie Bliss
I swear, this is the last one. An access violation occurs in Python24.dlll when this python code executes: eval("reg.boundary") I don't know the internals of apache, so I can't say why or how. On 12/19/05, Jamie Bliss <[EMAIL PROTECTED]> wrote: > Introspection of mp

Re: Python 2.2 support

2006-02-01 Thread Jamie Bliss
On 2/1/06, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > Sorry to be the release Nazi, but this really is starting to drag on. > The > Python 2.2 backward compatibility changes could have been documented > in JIRA and people referred to that if they really wanted to make 3.2.6 > work with that vers