lp:~cjwatson/lazr.restful/traceback-reference-cycle

Created by Colin Watson and last modified
Get this branch:
bzr branch lp:~cjwatson/lazr.restful/traceback-reference-cycle
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Colin Watson
Project:
lazr.restful
Status:
Merged

Recent revisions

294. By Colin Watson

Avoid traceback reference cycle in ReadWriteResource.__call__.

`sys.exc_info()` called from `ReadWriteResource.__call__` returns a tuple
containing the exception's traceback object, which has a reference to the
`ReadWriteResource.__call__` frame. Storing that in a local variable
creates a reference cycle. Clear that variable in a `finally` block to
avoid this.

293. By Colin Watson

Release lazr.restful 1.0.1.

292. By Colin Watson

[r=cristiangsp] Preserve specified parameter ordering in export_factory_operation.

291. By Colin Watson

Release lazr.restful 1.0.0.

290. By Colin Watson

[r=ilasc,twom] Declare support for Python 3.

289. By Colin Watson

[r=cristiangsp,ilasc] Adjust tests for hasattr() fix in Python 3.2.

288. By Colin Watson

[r=cristiangsp] Accept path_or_url as bytes in WebServiceCaller.__call__ on Python 3.

287. By Colin Watson

[r=ilasc] Return bytes from HTTPResource.__call__ implementations.

286. By Colin Watson

[r=ilasc] Don't attempt to JSON-decode Bytes fields read from a request.

285. By Colin Watson

[r=pappacena] Fix test_web_service_request_is_versioned for Python 3.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:lazr.restful
This branch contains Public information 
Everyone can see this information.

Subscribers