~ubuntu-branches/debian/sid/sqlalchemy/sid

« back to all changes in this revision

Viewing changes to test/aaa_profiling/test_memusage.py

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2014-06-27 20:17:13 UTC
  • mfrom: (1.4.28)
  • Revision ID: package-import@ubuntu.com-20140627201713-g6p1kq8q1qenztrv
Tags: 0.9.6-1
* New upstream release
* Remove Python 3.X build tag files, thanks to Matthias Urlichs for the
  patch (closes: #747852)
* python-fdb isn't in the Debian archive yet so default dialect for firebird://
  URLs is changed to obsolete kinterbasdb, thanks to Russell Stuart for the
  patch (closes: #752145)

Show diffs side-by-side

added added

removed removed

Lines of Context:
338
338
        i = [1]
339
339
 
340
340
        # the times here is cranked way up so that we can see
341
 
        # pysqlite clearing out it's internal buffer and allow
 
341
        # pysqlite clearing out its internal buffer and allow
342
342
        # the test to pass
343
343
        @testing.emits_warning()
344
344
        @profile_memory()
527
527
                sess.delete(a)
528
528
            sess.flush()
529
529
 
530
 
            # dont need to clear_mappers()
 
530
            # don't need to clear_mappers()
531
531
            del B
532
532
            del A
533
533
 
594
594
                sess.delete(a)
595
595
            sess.flush()
596
596
 
597
 
            # dont need to clear_mappers()
 
597
            # don't need to clear_mappers()
598
598
            del B
599
599
            del A
600
600