M.-A. Lemburg wrote:
> What do you think ?
I think the size could be further reduced by restricting the set of
error codes. For example, if the COM error codes are left out, I only
get a Python file with 60k source size (although the bytecode size
is then 130k). I'm not sure whether GetLastError c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
I've now moved over all the content from the pysqlite reference manual to
the sqlite3 module docs.
It would be nice if now somebody with more experience with Python
documentation could look over it.
A few things I know could be changed:
- -
M.-A. Lemburg wrote:
> Martin v. Löwis wrote:
>> M.-A. Lemburg wrote:
>>> BTW, and intended as offer for compromise, should we instead
>>> add the Win32 codes to the errno module (or a new winerrno
>>> module) ?! I can write a parser that takes winerror.h and
>>> generates the module code.
>> Inste
Rotem Yaari wrote:
> This has occurred on Python 2.4.1 on a 2.4.27 Linux kernel.
>
> Preliminary analysis of the hang shows that the child process blocks
> upon entering the execvp function, in which the import_lock is acquired
> due to the following line:
>
> def _ execvpe(file, args, env=No
> "Raymond" == Raymond Hettinger <[EMAIL PROTECTED]> writes:
Raymond> There's room in the world for alternate implementations of sets,
Raymond> each with its own strengths and weaknesses.
...
Raymond> Alternatve implementations will most likely start-off as
Raymond> third-party extension modul
On 5/11/06, Edward Loper <[EMAIL PROTECTED]> wrote:
> Neal Norwitz wrote:
> > Another benefit of this is the ability to get more info through
> > introspection. Right now, you can't even find the number of arguments
> > of a function implemented in C. You only know if it takes 0, 1, or
> > variab