test_os leaked [255, 255, 255] references, sum=765
test_threading_local leaked [0, 0, -91] references, sum=-91
test_urllib2_localnet leaked [3, 3, 3] references, sum=9
___
Python-3000-checkins mailing list
[email protected]
http://mail.pytho
test_os leaked [255, 255, 255] references, sum=765
test_threading_local leaked [0, 0, -91] references, sum=-91
test_urllib2_localnet leaked [3, 3, 3] references, sum=9
___
Python-3000-checkins mailing list
[email protected]
http://mail.pytho
Author: neal.norwitz
Date: Mon Jun 18 04:56:31 2007
New Revision: 56013
Modified:
python/branches/p3yk/Lib/test/regrtest.py
Log:
This should make it a little easier when adding new collections which use ABCs.
The new subclass won't need to be listed in regrtest.
It will be even better when Guid
On 6/16/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> This won't scale once there are other modules using ABCs, and there
> will be (starting with io).
Right, I improved it a little to use __subclasses__() so that each
object doesn't
have to be listed. Until ...
> But you're right that the r
Author: martin.v.loewis
Date: Mon Jun 18 05:15:51 2007
New Revision: 56014
Modified:
python/branches/p3yk/Objects/longobject.c
Log:
Drop inline, as it's not support by VS 2003.
Modified: python/branches/p3yk/Objects/longobject.c
=
Author: martin.v.loewis
Date: Mon Jun 18 05:17:19 2007
New Revision: 56015
Modified:
python/branches/p3yk/PC/_winreg.c
Log:
Expect long objects for DWORD values.
Modified: python/branches/p3yk/PC/_winreg.c
==
--- pytho
Author: martin.v.loewis
Date: Mon Jun 18 05:18:01 2007
New Revision: 56016
Modified:
python/branches/p3yk/PC/config.c
Log:
Drop modules that have been deleted.
Modified: python/branches/p3yk/PC/config.c
==
--- python/b
Author: martin.v.loewis
Date: Mon Jun 18 05:18:55 2007
New Revision: 56017
Modified:
python/branches/p3yk/PC/pyconfig.h
python/branches/p3yk/PCbuild/pythoncore.vcproj
Log:
Bump DLL version number to 30.
Modified: python/branches/p3yk/PC/pyconfig.h
===
Author: neal.norwitz
Date: Mon Jun 18 05:55:43 2007
New Revision: 56018
Added:
python/branches/p3yk/Tools/buildbot/README.tcltk-AMD64
- copied unchanged from r56012,
python/trunk/Tools/buildbot/README.tcltk-AMD64
Modified:
python/branches/p3yk/ (props changed)
python/branches/p3y