Overview

Request 1077371 accepted

- Update to 3.0.38
* Fix regression in filters. (Use of `WeakValueDictionary` caused
filters to not be cached).
- Release 3.0.37 Bug fixes:
* Fix `currentThread()` deprecation warning.
* Fix memory leak in filters.
* Make VERSION tuple numeric.
* Add `.run()` method in `TelnetServer`. (To be used instead of
`.start()/.stop()`.
## Breaking changes:
* Subclasses of `Filter` have to call `super()` in their
`__init__`.
* Drop support for Python 3.6:
- This includes code cleanup for Python 3.6 compatibility.
- Use `get_running_loop()` instead of `get_event_loop()`.
- Use `asyncio.run()` instead of
`asyncio.run_until_complete()`.

Request History
Benjamin Greiner's avatar

bnavigator created request

- Update to 3.0.38
* Fix regression in filters. (Use of `WeakValueDictionary` caused
filters to not be cached).
- Release 3.0.37 Bug fixes:
* Fix `currentThread()` deprecation warning.
* Fix memory leak in filters.
* Make VERSION tuple numeric.
* Add `.run()` method in `TelnetServer`. (To be used instead of
`.start()/.stop()`.
## Breaking changes:
* Subclasses of `Filter` have to call `super()` in their
`__init__`.
* Drop support for Python 3.6:
- This includes code cleanup for Python 3.6 compatibility.
- Use `get_running_loop()` instead of `get_event_loop()`.
- Use `asyncio.run()` instead of
`asyncio.run_until_complete()`.


Matej Cepl's avatar

mcepl accepted request

openSUSE Build Service is sponsored by