[Python-checkins] r60224 - in python/trunk: Lib/test/crashers/borrowed_ref_3.py Lib/test/crashers/borrowed_ref_4.py Python/bltinmodule.c Python/ceval.c
Neal Norwitz
nnorwitz at gmail.com
Wed Jan 23 22:53:23 CET 2008
On Jan 23, 2008 12:19 PM, guido.van.rossum <python-checkins at python.org> wrote:
> Author: guido.van.rossum
> Date: Wed Jan 23 21:19:01 2008
> New Revision: 60224
>> Removed:
> python/trunk/Lib/test/crashers/borrowed_ref_3.py
> python/trunk/Lib/test/crashers/borrowed_ref_4.py
> Modified:
> python/trunk/Python/bltinmodule.c
> python/trunk/Python/ceval.c
> Log:
> Fix two crashers.
Rather than just remove the crasher files, it would be good to turn
them into tests.
n
More information about the Python-checkins
mailing list