Opened 16 years ago

Closed 16 years ago

#7440 closed (duplicate)

regressiontests/dispatch/test_dispatcher assumes instantaneous gc

Reported by: Leo Soto M. Owned by: nobody
Component: Testing framework Version: dev
Severity: Keywords: jython
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

test_dispatcher fails on Jython because there the gc is not "instantaneous" as on CPython.

The attached patch forces a garbage collection when running under Jython.

Attachments (1)

test_dispatcher_jython_gc.patch (1.5 KB ) - added by Leo Soto M. 16 years ago.

Download all attachments as: .zip

Change History (2)

by Leo Soto M., 16 years ago

comment:1 by Leo Soto M., 16 years ago

Resolution: duplicate
Status: newclosed

Oops, this was reported before on #7339. Marking as duplicate.

Note: See TracTickets for help on using tickets.
Back to Top