8000 Releases Β· colesbury/nogil Β· GitHub
[go: up one dir, main page]

Skip to content

Releases: colesbury/nogil

nogil-3.9.10 (April 1, 2023)

02 Apr 02:12
Compare
Choose a tag to compare
  • Fix name conflict with greenlets (#109)

nogil-3.9.10 (December 21, 2022)

22 Dec 00:58
Compare
Choose a tag to compare
  • 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

28 Apr 18:25
Compare
Choose a tag to compare
  • 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
0