Opened 17 years ago
Closed 17 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)
Change History (2)
by , 17 years ago
| Attachment: | test_dispatcher_jython_gc.patch added |
|---|
comment:1 by , 17 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Oops, this was reported before on #7339. Marking as duplicate.