This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wrapt
Code
Issues
Proposed changes
Files
e3d8dc8559067ccbe5689c877af4fd53d84cb0eb
deb-python-wrapt
/
src
History
Graham Dumpleton
e3d8dc8559
Memory leak in C implementation of object proxy when instance method called via class and instance passed in explicitly.
2013-09-19 22:15:44 +10:00
..
__init__.py
Increment version to 1.2.0.
2013-09-19 21:43:54 +10:00
_wrappers.c
Memory leak in C implementation of object proxy when instance method called via class and instance passed in explicitly.
2013-09-19 22:15:44 +10:00
decorators.py
Update synchronized decorator so that it can be supplied a lock object explicitly to override default.
2013-09-18 16:16:03 +10:00
six.py
Restructure code base so testing doesn't pick up local source. Add WrapperBase extension module to reduce overheads.
2013-08-08 22:55:44 +08:00
wrappers.py
In place operators were not correctly replacing wrapped object with result of operation on the wrapped object.
2013-09-19 21:49:40 +10:00