Releases: colesbury/nogil
Releases Β· colesbury/nogil
nogil-3.9.10 (April 1, 2023)
- Fix name conflict with greenlets (#109)
nogil-3.9.10 (December 21, 2022)
- Fix a number of tracing bugs, including missing events for some C method descriptors and returns from coroutines
- Fix code object incompatibilities with respect to upstream
- Fix crash involving uwsgi and fork (463fc64)
- Make
repr(list)
thread-safe - Fix thread-safety issue when accessing frame.f_lineno
- Fix gdb traceback for Python generators
nogil-3.9.10
- Rebased changes on top of 3.9.10
- Fixed compile issues on Apple's M1 cpus
- Remove default values from
code.co_freevars
- Fixed behavior of
function.__kwdefaults__
when modified - Make
list(dict.values())
lock the underlying dict - Support types.FunctionType(...) with closure passed as an argument
- Fix memory leak when replacing function's
__closure__
- Fix thread safety issues in list slicing