manhole v1.7.0 Release Notes
Release Date: 2021-03-24 // about 5 years ago-
- Fixed memory leak via
sys.last_type,sys.last_value,
sys.last_traceback. Contributed by Anton Ryzhov in
#59. - ๐ Fixed a bunch of double-close bugs and simplified stream handler
code. Contributed by Anton Ryzhov in
#58. - ๐ Loosen up
pidargument parsing inmanhole-clito allow using
paths with any prefix (not just/tmp).
- Fixed memory leak via
Previous changes from v1.6.0
-
- โ Testing improvements (changed some skips to xfail, added osx in Travis).
- ๐ Fixed long standing Python 2.7 bug where
sys.getfilesystemencoding()would be broken after installing a threaded manhole. See#51 <https://github.com/ionelmc/python-manhole/issues/51>_. - โฌ๏ธ Dropped support for Python 2.6, 3.3 and 3.4.
- ๐ Fixed handling when
socket.setdefaulttimeout()is used. Contributed by "honnix" in#53 <https://github.com/ionelmc/python-manhole/pull/53>_. - ๐ Fixed some typos. Contributed by Jesรบs Cea in
#43 <https://github.com/ionelmc/python-manhole/pull/43>_. - ๐ Fixed handling in
manhole-cliso that timeout is actually seconds and not milliseconds. Contributed by Nir Soffer in#45 <https://github.com/ionelmc/python-manhole/pull/45>_. - Cleaned up useless polling options in
manhole-cli. Contributed by Nir Soffer in#46 <https://github.com/ionelmc/python-manhole/pull/46>_. - Documented and implemented a solution for using Manhole with Eventlet.
See
#49 <https://github.com/ionelmc/python-manhole/issues/49>_.