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
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,
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
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